RTI Connext Micro C API  Version 2.4.14.1
 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 Micro ReaderHistory plugin interface and implements the DataReader reader cache as supported by RTI Connext Micro. RTI Connext 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
MT Safety:
This operation is thread safe.
const char* RHSM_HistoryFactory_get_version ( void  )

Returns the version string for the RHSM library.


RTI Connext Micro C API Version 2.4.14.1 Copyright © Thu Nov 2 2023 Real-Time Innovations, Inc