#include <ConsoleOut.h>
Public Member Functions | |
ConsoleOut (RTC::Manager *manager) | |
ConsoleOut (RTC::Manager *manager) | |
virtual RTC::ReturnCode_t | onExecute (RTC::UniqueId ec_id) |
Callback function to execute periodically. | |
virtual RTC::ReturnCode_t | onExecute (RTC::UniqueId ec_id) |
Callback function to execute periodically. | |
virtual RTC::ReturnCode_t | onInitialize () |
Callback function to initialize. | |
virtual RTC::ReturnCode_t | onInitialize () |
Callback function to initialize. | |
~ConsoleOut () | |
~ConsoleOut () | |
Protected Attributes | |
TimedLong | m_in |
InPort< TimedLong > | m_inIn |
Definition at line 32 of file ExtTrigger/ConsoleOut.h.
ConsoleOut::ConsoleOut | ( | RTC::Manager * | manager | ) |
Definition at line 30 of file ExtTrigger/ConsoleOut.cpp.
Definition at line 39 of file ExtTrigger/ConsoleOut.cpp.
ConsoleOut::ConsoleOut | ( | RTC::Manager * | manager | ) |
RTC::ReturnCode_t ConsoleOut::onExecute | ( | RTC::UniqueId | exec_handle | ) | [virtual] |
Callback function to execute periodically.
This is a callback function that is executed when DataFlowComponentAction::on_execute is invoked.
As for actual periodic execution of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it. This function is invoked periodically as the first execution pass of Two-Pass Execution in Periodic Sampled Data Processing.
exec_handle | ID of the participant ExecutionContext |
Reimplemented from RTC::RTObject_impl.
Definition at line 64 of file ExtTrigger/ConsoleOut.cpp.
virtual RTC::ReturnCode_t ConsoleOut::onExecute | ( | RTC::UniqueId | exec_handle | ) | [virtual] |
Callback function to execute periodically.
This is a callback function that is executed when DataFlowComponentAction::on_execute is invoked.
As for actual periodic execution of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it. This function is invoked periodically as the first execution pass of Two-Pass Execution in Periodic Sampled Data Processing.
exec_handle | ID of the participant ExecutionContext |
Reimplemented from RTC::RTObject_impl.
RTC::ReturnCode_t ConsoleOut::onInitialize | ( | void | ) | [virtual] |
Callback function to initialize.
This is a callback function that is executed when ComponentAction::on_initialize was invoked.
As for actual initialization of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
Reimplemented from RTC::RTObject_impl.
Definition at line 44 of file ExtTrigger/ConsoleOut.cpp.
virtual RTC::ReturnCode_t ConsoleOut::onInitialize | ( | void | ) | [virtual] |
Callback function to initialize.
This is a callback function that is executed when ComponentAction::on_initialize was invoked.
As for actual initialization of each component, since this function is dummy-implemented to return RTC::RTC_OK unconditionally, you need to implement this function by overriding it.
Reimplemented from RTC::RTObject_impl.
TimedLong ConsoleOut::m_in [protected] |
Definition at line 91 of file ExtTrigger/ConsoleOut.h.
InPort< TimedLong > ConsoleOut::m_inIn [protected] |
Definition at line 92 of file ExtTrigger/ConsoleOut.h.