|  | F´ Flight Software - C/C++ Documentation
    NASA-v1.6.0
    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 45 of file UdpSocket.cpp.
| struct sockaddr_in Drv::SocketState::m_addr_send | 
UDP server address, maybe unused.
Definition at line 44 of file UdpSocket.cpp.