maybe this works better?
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-10-13 14:20:50 +02:00
parent be1fb22e39
commit 2279eab5e7
2 changed files with 15 additions and 4 deletions

View File

@ -47,6 +47,7 @@ class LiveTmTask : public SystemObject,
// this period, the CFDP can be released if the channel is not busy.
// Countdown minimumPeriodThrottleCd = Countdown(config::CFDP_THROTTLE_PERIOD_MS);
bool throttlePeriodOngoing = false;
bool channelIsBusy = false;
void readCommandQueue(void);
@ -66,6 +67,7 @@ class LiveTmTask : public SystemObject,
void announceMode(bool recursive) override;
void throttleCfdp();
void releaseCfdp();
void updateBusyFlag();
object_id_t getObjectId() const override;
const HasHealthIF* getOptHealthIF() const override;