![]() |
Project
|
Classes | |
struct | ChipHeader |
struct | ChipTrailer |
struct | DataShort |
struct | Hitmap |
struct | RegionHeader |
Typedefs | |
using | Idle = uint8_t |
using | BusyOn = uint8_t |
using | BusyOff = uint8_t |
Enumerations | |
enum class | PixelWordType { IDLE , CHIP_HEADER , CHIP_TRAILER , CHIP_EMPTYFRAME , REGION_HEADER , DATA_SHORT , DATA_LONG , BUSY_ON , BUSY_OFF , UNKNOWN } |
using o2::focal::PixelWord::BusyOff = typedef uint8_t |
Definition at line 25 of file PixelWords.h.
using o2::focal::PixelWord::BusyOn = typedef uint8_t |
Definition at line 24 of file PixelWords.h.
using o2::focal::PixelWord::Idle = typedef uint8_t |
Definition at line 23 of file PixelWords.h.
|
strong |
Enumerator | |
---|---|
IDLE | |
CHIP_HEADER | |
CHIP_TRAILER | |
CHIP_EMPTYFRAME | |
REGION_HEADER | |
DATA_SHORT | |
DATA_LONG | |
BUSY_ON | |
BUSY_OFF | |
UNKNOWN |
Definition at line 27 of file PixelWords.h.