Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Working with Actions

Space systems generally need to be commanded regularly. This can include commands periodically required to ensure a healthy system, or commands to reach the mission goals.

These commands can be modelled using the concept of Actions. If you have not read the TMTC modelling chapter yet, it is recommended to read it first.

For a low number of actions, it is recommended to add the actions as enum variants of your Request type. For a higher number of actions, you can create a dedicated ActionRequest structure.