PUSDistributor: Initialize currentPacket in initialize() #225

Closed
opened 2020-09-30 17:11:41 +02:00 by muellerr · 0 comments
Owner

The order of the object construction should not matter.
Therefore, the currentPacket member of the PUSDistributor should be built
on object initialization. This can be done by making it a pointer and instantiating it in initialize

The order of the object construction should not matter. Therefore, the currentPacket member of the PUSDistributor should be built on object initialization. This can be done by making it a pointer and instantiating it in `initialize`
muellerr added the
feature
label 2020-09-30 17:11:41 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fsfw/fsfw#225
No description provided.