#include <gFrameDataCollection.h>
Definition at line 15 of file gFrameDataCollection.h.
◆ GFrameDataCollection()
GFrameDataCollection::GFrameDataCollection |
( |
GFrameHeader * | header, |
|
|
std::shared_ptr< GLogger > | logger ) |
|
inline |
- Parameters
-
header | Pointer to a GFrameDataCollectionHeader. |
logger | Pointer to a GLogger instance. |
Definition at line 22 of file gFrameDataCollection.h.
◆ ~GFrameDataCollection()
GFrameDataCollection::~GFrameDataCollection |
( |
| ) |
|
|
inline |
◆ addEvent()
void GFrameDataCollection::addEvent |
( |
int | evn | ) |
|
◆ addIntegralPayload()
void GFrameDataCollection::addIntegralPayload |
( |
std::vector< int > | payload | ) |
const |
|
inline |
Expects the payload vector to have exactly 5 elements: crate, slot, channel, charge, and time.
- Parameters
-
payload | A vector of integers representing the payload. |
Definition at line 47 of file gFrameDataCollection.h.
◆ getFrameID()
long int GFrameDataCollection::getFrameID |
( |
| ) |
const |
|
inline |
◆ getHeader()
const GFrameHeader * GFrameDataCollection::getHeader |
( |
| ) |
const |
|
inline |
◆ getIntegralPayload()
const std::vector< GIntegralPayload * > * GFrameDataCollection::getIntegralPayload |
( |
| ) |
const |
|
inline |
◆ shouldWriteFrame()
bool GFrameDataCollection::shouldWriteFrame |
( |
| ) |
const |
The documentation for this class was generated from the following file: