|
CbmRoot
|
Classes | |
| class | Message |
| Class for handling a 16-bit MIMOSIS message word. More... | |
| struct | WordField |
| Helper for word field decoding (bit ranges) More... | |
Enumerations | |
| enum class | WordType : uint8_t { Empty , FrameHeader , RegionHeader , PixelData , FrameTrailer , Spare , Unknown } |
| — Word Types More... | |
| enum class | TrailerFlags : uint8_t { FrameOverflow = 1 << 0 , RegionOverflow = 1 << 1 , SuperRegionOverflow = 1 << 2 , BufferFull = 1 << 3 } |
| — Frame Trailer Flags (see format image) More... | |
Functions | |
| static constexpr WordField | kPixelAddrField (0, 10) |
| static constexpr WordField | kPEAddrField (10, 3) |
| static constexpr WordField | kCodeField (13, 3) |
| static constexpr WordField | kRegionNumField (0, 6) |
| static constexpr WordField | kFrameNumField (0, 24) |
| static constexpr WordField | kTrailerFlagsField (8, 8) |
|
strong |
— Frame Trailer Flags (see format image)
| Enumerator | |
|---|---|
| FrameOverflow | |
| RegionOverflow | |
| SuperRegionOverflow | |
| BufferFull | |
Definition at line 28 of file MimosisMessage.h.
|
strong |
— Word Types
Definition at line 16 of file MimosisMessage.h.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |