#include "mars/TriggerBase.hpp"
#include <pthread.h>
Go to the source code of this file.
|
| class | mars::Trigger |
| | The task context provides and requires services. It uses an ExecutionEngine to perform its functions. Essential interfaces are operations, data flow ports and properties. These interfaces have been defined using the oroGen specification. In order to modify the interfaces you should (re)use oroGen and rely on the associated workflow. This components triggeres the mars mars cycle if the update-hook is called, this is useful if an sequence between componentes is needed, like it is possible with the trigger_component. More...
|
| |