Project
Loading...
Searching...
No Matches
o2::focal::PixelWord Namespace Reference

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
}
 

Typedef Documentation

◆ BusyOff

using o2::focal::PixelWord::BusyOff = typedef uint8_t

Definition at line 25 of file PixelWords.h.

◆ BusyOn

using o2::focal::PixelWord::BusyOn = typedef uint8_t

Definition at line 24 of file PixelWords.h.

◆ Idle

using o2::focal::PixelWord::Idle = typedef uint8_t

Definition at line 23 of file PixelWords.h.

Enumeration Type Documentation

◆ PixelWordType

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.