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

This is the complete list of members for Drv::TcpClientSocket, 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
IpSocket()Drv::IpSocket
isValidPort(U16 port) overrideDrv::TcpClientSocketprotectedvirtual
m_hostnameDrv::IpSocketprotected
m_portDrv::IpSocketprotected
m_timeoutMicrosecondsDrv::IpSocketprotected
m_timeoutSecondsDrv::IpSocketprotected
open(SocketDescriptor &socketDescriptor)Drv::IpSocket
openProtocol(SocketDescriptor &socketDescriptor) overrideDrv::TcpClientSocketprotectedvirtual
recv(const SocketDescriptor &fd, U8 *const data, U32 &size)Drv::IpSocket
recvProtocol(const SocketDescriptor &socketDescriptor, U8 *const data, const U32 size) overrideDrv::TcpClientSocketprotectedvirtual
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::TcpClientSocketprotectedvirtual
setupTimeouts(PlatformIntType socketFd)Drv::IpSocketprotected
shutdown(const SocketDescriptor &socketDescriptor)Drv::IpSocket
TcpClientSocket()Drv::TcpClientSocket
~IpSocket()Drv::IpSocketinlinevirtual