Public Member Functions | |
virtual std::string | getName () |
virtual std::string | getName () |
virtual bool | loadConstructors () |
virtual bool | loadConstructors () |
virtual bool | loadGlobals () |
virtual bool | loadGlobals () |
virtual bool | loadOperators () |
virtual bool | loadOperators () |
virtual bool | loadTypes () |
virtual bool | loadTypes () |
Public Member Functions inherited from RTT::types::TypekitPlugin | |
virtual | ~TypekitPlugin () |
plugins_test_types.cpp
Created on: May 25, 2010 Author: kaltan
Definition at line 29 of file testproject/types/plugins_test_types.cpp.
|
inlinevirtual |
Each plugin must have a unique name. This name is used globally in the process to identify this instance.
Implements RTT::types::TypekitPlugin.
Definition at line 31 of file testtypes/types/plugins_test_types.cpp.
|
inlinevirtual |
Each plugin must have a unique name. This name is used globally in the process to identify this instance.
Implements RTT::types::TypekitPlugin.
Definition at line 46 of file testproject/types/plugins_test_types.cpp.
|
inlinevirtual |
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::types::TypekitPlugin.
Definition at line 25 of file testtypes/types/plugins_test_types.cpp.
|
inlinevirtual |
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::types::TypekitPlugin.
Definition at line 40 of file testproject/types/plugins_test_types.cpp.
|
inlinevirtual |
Implement this function to add global variables to the type system. This is necessary to have something like enumeration values, without being force to look these up in a component.
Reimplemented from RTT::types::TypekitPlugin.
Definition at line 29 of file testtypes/types/plugins_test_types.cpp.
|
inlinevirtual |
Implement this function to add global variables to the type system. This is necessary to have something like enumeration values, without being force to look these up in a component.
Reimplemented from RTT::types::TypekitPlugin.
Definition at line 44 of file testproject/types/plugins_test_types.cpp.
|
inlinevirtual |
Implement this method to load Scripting operators on types, such as '+', '*', ...
Implements RTT::types::TypekitPlugin.
Definition at line 21 of file testtypes/types/plugins_test_types.cpp.
|
inlinevirtual |
Implement this method to load Scripting operators on types, such as '+', '*', ...
Implements RTT::types::TypekitPlugin.
Definition at line 36 of file testproject/types/plugins_test_types.cpp.
|
inlinevirtual |
Implement this method to add types to the Orocos type system.
Implements RTT::types::TypekitPlugin.
Definition at line 14 of file testtypes/types/plugins_test_types.cpp.
|
inlinevirtual |
Implement this method to add types to the Orocos type system.
Implements RTT::types::TypekitPlugin.
Definition at line 32 of file testproject/types/plugins_test_types.cpp.