|
struct RTI_RoutingService * | RTI_RoutingService_new (const struct RTI_RoutingServiceProperty *property) |
| Create a new RTI Routing Service instance. More...
|
|
void | RTI_RoutingService_delete (struct RTI_RoutingService *self) |
| Stop and delete an RTI Routing Service instance. More...
|
|
DDS_Boolean | RTI_RoutingService_start (struct RTI_RoutingService *self) |
| Start RTI Routing Service. More...
|
|
DDS_Boolean | RTI_RoutingService_stop (struct RTI_RoutingService *self) |
| Stop RTI Routing Service. More...
|
|
DDS_Boolean | RTI_RoutingService_attach_adapter_plugin (struct RTI_RoutingService *self, void *adapter, const char *plugin_name) |
| Attach an adapter to be used by routing service when it is started. More...
|
|
DDS_Boolean | RTI_RoutingService_attach_transformation_plugin (struct RTI_RoutingService *self, struct RTI_RoutingServiceTransformationPlugin *transformation_plugin, const char *plugin_name) |
| Attach a transformation plugin to be used by Routing Service when it is started. More...
|
|
DDS_Boolean | RTI_RoutingService_attach_processor_plugin (struct RTI_RoutingService *self, void *processor_plugin, const char *plugin_name) |
| Attach a processor to be used by Routing Service when it is started. More...
|
|
DDS_Boolean | RTI_RoutingService_set_remote_shutdown_hook (struct RTI_RoutingService *self, const struct RTI_RoutingServiceRemoteShutdownHook *shutdown_hook) |
| Set the remote shutdown hook in this Routing Service instance. More...
|
|
void | RTI_RoutingService_execute_command (struct RTI_RoutingService *self, struct RTI_Service_Admin_CommandReply **reply, const struct RTI_Service_Admin_CommandRequest *request) |
| Executes an Administration command on this service. More...
|
|
void | RTI_RoutingService_return_reply (struct RTI_RoutingService *self, struct RTI_Service_Admin_CommandReply *reply) |
| Returns the reply object that is obtained as result of executing a command. More...
|
|
DDS_Boolean | RTI_RoutingService_initialize_globals (void) |
|
DDS_Boolean | RTI_RoutingService_finalize_globals (void) |
|
const char * | RTI_RoutingService_get_build_number_string (void) |
| Return the build ID of this library. More...
|
|
DDS_Boolean | RTI_RoutingService_is_started (struct RTI_RoutingService *self) |
| Query whether this Routing Service is currently started. More...
|
|
void | RTI_RoutingServiceLogger_log (NDDS_Config_LogLevel log_level, const char *format,...) |
| Logs as message with the specified level. More...
|
|