CFDP Source Handler Testing #803
@ -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…
Reference in New Issue
Block a user