DeployerComponent.cpp
Go to the documentation of this file.
00001 #include <ocl/Component.hpp>
00002 <% component.self_tasks.each do |task| %>
00003 #include <<%= component.name.downcase %>/<%= task.basename %>.hpp>
00004 <% end %>
00005 
00006 ORO_CREATE_COMPONENT_TYPE();
00007 <% component.self_tasks.each do |task| %>
00008 ORO_LIST_COMPONENT_TYPE( <%= task.name %> );
00009 <% end %>
00010 


orogen
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Mon Oct 6 2014 03:17:29