#include "Plugin.hpp"#include <iostream>#include <boost/cstdint.hpp>#include <boost/lexical_cast.hpp>#include <rtt/types/TypeInfoRepository.hpp>#include "type_info/Registration.hpp"
Go to the source code of this file.
Defines | |
| #define | TYPEKIT_PACKAGE_NAME TYPEKIT_PACKAGE_NAME_aux(OROCOS_TARGET) |
| #define | TYPEKIT_PACKAGE_NAME_aux(target) "<%= typekit.name %>-typekit-" TYPEKIT_PACKAGE_NAME_aux0(target) |
| #define | TYPEKIT_PACKAGE_NAME_aux0(target) #target |
Functions | |
| ORO_TYPEKIT_PLUGIN (orogen_typekits::<%=typekit.name%>TypekitPlugin) | |
| orogen_typekits:: <%=typekit.name%> TypekitPlugin:: <%=typekit.name%> | TypekitPlugin () |
Definition at line 25 of file Plugin.cpp.
| #define TYPEKIT_PACKAGE_NAME_aux | ( | target | ) | "<%= typekit.name %>-typekit-" TYPEKIT_PACKAGE_NAME_aux0(target) |
Definition at line 24 of file Plugin.cpp.
| #define TYPEKIT_PACKAGE_NAME_aux0 | ( | target | ) | #target |
Definition at line 23 of file Plugin.cpp.
| ORO_TYPEKIT_PLUGIN | ( | orogen_typekits::<%=typekit.name%> | TypekitPlugin | ) |
| orogen_typekits::<%=typekit.name%> TypekitPlugin::<%=typekit.name%> TypekitPlugin | ( | ) |
Definition at line 16 of file Plugin.cpp.