21#ifndef INCLUDED_SATNOGS_TCP_RIGCTL_MSG_SOURCE_H
22#define INCLUDED_SATNOGS_TCP_RIGCTL_MSG_SOURCE_H
24#include <gnuradio/block.h>
40 typedef std::shared_ptr<tcp_rigctl_msg_source>
sptr;
58 size_t interval_ms = 1000,
#define SATNOGS_API
Definition: api.h:19
Block that accepts TCP messages with rigctl commands. Depending the command contents this block produ...
Definition: tcp_rigctl_msg_source.h:38
std::shared_ptr< tcp_rigctl_msg_source > sptr
Definition: tcp_rigctl_msg_source.h:40
static sptr make(const std::string &addr, uint16_t port, bool server_mode, size_t interval_ms=1000, size_t mtu=1500)
Definition: amsat_duv_decoder.h:29