37#include "openlcb/DatagramImpl.hxx"
43 IfTcp *iface,
int num_registry_entries,
int num_clients)
47 for (
int i = 0; i < num_clients; ++i)
55TcpDatagramService::~TcpDatagramService()
Datagram client implementation for CANbus-based datagram protocol.
Use this class to send datagrams.
Transport-agnostic dispatcher of datagrams.
TypedQAsync< DatagramClient > * client_allocator()
Datagram clients.
Network interface class for a character stream link that speaks the (point-to-point) TcpTransfer prot...
void add_owned_flow(Executable *e) override
Transfers ownership of a module to the interface.
MessageHandler * addressed_message_write_flow()
TcpDatagramService(IfTcp *iface, int num_registry_entries, int num_clients)