You are here: Part 5: RTI Secure WAN Transport > Configuring Secure WAN Transport > Explicitly Instantiating a WAN or Secure Transport Plugin

Explicitly Instantiating a WAN or Secure Transport Plugin

As described on , there are two ways to instantiate a transport plugin. This section describes the mechanism that includes calling NDDSTransportSupport::register_transport(). (The other way is to use the Property QoS mechanism, described in Setting Up a Transport with the Property QoS).

Notes:

To instantiate a WAN or Secure Transport prior to explicitly registering it with NDDSTransportSupport::register_transport(), use one of the following functions:

NDDS_Transport_Plugin* NDDS_Transport_WAN_new (
const struct NDDS_Transport_WAN_Property_t * property_in) NDDS_Transport_Plugin* NDDS_Transport_DTLS_new (
const struct NDDS_Transport_DTLS_Property_t * property_in)

See the API Reference HTML documentation for details on these functions.

© 2015 RTI