00001 #include "@pkgname@-component.hpp"00002 #include <rtt/Component.hpp>00003
00004 /*00005 * Using this macro, only one component may live00006 * in one library *and* you may *not* link this library00007 * with another component library. Use 00008 * ORO_CREATE_COMPONENT_TYPE()00009 * ORO_LIST_COMPONENT_TYPE(@Pkgname@)00010 * In case you want to link with another library that00011 * already contains components.00012 *00013 * If you have put your component class00014 * in a namespace, don't forget to add it here too:00015 */00016 ORO_CREATE_COMPONENT(@Pkgname@)