#include <RPCAMC13Record.h>
Definition at line 9 of file RPCAMC13Record.h.
Header::Header |
( |
std::uint64_t const |
record = 0x0 | ) |
|
Header::Header |
( |
unsigned int |
ufov, |
|
|
unsigned int |
n_amc, |
|
|
unsigned int |
orbit_counter |
|
) |
| |
unsigned int rpcamc13::Header::getFirmwareVersion |
( |
| ) |
const |
unsigned int rpcamc13::Header::getNAMC |
( |
| ) |
const |
unsigned int rpcamc13::Header::getOrbitCounter |
( |
| ) |
const |
std::uint64_t const& rpcamc13::Header::getRecord |
( |
| ) |
const |
void rpcamc13::Header::reset |
( |
| ) |
|
void rpcamc13::Header::set |
( |
std::uint64_t const |
record | ) |
|
void rpcamc13::Header::setFirmwareVersion |
( |
unsigned int |
ufov | ) |
|
void rpcamc13::Header::setNAMC |
( |
unsigned int |
n_amc | ) |
|
void rpcamc13::Header::setOrbitCounter |
( |
unsigned int |
orbit_counter | ) |
|
std::uint64_t const rpcamc13::Header::n_amc_mask_ = 0x00f0000000000000 |
|
staticprotected |
unsigned int const rpcamc13::Header::n_amc_offset_ = 52 |
|
staticprotected |
std::uint64_t const rpcamc13::Header::orbit_counter_mask_ = 0x0000000ffffffff0 |
|
staticprotected |
unsigned int const rpcamc13::Header::orbit_counter_offset_ = 4 |
|
staticprotected |
std::uint64_t rpcamc13::Header::record_ |
|
protected |
std::uint64_t const rpcamc13::Header::ufov_mask_ = 0xf000000000000000 |
|
staticprotected |
unsigned int const rpcamc13::Header::ufov_offset_ = 60 |
|
staticprotected |