TaskBase.cpp File Reference

#include "tasks/<%= task.basename %"
Include dependency graph for TaskBase.cpp:

Go to the source code of this file.

Functions

<%end%>
<%task.base_hook_code.keys.sort.eachdo|hook_name|%>
<%snippets=task.base_hook_code[hook_name]%>
<%nextifsnippets.empty?%>
<%is_boolean=(hook_name=="start"||hook_name=="configure")%>
<%=(is_boolean?'bool':'void')%>
<%=task.basename%> Base::
<%=hook_name%> 
Hook ()

Variables

<%code_before, code_after=task.base_implementation_code.partition(&:first)
code_before.map!{|_, c|c.call}code_after.map!{|_,
c|c.call}%><%=code_before.join("\n")%>
<%=task.basename%> Base::
<%=task.basename%> 
Base (std::string const &name<%=", TaskCore::TaskState state"unless task.fixed_initial_state?%>)<%if task.superclass.fixed_initial_state?%>

Function Documentation

<%end%><%task.base_hook_code.keys.sort.eachdo|hook_name|%><%snippets=task.base_hook_code[hook_name]%><%nextifsnippets.empty?%><%is_boolean=(hook_name=="start"||hook_name=="configure")%><%=(is_boolean?'bool':'void')%><%=task.basename%> Base::<%=hook_name%> Hook (  ) 

Definition at line 148 of file TaskBase.cpp.


Variable Documentation

<%code_before,code_after=task.base_implementation_code.partition(&:first)code_before.map!{|_,c|c.call}code_after.map!{|_,c|c.call}%><%=code_before.join("\n")%><%=task.basename%> Base::<%=task.basename%> Base(std::string const &name<%=", TaskCore::TaskState state"unless task.fixed_initial_state?%>)<%if task.superclass.fixed_initial_state?%>

Definition at line 15 of file TaskBase.cpp.

 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Defines


orogen
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Fri Jan 11 09:09:38 2013