16 #ifndef SRC_LIBS_PPSTCPRX_H_ 17 #define SRC_LIBS_PPSTCPRX_H_ 20 #include <arpa/inet.h> 22 #include <netinet/in.h> 24 #include <sys/socket.h> 25 #include <sys/types.h> 30 std::shared_ptr<Concurrent_Queue<PpsSamplestamp>> Pps_queue;
34 volatile bool is_connected;
38 void receive_pps(std::string ip_address,
int port);
39 bool send_cmd(std::string cmd);
Interface of a thread-safe std::queue.
A simple container for the sample count associated to PPS rising edge.
This class implements a thread-safe std::queue.