#include <RPCTwinMuxRecord.h>
Definition at line 71 of file RPCTwinMuxRecord.h.
rpctwinmux::BlockTrailer::BlockTrailer |
( |
std::uint64_t const |
record = 0x0 | ) |
|
rpctwinmux::BlockTrailer::BlockTrailer |
( |
std::uint32_t |
crc, |
|
|
unsigned int |
block_number, |
|
|
unsigned int |
event_counter, |
|
|
unsigned int |
bx_counter |
|
) |
| |
unsigned int rpctwinmux::BlockTrailer::getBlockNumber |
( |
| ) |
const |
unsigned int rpctwinmux::BlockTrailer::getBXCounter |
( |
| ) |
const |
std::uint32_t rpctwinmux::BlockTrailer::getCRC |
( |
| ) |
const |
unsigned int rpctwinmux::BlockTrailer::getEventCounter |
( |
| ) |
const |
std::uint64_t const& rpctwinmux::BlockTrailer::getRecord |
( |
| ) |
const |
void rpctwinmux::BlockTrailer::reset |
( |
| ) |
|
void rpctwinmux::BlockTrailer::set |
( |
std::uint64_t const |
record | ) |
|
void rpctwinmux::BlockTrailer::setBlockNumber |
( |
unsigned int |
block_number | ) |
|
void rpctwinmux::BlockTrailer::setBXCounter |
( |
unsigned int |
bx_counter | ) |
|
void rpctwinmux::BlockTrailer::setCRC |
( |
std::uint32_t |
crc | ) |
|
void rpctwinmux::BlockTrailer::setEventCounter |
( |
unsigned int |
event_counter | ) |
|
std::uint64_t const rpctwinmux::BlockTrailer::block_number_mask_ = 0x000000000ff00000 |
|
static |
unsigned int const rpctwinmux::BlockTrailer::block_number_offset_ = 20 |
|
static |
std::uint64_t const rpctwinmux::BlockTrailer::bx_counter_mask_ = 0x0000000000000fff |
|
static |
unsigned int const rpctwinmux::BlockTrailer::bx_counter_offset_ = 0 |
|
static |
std::uint64_t const rpctwinmux::BlockTrailer::crc_mask_ = 0xffffffff00000000 |
|
static |
unsigned int const rpctwinmux::BlockTrailer::crc_offset_ = 32 |
|
static |
std::uint64_t const rpctwinmux::BlockTrailer::event_counter_mask_ = 0x00000000000ff000 |
|
static |
unsigned int const rpctwinmux::BlockTrailer::event_counter_offset_ = 12 |
|
static |
std::uint64_t rpctwinmux::BlockTrailer::record_ |
|
protected |