This interface defines the types of the realTime package. More...
#include <rtt/RealTimeToolkit.hpp>
Public Member Functions | |
virtual std::string | getName () |
Each plugin must have a unique name. | |
virtual bool | loadTypes () |
Implement this method to add types to the Orocos type system. | |
virtual bool | loadOperators () |
Implement this method to load Scripting operators on types, such as '+', '*', . | |
virtual bool | loadConstructors () |
Implement this method to load Scripting constructors of types, such as in C++. |
This interface defines the types of the realTime package.
Definition at line 50 of file RealTimeToolkit.hpp.
virtual bool RTT::RealTimeToolkitPlugin::loadConstructors | ( | ) | [virtual] |
Implement this method to load Scripting constructors of types, such as in C++.
Default constructors (which take no arguments) need not to be added.
Implements RTT::ToolkitPlugin.
virtual bool RTT::RealTimeToolkitPlugin::loadOperators | ( | ) | [virtual] |
Implement this method to load Scripting operators on types, such as '+', '*', .
..
Implements RTT::ToolkitPlugin.
virtual bool RTT::RealTimeToolkitPlugin::loadTypes | ( | ) | [virtual] |
Implement this method to add types to the Orocos type system.
Implements RTT::ToolkitPlugin.