#include <AMCSpec.h>
|
bool | check (unsigned int crc, unsigned int lv1_id, unsigned int size, bool mtf7_mode=false) const |
|
unsigned int | getCRC () const |
|
unsigned int | getLV1ID () const |
|
unsigned int | getSize () const |
|
uint64_t | raw () const |
|
| Trailer () |
|
| Trailer (const uint64_t *data) |
|
| Trailer (unsigned int crc, unsigned int lv1_id, unsigned int size) |
|
|
static void | writeCRC (const uint64_t *start, uint64_t *end) |
|
Definition at line 102 of file AMCSpec.h.
◆ Trailer() [1/3]
amc::Trailer::Trailer |
( |
| ) |
|
|
inline |
◆ Trailer() [2/3]
amc::Trailer::Trailer |
( |
const uint64_t * |
data | ) |
|
|
inline |
◆ Trailer() [3/3]
amc::Trailer::Trailer |
( |
unsigned int |
crc, |
|
|
unsigned int |
lv1_id, |
|
|
unsigned int |
size |
|
) |
| |
◆ check()
bool amc::Trailer::check |
( |
unsigned int |
crc, |
|
|
unsigned int |
lv1_id, |
|
|
unsigned int |
size, |
|
|
bool |
mtf7_mode = false |
|
) |
| const |
◆ getCRC()
unsigned int amc::Trailer::getCRC |
( |
| ) |
const |
|
inline |
◆ getLV1ID()
unsigned int amc::Trailer::getLV1ID |
( |
| ) |
const |
|
inline |
◆ getSize()
unsigned int amc::Trailer::getSize |
( |
| ) |
const |
|
inline |
◆ raw()
uint64_t amc::Trailer::raw |
( |
| ) |
const |
|
inline |
◆ writeCRC()
void amc::Trailer::writeCRC |
( |
const uint64_t * |
start, |
|
|
uint64_t * |
end |
|
) |
| |
|
static |
◆ CRC_mask
const unsigned int amc::Trailer::CRC_mask = 0xffffffff |
|
staticprivate |
◆ CRC_shift
const unsigned int amc::Trailer::CRC_shift = 32 |
|
staticprivate |
◆ data_
uint64_t amc::Trailer::data_ |
|
private |
◆ LV1ID_mask
const unsigned int amc::Trailer::LV1ID_mask = 0xff |
|
staticprivate |
◆ LV1ID_shift
const unsigned int amc::Trailer::LV1ID_shift = 24 |
|
staticprivate |
◆ Size_mask
const unsigned int amc::Trailer::Size_mask = 0xfffff |
|
staticprivate |
◆ Size_shift
const unsigned int amc::Trailer::Size_shift = 0 |
|
staticprivate |