F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
This is the complete list of members for Drv::TcpClientSocket, including all inherited members.
addressToIp4(const char *address, void *ip4) | Drv::IpSocket | protectedstatic |
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) override | Drv::TcpClientSocket | protectedvirtual |
m_hostname | Drv::IpSocket | protected |
m_port | Drv::IpSocket | protected |
m_timeoutMicroseconds | Drv::IpSocket | protected |
m_timeoutSeconds | Drv::IpSocket | protected |
open(SocketDescriptor &socketDescriptor) | Drv::IpSocket | |
openProtocol(SocketDescriptor &socketDescriptor) override | Drv::TcpClientSocket | protectedvirtual |
recv(const SocketDescriptor &fd, U8 *const data, U32 &size) | Drv::IpSocket | |
recvProtocol(const SocketDescriptor &socketDescriptor, U8 *const data, const U32 size) override | Drv::TcpClientSocket | protectedvirtual |
send(const SocketDescriptor &socketDescriptor, const U8 *const data, const U32 size) | Drv::IpSocket | |
sendProtocol(const SocketDescriptor &socketDescriptor, const U8 *const data, const U32 size) override | Drv::TcpClientSocket | protectedvirtual |
setupTimeouts(PlatformIntType socketFd) | Drv::IpSocket | protected |
shutdown(const SocketDescriptor &socketDescriptor) | Drv::IpSocket | |
TcpClientSocket() | Drv::TcpClientSocket | |
~IpSocket() | Drv::IpSocket | inlinevirtual |