![]() |
Project
|
#include <RCUTrailer.h>
Public Attributes | ||
uint32_t | mDataWord | |
struct { | ||
uint32_t mHardwareAddress: 16 | ||
Bits 0 - 15: Hardware address. More... | ||
uint32_t mPayloadSize: 10 | ||
Bits 16 - 25: Payload size. More... | ||
uint32_t mZero1: 3 | ||
Bits 26 - 28: zeroed. More... | ||
uint32_t mBadChannel: 1 | ||
Bit 29: Bad channel status. More... | ||
uint32_t mMark: 1 | ||
Bits 30 - 30: Mark header. More... | ||
}; | ||
Definition at line 27 of file RCUTrailer.h.
struct { ... } o2::phos::ChannelHeader |
uint32_t o2::phos::ChannelHeader::mBadChannel |
Bit 29: Bad channel status.
Definition at line 33 of file RCUTrailer.h.
uint32_t o2::phos::ChannelHeader::mDataWord |
Definition at line 28 of file RCUTrailer.h.
uint32_t o2::phos::ChannelHeader::mHardwareAddress |
Bits 0 - 15: Hardware address.
Definition at line 30 of file RCUTrailer.h.
uint32_t o2::phos::ChannelHeader::mMark |
Bits 30 - 30: Mark header.
Definition at line 34 of file RCUTrailer.h.
uint32_t o2::phos::ChannelHeader::mPayloadSize |
Bits 16 - 25: Payload size.
Definition at line 31 of file RCUTrailer.h.
uint32_t o2::phos::ChannelHeader::mZero1 |
Bits 26 - 28: zeroed.
Definition at line 32 of file RCUTrailer.h.