|
| 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) |
|
| TransmitterSocket (const std::string &IPAddress, unsigned int port=0) |
|
int | send (Socket &toSocket, const std::string &buffer, bool verbose=false) |
|
int | send (Socket &toSocket, const std::vector< uint32_t > &buffer, bool verbose=false) |
|
int | send (Socket &toSocket, const std::vector< uint16_t > &buffer, bool verbose=false) |
|
| Socket (const std::string &IPAddress, unsigned int port=0) |
|
virtual void | initialize (unsigned int socketReceiveBufferSize=defaultSocketReceiveSize_) |
|
struct sockaddr_in & | getSocketAddress (void) |
|
const std::string & | getIPAddress () |
|
uint16_t | getPort () |
|
|
ReceiverSocket | streamToSocket_ |
|
struct sockaddr_in | socketAddress_ |
|
int | socketNumber_ |
|
std::string | IPAddress_ |
|
unsigned int | requestedPort_ |
|
|
enum | { maxSocketSize_ = 65536,
defaultSocketReceiveSize_ = 0x10000
} |
|
enum | { FirstSocketPort = 10000,
LastSocketPort = 15000
} |
|
Definition at line 10 of file UDPDataStreamerBase.h.
The documentation for this class was generated from the following files: