NameServerRegistrator Class Template Reference

#include <rtt/NameServerRegistrator.hpp>

Inheritance diagram for NameServerRegistrator:

AnalogInInterface AnalogOutInterface DigitalInInterface DigitalOutInterface EncoderInterface Event PulseTrainGeneratorInterface

List of all members.


Detailed Description

template<class T>
class RTT::NameServerRegistrator< T >

Utility class to register a given object with a nameserver, and deregister upon destruction.

Usage: you inherit from this class, and call it's constructor in your classes constructor, then your object will be registered with the nameserver you specify, and will unregister the object on destruction.

Parameters:
T the class you wish to contain in the nameserver

Definition at line 55 of file NameServerRegistrator.hpp.


Public Member Functions

 NameServerRegistrator ()
 NameServerRegistrator (typename boost::call_traits< NameServer< T > >::reference nameserver, const NameType &name, typename boost::call_traits< T >::const_reference object)
 ~NameServerRegistrator ()

The documentation for this class was generated from the following file:
Generated on Tue Mar 25 17:41:56 2008 for OrocosReal-TimeToolkit by  doxygen 1.5.3