RTI Persistence Service
Version 5.3.0
|
RTI Persistence Service API. More...
#include "persistence/persistence_dll.h"
#include "ndds/ndds_c.h"
Data Structures | |
struct | RTI_PersistenceService |
RTI Persistence Service. More... | |
struct | RTI_PersistenceServiceProperty |
Configuration of RTI Persistence Service. More... | |
Functions | |
PERSISTENCEDllExport struct RTI_PersistenceService * | RTI_PersistenceService_new (struct RTI_PersistenceServiceProperty *property) |
Create a new RTI Persistence Service instance. | |
PERSISTENCEDllExport void | RTI_PersistenceService_delete (struct RTI_PersistenceService *self) |
Stop and delete an RTI Persistence Service instance. | |
PERSISTENCEDllExport DDS_Boolean | RTI_PersistenceService_start (struct RTI_PersistenceService *self) |
Start RTI Persistence Service. | |
PERSISTENCEDllExport DDS_Boolean | RTI_PersistenceService_stop (struct RTI_PersistenceService *self) |
Stop RTI Persistence Service. | |
Variables | |
PERSISTENCEDllExport struct RTI_PersistenceServiceProperty | RTI_PersistenceServiceProperty_INITIALIZER |
The initial values for an RTI_PersistenceServiceProperty instance. | |
PERSISTENCEDllExport const int | RTI_PERSISTENCE_SERVICE_LOG_VERBOSITY_INFO |
Verbosity level: exceptions + warnings + info. | |
PERSISTENCEDllExport const int | RTI_PERSISTENCE_SERVICE_LOG_VERBOSITY_WARNINGS |
Verbosity level: exceptions + warnings. | |
PERSISTENCEDllExport const int | RTI_PERSISTENCE_SERVICE_LOG_VERBOSITY_EXCEPTIONS |
Verbosity level: exceptions. | |
PERSISTENCEDllExport const int | RTI_PERSISTENCE_SERVICE_LOG_VERBOSITY_SILENT |
Verbosity level: silent. | |
RTI Persistence Service API.