RTI transport
Version 1.0ae [build 00]
|
4-byte number used by RTI Connext to distinguish between receivers of messages on the same interface (address). More...
Macros | |
#define | NDDS_TRANSPORT_PORT_INVALID ((NDDS_Transport_Port_t) 0) |
Port 0 is considered to be invalid. | |
Typedefs | |
typedef RTI_UINT32 | NDDS_Transport_Port_t |
4-byte number used by RTI Connext to distinguish between receivers of messages on the same interface (address).
Unlike IPv4 Socket API ports which are 2 bytes long, the RTI Connext representation of a port is 4 bytes stored in host-byte order, driven by the RTPS specification's port definition.
#define NDDS_TRANSPORT_PORT_INVALID ((NDDS_Transport_Port_t) 0) |
Port 0 is considered to be invalid.
typedef RTI_UINT32 NDDS_Transport_Port_t |
Type for storing RTI Connext ports.