RTI Connext DDS Micro  Version 2.4.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 Getting Started 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 Version 2.4.10 Copyright © Fri Jun 30 2017 Real-Time Innovations, Inc