F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
Drv::TcpServerSocket Member List

This is the complete list of members for Drv::TcpServerSocket, including all inherited members.

addressToIp4(const char *address, void *ip4)Drv::IpSocketprotectedstatic
close(const SocketDescriptor &socketDescriptor)Drv::IpSocket
configure(const char *hostname, const U16 port, const U32 send_timeout_seconds, const U32 send_timeout_microseconds)Drv::IpSocket
getListenPort()Drv::TcpServerSocket
IpSocket()Drv::IpSocket
isValidPort(U16 port)Drv::IpSocketprotectedvirtual
m_hostnameDrv::IpSocketprotected
m_portDrv::IpSocketprotected
m_timeoutMicrosecondsDrv::IpSocketprotected
m_timeoutSecondsDrv::IpSocketprotected
open(SocketDescriptor &socketDescriptor)Drv::IpSocket
openProtocol(SocketDescriptor &socketDescriptor) overrideDrv::TcpServerSocketprotectedvirtual
recv(const SocketDescriptor &fd, U8 *const data, U32 &size)Drv::IpSocket
recvProtocol(const SocketDescriptor &socketDescriptor, U8 *const data, const U32 size) overrideDrv::TcpServerSocketprotectedvirtual
send(const SocketDescriptor &socketDescriptor, const U8 *const data, const U32 size)Drv::IpSocket
sendProtocol(const SocketDescriptor &socketDescriptor, const U8 *const data, const U32 size) overrideDrv::TcpServerSocketprotectedvirtual
setupTimeouts(PlatformIntType socketFd)Drv::IpSocketprotected
shutdown(const SocketDescriptor &socketDescriptor)Drv::IpSocket
startup(SocketDescriptor &socketDescriptor)Drv::TcpServerSocket
TcpServerSocket()Drv::TcpServerSocket
terminate(const SocketDescriptor &socketDescriptor)Drv::TcpServerSocket
~IpSocket()Drv::IpSocketinlinevirtual