F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
IpCfg.hpp File Reference
#include <Fw/Time/Time.hpp>

Go to the source code of this file.

Macros

#define REF_IPCFG_HPP
 

Enumerations

enum  IpCfg {
  SOCKET_SEND_TIMEOUT_SECONDS = 1 , SOCKET_SEND_TIMEOUT_MICROSECONDS = 0 , SOCKET_IP_SEND_FLAGS = 0 , SOCKET_IP_RECV_FLAGS = 0 ,
  SOCKET_MAX_ITERATIONS = 0xFFFF , SOCKET_MAX_HOSTNAME_SIZE = 256
}
 

Variables

static const Fw::Time SOCKET_RETRY_INTERVAL = Fw::Time(1, 0)
 

Macro Definition Documentation

◆ REF_IPCFG_HPP

#define REF_IPCFG_HPP

Definition at line 14 of file IpCfg.hpp.

Enumeration Type Documentation

◆ IpCfg

enum IpCfg
Enumerator
SOCKET_SEND_TIMEOUT_SECONDS 
SOCKET_SEND_TIMEOUT_MICROSECONDS 
SOCKET_IP_SEND_FLAGS 
SOCKET_IP_RECV_FLAGS 
SOCKET_MAX_ITERATIONS 
SOCKET_MAX_HOSTNAME_SIZE 

Definition at line 16 of file IpCfg.hpp.

Variable Documentation

◆ SOCKET_RETRY_INTERVAL

const Fw::Time SOCKET_RETRY_INTERVAL = Fw::Time(1, 0)
static

Definition at line 24 of file IpCfg.hpp.