|
RTI transport
Version 1.0ae [build 00]
|
Structure to hold callback functions that are invoked by a Transport-Plugin instance to notify that a dynamic change in the state of the Transport Plugin has occured. More...
Data Fields | |
| void * | listener_data |
| Listener data. | |
| NDDS_Transport_Listener_Interface_Changed_Callback | on_interface_changed |
| Callback invoked by the Transport-Plugin instance to notify that the number of interfaces that it can use has changed. | |
Structure to hold callback functions that are invoked by a Transport-Plugin instance to notify that a dynamic change in the state of the Transport Plugin has occured.
| void* NDDS_Transport_Listener::listener_data |
Listener data.
| NDDS_Transport_Listener_Interface_Changed_Callback NDDS_Transport_Listener::on_interface_changed |
Callback invoked by the Transport-Plugin instance to notify that the number of interfaces that it can use has changed.
| listener_data_in | <<in>> The listener data. |
| plugin_in | <<in>> The Transport-Plugin instance that invoked this callback. |
| interface_changed_in | <<in>> The changed interface that trigger the callback. |