This commit is contained in:
parent
d60e7a706a
commit
a6abeb697f
@ -108,6 +108,9 @@ class PlocMPSoCHandler : public DeviceHandlerBase, public CommandsActionsIF {
|
|||||||
MessageQueueIF* eventQueue = nullptr;
|
MessageQueueIF* eventQueue = nullptr;
|
||||||
MessageQueueIF* commandActionHelperQueue = nullptr;
|
MessageQueueIF* commandActionHelperQueue = nullptr;
|
||||||
|
|
||||||
|
// Initiate the sequence count with the maximum value. It is incremented before
|
||||||
|
// a packet is sent, so the first value will be 0 accordingly using
|
||||||
|
// the wrap around of the counter.
|
||||||
SourceSequenceCounter sequenceCount =
|
SourceSequenceCounter sequenceCount =
|
||||||
SourceSequenceCounter(SpacePacketBase::LIMIT_SEQUENCE_COUNT - 1);
|
SourceSequenceCounter(SpacePacketBase::LIMIT_SEQUENCE_COUNT - 1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user