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

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...
 

Detailed Description

Definition at line 43 of file UdpSocket.cpp.

Constructor & Destructor Documentation

◆ SocketState()

Drv::SocketState::SocketState ( )
inline

Definition at line 47 of file UdpSocket.cpp.

Member Data Documentation

◆ m_addr_recv

struct sockaddr_in Drv::SocketState::m_addr_recv

UDP server address, maybe unused.

Definition at line 198 of file UdpSocket.cpp.

◆ m_addr_send

struct sockaddr_in Drv::SocketState::m_addr_send

UDP server address, maybe unused.

Definition at line 198 of file UdpSocket.cpp.


The documentation for this struct was generated from the following file: