1
0
forked from fsfw/fsfw

separate step for performOp now

This commit is contained in:
2020-10-12 18:28:07 +02:00
parent 140aa3ab42
commit dbcd06527e
3 changed files with 29 additions and 16 deletions

View File

@ -577,6 +577,7 @@ protected:
/** This is the counter value from performOperation(). */
uint8_t pstStep = 0;
uint8_t lastStep = 0;
uint32_t pstIntervalMs = 0;
/**
@ -841,7 +842,7 @@ protected:
* @return The Rmap action to execute in this step
*/
virtual CommunicationAction_t getComAction();
virtual CommunicationAction getComAction();
/**
* Build the device command to send for raw mode.