RTI Connext DDS Micro C API  Version 3.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
RHSM Reader History API

Functions

struct RT_ComponentFactoryI * RHSM_HistoryFactory_get_interface (void)
 Gets the singleton instance of the RHSM reader history factory.
const char * RHSM_HistoryFactory_get_version (void)
 Returns the version string for the RHSM library.

Detailed Description

The RHSM plugin is an implementation of the RTI Connext DDS Micro ReaderHistory plugin interface and implements the DataReader reader cache as supported by RTI Connext DDS Micro. RTI Connext DDS Micro requires that a ReaderHistory plugin is registered with the name "rh" in the DomainParticipantFactory before a DataReader can be created. Each instance of a DataReader creates its own instance of the ReaderHistory plugin. Please refer to User Manual for an example on how to register the writer history factory.


Function Documentation

struct RT_ComponentFactoryI* RHSM_HistoryFactory_get_interface ( void  )
read

Gets the singleton instance of the RHSM reader history factory.

This function gets the singleton instance of the RHSM history plugin factory that is used by the middleware to create a ReaderHistory plugin. The singleton instance of the factory must be registered with the name "rh" in the DomainParticipantFactory.

Returns:
Pointer to RHSM history plugin factory
const char* RHSM_HistoryFactory_get_version ( void  )

Returns the version string for the RHSM library.


RTI Connext DDS Micro C API Version 3.0.3 Copyright © Wed Jun 24 2020 Real-Time Innovations, Inc