Public Member Functions | |
UDPDataStreamerBase (std::string IPAddress, unsigned int port, std::string toIPAddress, unsigned int toPort) | |
int | send (const std::string &buffer) |
int | send (const std::vector< uint32_t > &buffer) |
Protected Attributes | |
ReceiverSocket | streamToSocket_ |
Definition at line 11 of file UDPDataStreamerBase.h.