21 #ifndef INCLUDED_SATNOGS_UDP_MSG_SINK_IMPL_H 22 #define INCLUDED_SATNOGS_UDP_MSG_SINK_IMPL_H 29 #include <sys/types.h> 30 #include <sys/socket.h> 31 #include <netinet/in.h> 32 #include <arpa/inet.h> 39 const std::string d_iface_addr;
40 const uint16_t d_udp_port;
43 struct sockaddr_in d_sin;
45 void msg_handler(pmt::pmt_t msg);
udp_msg_sink_impl(const std::string &addr, uint16_t port, size_t mtu)
Definition: udp_msg_sink_impl.h:37
Definition: amsat_duv_decoder.h:29
<+description of block+>
Definition: udp_msg_sink.h:35