#include <DummyUnpack.h>
Definition at line 6 of file DummyUnpack.h.
◆ DummyUnpack() [1/2]
DummyUnpack::DummyUnpack |
( |
uint16_t |
PartitionId | ) |
|
◆ ~DummyUnpack()
DummyUnpack::~DummyUnpack |
( |
| ) |
|
|
virtualdefault |
◆ DummyUnpack() [2/2]
◆ DoUnpack()
Bool_t DummyUnpack::DoUnpack |
( |
Int_t * |
data, |
|
|
Int_t |
size |
|
) |
| |
|
overridevirtual |
Process an MBS sub-event.
Reimplemented from ShipUnpack.
Definition at line 23 of file DummyUnpack.cxx.
24{
25 LOG(INFO) <<
"DummyUnpack for PartitionId " << std::hex <<
fPartitionId << std::dec
26 << ": Unpacking frame... size/bytes = " << size;
28 switch (
df->header.frameTime) {
29 case SoS: LOG(INFO) <<
"DummyUnpack: SoS frame.";
return kTRUE;
30 case EoS: LOG(INFO) <<
"DummyUnpack: EoS frame.";
return kTRUE;
31 default: break;
32 }
33
34 return kTRUE;
35}
◆ GetPartition()
uint16_t DummyUnpack::GetPartition |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Init()
Bool_t DummyUnpack::Init |
( |
| ) |
|
|
overridevirtual |
Initialization. Called once, before the event loop.
Reimplemented from ShipUnpack.
Definition at line 13 of file DummyUnpack.cxx.
14{
16 return kTRUE;
17}
virtual void Register() override
◆ operator=()
◆ Register()
void DummyUnpack::Register |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Reset()
void DummyUnpack::Reset |
( |
| ) |
|
|
overridevirtual |
◆ fPartitionId
uint16_t DummyUnpack::fPartitionId |
|
private |
The documentation for this class was generated from the following files: