21 #ifndef INCLUDED_SATNOGS_TCP_RIGCTL_MSG_SOURCE_IMPL_H 22 #define INCLUDED_SATNOGS_TCP_RIGCTL_MSG_SOURCE_IMPL_H 31 const std::string d_ip_addr;
32 const uint16_t d_port;
33 const bool d_is_server;
34 const size_t d_interval_ms;
37 boost::shared_ptr<boost::thread> d_thread;
46 get_freq_from_buf(
const uint8_t *buf);
50 bool server_mode,
size_t interval_ms,
Block that accepts TCP messages with rigctl commands. Depending the command contents this block produ...
Definition: tcp_rigctl_msg_source.h:37
~tcp_rigctl_msg_source_impl()
Definition: tcp_rigctl_msg_source_impl.h:29
Definition: amsat_duv_decoder.h:29
tcp_rigctl_msg_source_impl(const std::string &addr, uint16_t port, bool server_mode, size_t interval_ms, size_t mtu)