Reads/Writes strings from/to a TCP connection using a Consistent Overhead Byte Stuffing (COBS) binary protocol.
More...
template<const
goby::middleware::Group & packet_in_group, const
goby::middleware::Group & packet_out_group,
PubSubLayer publish_layer = PubSubLayer::INTERPROCESS,
PubSubLayer subscribe_layer = PubSubLayer::INTERTHREAD, typename Config = goby::middleware::protobuf::TCPClientConfig, template< class > class ThreadType = goby::middleware::SimpleThread,
bool use_indexed_groups = false>
class goby::middleware::io::TCPClientThreadCOBS< packet_in_group, packet_out_group, publish_layer, subscribe_layer, Config, ThreadType, use_indexed_groups >
Reads/Writes strings from/to a TCP connection using a Consistent Overhead Byte Stuffing (COBS) binary protocol.
- Template Parameters
-
Definition at line 74 of file tcp_client.h.