#include <RPCCPPFRecord.h>
Definition at line 8 of file RPCCPPFRecord.h.
rpccppf::RXRecord::RXRecord |
( |
std::uint32_t const |
record = da_mask_ | ) |
|
unsigned int rpccppf::RXRecord::getBXCounterMod |
( |
| ) |
const |
unsigned int rpccppf::RXRecord::getConnector |
( |
| ) |
const |
unsigned int rpccppf::RXRecord::getDelay |
( |
| ) |
const |
unsigned int rpccppf::RXRecord::getLink |
( |
| ) |
const |
unsigned int rpccppf::RXRecord::getLinkBoard |
( |
| ) |
const |
unsigned int rpccppf::RXRecord::getPartition |
( |
| ) |
const |
std::uint8_t rpccppf::RXRecord::getPartitionData |
( |
| ) |
const |
std::uint32_t const& rpccppf::RXRecord::getRecord |
( |
| ) |
const |
bool rpccppf::RXRecord::isAcknowledge |
( |
| ) |
const |
bool rpccppf::RXRecord::isEOD |
( |
| ) |
const |
bool rpccppf::RXRecord::isError |
( |
| ) |
const |
void rpccppf::RXRecord::reset |
( |
| ) |
|
void rpccppf::RXRecord::set |
( |
std::uint32_t const |
record | ) |
|
void rpccppf::RXRecord::setAcknowledge |
( |
bool |
da | ) |
|
void rpccppf::RXRecord::setBXCounterMod |
( |
unsigned int |
bx | ) |
|
void rpccppf::RXRecord::setConnector |
( |
unsigned int |
connector | ) |
|
void rpccppf::RXRecord::setDelay |
( |
unsigned int |
delay | ) |
|
void rpccppf::RXRecord::setEOD |
( |
bool |
eod | ) |
|
void rpccppf::RXRecord::setError |
( |
bool |
de | ) |
|
void rpccppf::RXRecord::setLink |
( |
unsigned int |
link | ) |
|
void rpccppf::RXRecord::setLinkBoard |
( |
unsigned int |
link_board | ) |
|
void rpccppf::RXRecord::setPartition |
( |
unsigned int |
partition | ) |
|
void rpccppf::RXRecord::setPartitionData |
( |
std::uint8_t |
data | ) |
|
std::uint32_t const rpccppf::RXRecord::bx_counter_mod_mask_ = 0x01f00000 |
|
staticprotected |
unsigned int const rpccppf::RXRecord::bx_counter_mod_offset_ = 20 |
|
staticprotected |
std::uint32_t const rpccppf::RXRecord::connector_mask_ = 0x00000e00 |
|
staticprotected |
unsigned int const rpccppf::RXRecord::connector_offset_ = 9 |
|
staticprotected |
std::uint32_t const rpccppf::RXRecord::da_mask_ = 0x00080000 |
|
staticprotected |
unsigned int const rpccppf::RXRecord::da_offset_ = 19 |
|
staticprotected |
std::uint32_t const rpccppf::RXRecord::de_mask_ = 0x00040000 |
|
staticprotected |
unsigned int const rpccppf::RXRecord::de_offset_ = 18 |
|
staticprotected |
std::uint32_t const rpccppf::RXRecord::delay_mask_ = 0x0001c000 |
|
staticprotected |
unsigned int const rpccppf::RXRecord::delay_offset_ = 14 |
|
staticprotected |
std::uint32_t const rpccppf::RXRecord::eod_mask_ = 0x00020000 |
|
staticprotected |
unsigned int const rpccppf::RXRecord::eod_offset_ = 17 |
|
staticprotected |
std::uint32_t const rpccppf::RXRecord::link_board_mask_ = 0x00003000 |
|
staticprotected |
unsigned int const rpccppf::RXRecord::link_board_offset_ = 12 |
|
staticprotected |
std::uint32_t const rpccppf::RXRecord::link_mask_ = 0xfe000000 |
|
staticprotected |
unsigned int const rpccppf::RXRecord::link_offset_ = 25 |
|
staticprotected |
std::uint32_t const rpccppf::RXRecord::partition_data_mask_ = 0x000000ff |
|
staticprotected |
unsigned int const rpccppf::RXRecord::partition_data_offset_ = 0 |
|
staticprotected |
std::uint32_t const rpccppf::RXRecord::partition_mask_ = 0x00000100 |
|
staticprotected |
unsigned int const rpccppf::RXRecord::partition_offset_ = 8 |
|
staticprotected |
std::uint32_t rpccppf::RXRecord::record_ |
|
protected |