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::UdpSocket, including all inherited members.
addressToIp4(const char *address, void *ip4) | Drv::IpSocket | protectedstatic |
bind(NATIVE_INT_TYPE fd) | Drv::UdpSocket | protected |
close() | Drv::IpSocket | |
configure(const char *hostname, const U16 port, const U32 send_timeout_seconds, const U32 send_timeout_microseconds) | Drv::IpSocket | |
configureRecv(const char *hostname, const U16 port) | Drv::UdpSocket | |
configureSend(const char *hostname, const U16 port, const U32 send_timeout_seconds, const U32 send_timeout_microseconds) | Drv::UdpSocket | |
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) | Drv::UdpSocket | protectedvirtual |
recv(U8 *const data, I32 &size) | Drv::IpSocket | |
recvProtocol(U8 *const data, const U32 size) | Drv::UdpSocket | protectedvirtual |
send(const U8 *const data, const U32 size) | Drv::IpSocket | |
sendProtocol(const U8 *const data, const U32 size) | Drv::UdpSocket | protectedvirtual |
setupTimeouts(NATIVE_INT_TYPE socketFd) | Drv::IpSocket | protected |
UdpSocket() | Drv::UdpSocket | |
~IpSocket() | Drv::IpSocket | inlinevirtual |
~UdpSocket() | Drv::UdpSocket | virtual |