#include <AMCSpec.h>
|
void | addPayload (const uint64_t *, unsigned int) |
|
std::vector< uint64_t > | block (unsigned int id) const |
|
BlockHeader | blockHeader (unsigned int block=0) const |
|
unsigned int | blocks () const |
|
std::unique_ptr< uint64_t[]> | data () |
|
void | finalize (unsigned int lv1, unsigned int bx, bool legacy_mc=false, bool mtf7_mode=false) |
|
Header | header () const |
|
| Packet (const uint64_t *d) |
|
| Packet (unsigned int amc, unsigned int board, unsigned int lv1id, unsigned int orbit, unsigned int bx, const std::vector< uint64_t > &load) |
|
unsigned int | size () const |
|
Trailer | trailer () const |
|
Definition at line 123 of file AMCSpec.h.
amc::Packet::Packet |
( |
const uint64_t * |
d | ) |
|
|
inline |
Packet::Packet |
( |
unsigned int |
amc, |
|
|
unsigned int |
board, |
|
|
unsigned int |
lv1id, |
|
|
unsigned int |
orbit, |
|
|
unsigned int |
bx, |
|
|
const std::vector< uint64_t > & |
load |
|
) |
| |
void Packet::addPayload |
( |
const uint64_t * |
data, |
|
|
unsigned int |
size |
|
) |
| |
std::vector< uint64_t > Packet::block |
( |
unsigned int |
id | ) |
const |
BlockHeader amc::Packet::blockHeader |
( |
unsigned int |
block = 0 | ) |
const |
|
inline |
unsigned int amc::Packet::blocks |
( |
| ) |
const |
|
inline |
std::unique_ptr< uint64_t[]> Packet::data |
( |
| ) |
|
void Packet::finalize |
( |
unsigned int |
lv1, |
|
|
unsigned int |
bx, |
|
|
bool |
legacy_mc = false , |
|
|
bool |
mtf7_mode = false |
|
) |
| |
Header amc::Packet::header |
( |
void |
| ) |
const |
|
inline |
unsigned int amc::Packet::size |
( |
void |
| ) |
const |
|
inline |
Trailer amc::Packet::trailer |
( |
void |
| ) |
const |
|
inline |
std::vector<uint64_t> amc::Packet::payload_ |
|
private |