Intro
Tutorials
Core
- Base Types
- Build System
- Developing Components
- Running Components
- System Management
- Data Analysis
- Graphical User Interface
- Simulating a Robot
Additional Core Functionality
Triggering Mechanisms
At runtime, a task context requires to be triggered. It means that the state hook methods need to be called at specified times/in reaction to specific events.
This section will cover the various possibilities for triggering mechanism declarations in orogen. For each mechanisms, you will see how to declare them in the orogen project file and what changes may be needed in your C++ code to handle them,