#include <Consumer.hpp>
Public Member Functions | |
Consumer (std::string const &name="cross_consumer::Consumer", TaskCore::TaskState initial_state=Stopped) | |
Consumer (std::string const &name, RTT::ExecutionEngine *engine, TaskCore::TaskState initial_state=Stopped) | |
Protected Attributes | |
std::ostream * | io |
Friends | |
class | ConsumerBase |
Definition at line 8 of file cross_consumer/tasks/Consumer.hpp.
Consumer::Consumer | ( | std::string const & | name = "cross_consumer::Consumer" , |
TaskCore::TaskState | initial_state = Stopped |
||
) |
Definition at line 6 of file cross_consumer/tasks/Consumer.cpp.
Consumer::Consumer | ( | std::string const & | name, |
RTT::ExecutionEngine * | engine, | ||
TaskCore::TaskState | initial_state = Stopped |
||
) |
Definition at line 12 of file cross_consumer/tasks/Consumer.cpp.
friend class ConsumerBase [friend] |
Definition at line 10 of file cross_consumer/tasks/Consumer.hpp.
std::ostream* cross_consumer::Consumer::io [protected] |
Definition at line 12 of file cross_consumer/tasks/Consumer.hpp.