|
RTI Routing Service
Version 5.1.0
|
RTI Routing Service API. More...
#include "routingservice/routingservice_dll.h"#include "ndds/ndds_transport_c.h"#include "routingservice/routingservice_adapter.h"Data Structures | |
| struct | RTI_RoutingServiceTransportConfig |
| Association between a transport alias and its create function pointer. More... | |
| struct | RTI_RoutingServiceProperty |
| Configuration of RTI Routing Service. More... | |
Functions | |
| struct RTI_RoutingService * | RTI_RoutingService_new (struct RTI_RoutingServiceProperty *property) |
| Create a new RTI Routing Service instance. | |
| void | RTI_RoutingService_delete (struct RTI_RoutingService *self) |
| Stop and delete an RTI Routing Service instance. | |
| DDS_Boolean | RTI_RoutingService_start (struct RTI_RoutingService *self) |
| Start RTI Routing Service. | |
| DDS_Boolean | RTI_RoutingService_stop (struct RTI_RoutingService *self) |
| Stop RTI Routing Service. | |
| 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. | |
Variables | |
| struct RTI_RoutingServiceProperty | RTI_RoutingServiceProperty_INITIALIZER |
| The initial values for an RTI_RoutingServiceProperty instance. | |
| const int | RTI_ROUTING_SERVICE_LOG_VERBOSITY_INFO |
| Verbosity level: exceptions + warnings + info. | |
| const int | RTI_ROUTING_SERVICE_LOG_VERBOSITY_WARNINGS |
| Verbosity level: exceptions + warnings. | |
| const int | RTI_ROUTING_SERVICE_LOG_VERBOSITY_EXCEPTIONS |
| Verbosity level: exceptions. | |
| const int | RTI_ROUTING_SERVICE_LOG_VERBOSITY_SILENT |
| Verbosity level: silent. | |
RTI Routing Service API.