RTI Routing Service  Version 7.0.0
rti::routing::processor::NoOpProcessor Class Reference

An empty implementation of the pure virtual interface rti::routing::processor::Processor. More...

#include <Processor.hpp>

Inheritance diagram for rti::routing::processor::NoOpProcessor:
rti::routing::processor::Processor rti::routing::UpdatableEntity

Additional Inherited Members

- Public Member Functions inherited from rti::routing::processor::Processor
virtual ~Processor ()
 Virtual destructor. More...
 
- Public Member Functions inherited from rti::routing::UpdatableEntity
virtual void update (const std::map< std::string, std::string > &properties)
 Updates a pluggable entity. More...
 
virtual ~UpdatableEntity ()
 Virtual destructor. More...
 

Detailed Description

An empty implementation of the pure virtual interface rti::routing::processor::Processor.

Your Processor implementation can inherit from this class and override just the methods that are of interest.