F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Drv/Ip/IpSocket.hpp>
Public Attributes | |
PlatformIntType | fd = -1 |
Used for all sockets to track the communication file descriptor. More... | |
PlatformIntType | serverFd = -1 |
Used for server sockets to track the listening file descriptor. More... | |
Definition at line 21 of file IpSocket.hpp.
PlatformIntType Drv::SocketDescriptor::fd = -1 |
Used for all sockets to track the communication file descriptor.
Definition at line 22 of file IpSocket.hpp.
PlatformIntType Drv::SocketDescriptor::serverFd = -1 |
Used for server sockets to track the listening file descriptor.
Definition at line 23 of file IpSocket.hpp.