RTI transport
Version 1.1af [build 00]
|
Class Id | Transport class ID. Specifies the ID of a Transport-Plugin 'class' |
Address | Transport-independent addressing scheme using IPv6 presentation strings and numerically stored in network-ordered format |
Common Transport-Plugin Types and Declarations | Basic types and macros provided by NDDS for use in the NDDS Transport-Plugin interface |
Port | 4-byte number used by RTI Connext to distinguish between receivers of messages on the same interface (address) |
Interface | Abstraction of a Transport-Plugin network interface |
Transport Priority | A QoS set in DDS DataWriters, that is passed to the Transport Plugin when creating SendResources |
NDDS Transport-Plugin API | Documentation for implementing a Transport Plugin using NDDS's abstract pluggable-transport interface |
Methods | Methods that every Transport-Plugin implementation must provide |
Resources | Handle to information needed to send or receive messagees by a Transport Plugin |
Message | Support for a message received from a Transport Plugin |
Listener | The API used by a Transport Plugin to notify the NDDS core of dynamic changes in the Transport Plugin |
Builtin Transport Plugins | Transport Plugins delivered with NDDS |
Intra-Process Transport Plugin | Builtin Transport Plugin for Intra-Process Communications |
Example Transport Plugin | A full source example of a Transport Plugin |