F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
Drv::SocketState Struct Reference

Public Member Functions

 SocketState ()
 

Public Attributes

struct sockaddr_in m_addr_send
 UDP server address, maybe unused.
 
struct sockaddr_in m_addr_recv
 UDP server address, maybe unused.
 

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 45 of file UdpSocket.cpp.

◆ m_addr_send

struct sockaddr_in Drv::SocketState::m_addr_send

UDP server address, maybe unused.

Definition at line 44 of file UdpSocket.cpp.


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