otsdaq
v2_04_01
|
This is the complete list of members for ots::TCPSocket, including all inherited members.
bufferSize_ (defined in ots::TCPSocket) | ots::TCPSocket | protected |
chunkSize_ (defined in ots::TCPSocket) | ots::TCPSocket | protected |
connect(double tmo_s=10.0) (defined in ots::TCPSocket) | ots::TCPSocket | |
host_ (defined in ots::TCPSocket) | ots::TCPSocket | protected |
isSender_ (defined in ots::TCPSocket) | ots::TCPSocket | protected |
port_ (defined in ots::TCPSocket) | ots::TCPSocket | protected |
receive(uint8_t *buffer, unsigned int timeoutSeconds, unsigned int timeoutUSeconds) (defined in ots::TCPSocket) | ots::TCPSocket | |
receive(std::string &buffer, unsigned int timeoutSeconds=1, unsigned int timeoutUSeconds=0) (defined in ots::TCPSocket) | ots::TCPSocket | |
receive(std::vector< uint32_t > &buffer, unsigned int timeoutSeconds=1, unsigned int timeoutUSeconds=0) (defined in ots::TCPSocket) | ots::TCPSocket | |
send(const uint8_t *data, size_t size) (defined in ots::TCPSocket) | ots::TCPSocket | |
send(const std::string &buffer) (defined in ots::TCPSocket) | ots::TCPSocket | |
send(const std::vector< uint32_t > &buffer) (defined in ots::TCPSocket) | ots::TCPSocket | |
send(const std::vector< uint16_t > &buffer) (defined in ots::TCPSocket) | ots::TCPSocket | |
SendSocket_ (defined in ots::TCPSocket) | ots::TCPSocket | protected |
socketMutex_ (defined in ots::TCPSocket) | ots::TCPSocket | mutableprotected |
TCPSocket(const std::string &senderHost, unsigned int senderPort, int receiveBufferSize=0x10000) (defined in ots::TCPSocket) | ots::TCPSocket | |
TCPSocket(unsigned int listenPort, int sendBufferSize=0x10000) (defined in ots::TCPSocket) | ots::TCPSocket | |
TCPSocket(void) (defined in ots::TCPSocket) | ots::TCPSocket | protected |
TCPSocketNumber_ (defined in ots::TCPSocket) | ots::TCPSocket | protected |
~TCPSocket(void) (defined in ots::TCPSocket) | ots::TCPSocket | virtual |