F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Functions
c
d
e
g
i
m
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
a
c
e
f
h
i
m
n
o
p
s
u
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
c
e
p
s
t
u
Enumerations
b
c
d
g
h
l
m
o
p
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Related Functions
a
b
c
d
f
g
h
l
p
r
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
l
m
n
p
q
r
s
t
u
v
Functions
c
i
m
s
u
Variables
b
c
d
i
p
s
Typedefs
b
c
d
f
i
m
n
p
q
r
s
t
u
Enumerations
Enumerator
a
b
c
d
f
g
h
p
r
s
t
Macros
_
a
c
d
f
h
l
m
p
r
s
u
v
Examples
►
F´ Flight Software - C/C++ Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
IpCfg.hpp
Go to the documentation of this file.
1
// ======================================================================
2
// \title IpCfg.hpp
3
// \author mstarch
4
// \brief hpp file for SocketIpDriver component implementation class
5
//
6
// \copyright
7
// Copyright 2009-2015, by the California Institute of Technology.
8
// ALL RIGHTS RESERVED. United States Government Sponsorship
9
// acknowledged.
10
//
11
// ======================================================================
12
#include <
Fw/Time/TimeInterval.hpp
>
13
#ifndef REF_IPCFG_HPP
14
#define REF_IPCFG_HPP
15
16
enum
IpCfg
{
17
SOCKET_SEND_TIMEOUT_SECONDS
= 1,
// Seconds component of timeout to an individual send
18
SOCKET_SEND_TIMEOUT_MICROSECONDS
= 0,
// Milliseconds component of timeout to an individual send
19
SOCKET_IP_SEND_FLAGS
= 0,
// send, sendto FLAGS argument
20
SOCKET_IP_RECV_FLAGS
= 0,
// recv FLAGS argument
21
SOCKET_MAX_ITERATIONS
= 0xFFFF,
// Maximum send/recv attempts before an error is returned
22
SOCKET_MAX_HOSTNAME_SIZE
= 256
// Maximum stored hostname
23
};
24
static
const
Fw::TimeInterval
SOCKET_RETRY_INTERVAL
=
Fw::TimeInterval
(1, 0);
25
26
27
#endif
//REF_IPCFG_HPP
SOCKET_RETRY_INTERVAL
static const Fw::TimeInterval SOCKET_RETRY_INTERVAL
Definition:
IpCfg.hpp:24
IpCfg
IpCfg
Definition:
IpCfg.hpp:16
SOCKET_SEND_TIMEOUT_SECONDS
@ SOCKET_SEND_TIMEOUT_SECONDS
Definition:
IpCfg.hpp:17
SOCKET_MAX_HOSTNAME_SIZE
@ SOCKET_MAX_HOSTNAME_SIZE
Definition:
IpCfg.hpp:22
SOCKET_IP_RECV_FLAGS
@ SOCKET_IP_RECV_FLAGS
Definition:
IpCfg.hpp:20
SOCKET_SEND_TIMEOUT_MICROSECONDS
@ SOCKET_SEND_TIMEOUT_MICROSECONDS
Definition:
IpCfg.hpp:18
SOCKET_IP_SEND_FLAGS
@ SOCKET_IP_SEND_FLAGS
Definition:
IpCfg.hpp:19
SOCKET_MAX_ITERATIONS
@ SOCKET_MAX_ITERATIONS
Definition:
IpCfg.hpp:21
TimeInterval.hpp
Fw::TimeInterval
Definition:
TimeInterval.hpp:18
config
IpCfg.hpp
Generated by
1.9.1