1
0
forked from fsfw/fsfw

better comments

This commit is contained in:
2020-10-29 13:34:53 +01:00
parent edb2d3848d
commit 4557a2eb36
3 changed files with 8 additions and 3 deletions

View File

@ -4,6 +4,9 @@
#include "ActionHelper.h"
/**
* @brief This is an action helper which is only able to service one action
* at a time but remembers last commander and last action which
* simplifies usage
*/
class SimpleActionHelper: public ActionHelper {
public: