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

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

addressToIp4(const char *address, void *ip4)Drv::IpSocketprotectedstatic
bind(const PlatformIntType fd)Drv::UdpSocketprotected
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
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
getRecvPort()Drv::UdpSocket
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::UdpSocketprotectedvirtual
recv(const SocketDescriptor &fd, U8 *const data, U32 &size)Drv::IpSocket
recvProtocol(const SocketDescriptor &socketDescriptor, U8 *const data, const U32 size) overrideDrv::UdpSocketprotectedvirtual
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::UdpSocketprotectedvirtual
setupTimeouts(PlatformIntType socketFd)Drv::IpSocketprotected
shutdown(const SocketDescriptor &socketDescriptor)Drv::IpSocket
UdpSocket()Drv::UdpSocket
~IpSocket()Drv::IpSocketinlinevirtual
~UdpSocket()Drv::UdpSocketvirtual