1
0
forked from fsfw/fsfw

added printouts for action helper

This commit is contained in:
2021-02-08 14:20:36 +01:00
parent 6e5252b69e
commit 9998de086f
2 changed files with 25 additions and 14 deletions

View File

@ -101,7 +101,8 @@ public:
protected:
//! Increase of value of this per step
static const uint8_t STEP_OFFSET = 1;
HasActionsIF* owner;//!< Pointer to the owner
//! Pointer to the owner
HasActionsIF* owner;
//! Queue to be used as response sender, has to be set in ctor or with
//! setQueueToUse
MessageQueueIF* queueToUse;