delete some old code
All checks were successful
EIVE/eive-obsw/pipeline/pr-cfdp-source-handler This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-cfdp-source-handler This commit looks good
This commit is contained in:
parent
2f25ac8e7d
commit
a47ad98d90
@ -43,9 +43,6 @@ class LiveTmTask : public SystemObject,
|
|||||||
CfdpTmFunnel& cfdpFunnel;
|
CfdpTmFunnel& cfdpFunnel;
|
||||||
VirtualChannel& channel;
|
VirtualChannel& channel;
|
||||||
const std::atomic_bool& ptmeLocked;
|
const std::atomic_bool& ptmeLocked;
|
||||||
// This countdown ensures that the CFDP is always throttled with a minimum period. Only after
|
|
||||||
// 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 throttlePeriodOngoing = false;
|
||||||
bool channelIsBusy = false;
|
bool channelIsBusy = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user