#include <L1MuPacking.h>
Public Member Functions | |
int | idxFromPacked (unsigned packed) const override |
get the value from the packed notation (always positive) More... | |
unsigned | packedFromIdx (int idx) const override |
get the packed notation of a value, check the range More... | |
int | signFromPacked (unsigned packed) const override |
get the sign from the packed notation. always psitive (0) More... | |
Public Member Functions inherited from L1MuPacking | |
virtual | ~L1MuPacking () |
Packing of an unsigned int in a bit field
Definition at line 58 of file L1MuPacking.h.
|
inlineoverridevirtual |
get the value from the packed notation (always positive)
Implements L1MuPacking.
Definition at line 63 of file L1MuPacking.h.
|
inlineoverridevirtual |
get the packed notation of a value, check the range
Implements L1MuPacking.
Definition at line 65 of file L1MuPacking.h.
References training_settings::idx.
|
inlineoverridevirtual |
get the sign from the packed notation. always psitive (0)
Implements L1MuPacking.
Definition at line 61 of file L1MuPacking.h.