FixedMap static assert if T is derived from SerializeIF or is trivial copy-able #189

Closed
opened 2020-09-07 15:12:07 +02:00 by gaisser · 1 comment
Owner

FixedMap is a Child of SerializeIF and requires its type T to be either copy-able with memcpy or a Implementation of SerializeIF by itself. This should be enforced by compile time checking.

FixedMap is a Child of SerializeIF and requires its type T to be either copy-able with memcpy or a Implementation of SerializeIF by itself. This should be enforced by compile time checking.
gaisser added the
bug
label 2020-09-07 15:12:10 +02:00
muellerr referenced this issue from a commit 2020-09-10 15:00:35 +02:00
Author
Owner

Implemented by #191

Implemented by #191
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#189
No description provided.