RTI Routing Service
Version 6.1.0
|
RTI Routing Service C++ Processor API. More...
#include "routingservice/routingservice_log.h"
#include <rti/config/Version.hpp>
#include <rti/routing/PropertySet.hpp>
#include <rti/routing/processor/Route.hpp>
#include <rti/routing/processor/Processor.hpp>
#include <rti/routing/processor/detail/ProcessorPluginForwarder.hpp>
Go to the source code of this file.
Data Structures | |
class | rti::routing::processor::ProcessorPlugin |
The top-level plug-in class. More... | |
Macros | |
#define | RTI_PROCESSOR_PLUGIN_CREATE_FUNCTION_DECL(PROCESSOR_CLASS) |
Utility macro that declares a native extern function that can be used to load a ProcessorPlugin through a shared library. More... | |
#define | RTI_PROCESSOR_PLUGIN_CREATE_FUNCTION_DEF(PROCESSOR_CLASS) |
Utility macro that implements the ProcessorPlugin entry point declared with RTI_PROCESSOR_PLUGIN_CREATE_FUNCTION_DECL. More... | |
RTI Routing Service C++ Processor API.