F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
Public Member Functions | |
SocketState () | |
Public Attributes | |
struct sockaddr_in | m_addr_send |
UDP server address, maybe unused. More... | |
struct sockaddr_in | m_addr_recv |
UDP server address, maybe unused. More... | |
Definition at line 43 of file UdpSocket.cpp.
|
inline |
Definition at line 47 of file UdpSocket.cpp.
struct sockaddr_in Drv::SocketState::m_addr_recv |
UDP server address, maybe unused.
Definition at line 182 of file UdpSocket.cpp.
struct sockaddr_in Drv::SocketState::m_addr_send |
UDP server address, maybe unused.
Definition at line 182 of file UdpSocket.cpp.