F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
IpCfg.hpp File Reference

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::TimeInterval SOCKET_RETRY_INTERVAL = Fw::TimeInterval(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::TimeInterval SOCKET_RETRY_INTERVAL = Fw::TimeInterval(1, 0)
static

Definition at line 24 of file IpCfg.hpp.