-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
UMUser ManualUser Manual
Description
The framework defines a generic type for all discriminants (CrFwDiscriminant_t
). I need to introduce a constraint that the type of all parameters which act as discriminant must be compatible with this type (ideally, they must be equal to it).
With the currently defined services, the parameters acting as discriminants are:
- Service 1: Failure Identification Code
- Service 3: SID
- Service 5: EID
- Service 13: Large Message Transaction Identifier
For the PUS Test Suite implementation, I will use a value of unsigned short
for all of them.
Metadata
Metadata
Assignees
Labels
UMUser ManualUser Manual