RTI Connext DDS Micro
Version 2.4.6
|
Functions | |
struct RT_ComponentFactoryI * | WHSM_HistoryFactory_get_interface (void) |
Gets the singleton instance of the WHSM writer history factory. More... | |
The WHSM plugin is an implementation of the RTI Connext Micro WriterHistory plugin interface and implements the DataWriter writer cache as supported by RTI Connext Micro. RTI Connext Micro requires that a WriterHistory plugin is registered with the name "wh" in the DomainParticipantFactory before a DataWriter can be created. Each instance of a DataWriter creates its own instance of the WriterHistory plugin. Please refer to Getting Started for an example on how to register the writer history factory.
|
read |
Gets the singleton instance of the WHSM writer history factory.
This function gets the singleton instance of the WHSM history plugin factory that is used by the middleware to create a WriterHistory plugin. The singleton instance of the factory must be registered with the name "wh" in the DomainParticipantFactory.