![]() |
F´ Flight Software - C/C++ Documentation
NASA-v2.1.0
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the source code of this file.
Macros | |
#define | KEEPALIVE_DATA "sitting well" |
Enumerations | |
enum | SocketIpCfg { SOCKET_TIMEOUT_SECONDS = 1, SOCKET_TIMEOUT_MICROSECONDS = 0, SOCKET_SEND_UDP = 1, SOCKET_SEND_FLAGS = 0, SOCKET_RECV_FLAGS = 0, RECONNECT_AUTOMATICALLY = 1, MAX_SEND_ITERATIONS = 0xFFFF, MAX_RECV_BUFFER_SIZE = 2048, PRE_CONNECTION_RETRY_INTERVAL_MS = 1000, MAX_HOSTNAME_SIZE = 256 } |
#define KEEPALIVE_DATA "sitting well" |
Definition at line 16 of file SocketIpDriverCfg.hpp.
enum SocketIpCfg |
Definition at line 18 of file SocketIpDriverCfg.hpp.