F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
This is the complete list of members for Drv::IpSocket, including all inherited members.
addressToIp4(const char *address, void *ip4) | Drv::IpSocket | protectedstatic |
close() | Drv::IpSocket | |
configure(const char *hostname, const U16 port, const U32 send_timeout_seconds, const U32 send_timeout_microseconds) | Drv::IpSocket | |
IpSocket() | Drv::IpSocket | |
isOpened() | Drv::IpSocket | |
m_fd | Drv::IpSocket | protected |
m_hostname | Drv::IpSocket | protected |
m_lock | Drv::IpSocket | protected |
m_open | Drv::IpSocket | protected |
m_port | Drv::IpSocket | protected |
m_timeoutMicroseconds | Drv::IpSocket | protected |
m_timeoutSeconds | Drv::IpSocket | protected |
open() | Drv::IpSocket | |
openProtocol(NATIVE_INT_TYPE &fd)=0 | Drv::IpSocket | protectedpure virtual |
recv(U8 *const data, I32 &size) | Drv::IpSocket | |
recvProtocol(U8 *const data, const U32 size)=0 | Drv::IpSocket | protectedpure virtual |
send(const U8 *const data, const U32 size) | Drv::IpSocket | |
sendProtocol(const U8 *const data, const U32 size)=0 | Drv::IpSocket | protectedpure virtual |
setupTimeouts(NATIVE_INT_TYPE socketFd) | Drv::IpSocket | protected |
~IpSocket() | Drv::IpSocket | inlinevirtual |