RTI transport
Version 1.0ae [build 00]
|
Support for a message received from a Transport Plugin. More...
Data Structures | |
struct | NDDS_Transport_Message_t |
Structure used to store a message received from a Transport Plugin. More... | |
Macros | |
#define | NDDS_TRANSPORT_MESSAGE_INVALID { { 0, NULL }, NULL } |
Default value for a NDDS_Transport_Message_t. | |
Support for a message received from a Transport Plugin.
This structure is filled in by a Transport Plugin when its receive_rEA()
method is called to pass a received message to the NDDS core. It may also contain information needed to return a buffer loaned by the plugin to store the message.
#define NDDS_TRANSPORT_MESSAGE_INVALID { { 0, NULL }, NULL } |
Default value for a NDDS_Transport_Message_t.