![]() |
MiniballSort
|
#include <DataPackets.hh>
Public Member Functions | |
| InfoData () | |
| InfoData (long long int t, unsigned long long int id, unsigned char s, unsigned char b, unsigned char m) | |
| ~InfoData () | |
| long long int | GetTime () |
| unsigned long long int | GetEventID () |
| unsigned char | GetCode () |
| unsigned char | GetSfp () |
| unsigned char | GetBoard () |
| void | SetTime (long long int t) |
| void | SetEventID (unsigned long long int id) |
| void | SetCode (unsigned char c) |
| void | SetSfp (unsigned char s) |
| void | SetBoard (unsigned char b) |
| void | ClearData () |
Protected Attributes | |
| long long int | time |
| timestamp of info event | |
| unsigned long long int | eventid |
| timestamp of info event | |
| unsigned char | code |
| code here represents which information timestamp we have | |
| unsigned char | sfp |
| SFP ID of the event. | |
| unsigned char | board |
Definition at line 368 of file DataPackets.hh.
|
inline |
Definition at line 372 of file DataPackets.hh.
| InfoData::InfoData | ( | long long int | t, |
| unsigned long long int | id, | ||
| unsigned char | s, | ||
| unsigned char | b, | ||
| unsigned char | m ) |
Definition at line 21 of file DataPackets.cc.
|
inline |
Definition at line 380 of file DataPackets.hh.
| void InfoData::ClearData | ( | ) |
Definition at line 277 of file DataPackets.cc.
|
inline |
Definition at line 386 of file DataPackets.hh.
|
inline |
Definition at line 384 of file DataPackets.hh.
|
inline |
Definition at line 383 of file DataPackets.hh.
|
inline |
Definition at line 385 of file DataPackets.hh.
|
inline |
Definition at line 382 of file DataPackets.hh.
|
inline |
Definition at line 392 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 390 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 389 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 391 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
inline |
Definition at line 388 of file DataPackets.hh.
Referenced by MiniballDataPackets::SetData().
|
protected |
board ID of the event
Definition at line 402 of file DataPackets.hh.
Referenced by ClearData(), GetBoard(), InfoData(), and SetBoard().
|
protected |
code here represents which information timestamp we have
Definition at line 400 of file DataPackets.hh.
Referenced by ClearData(), GetCode(), InfoData(), and SetCode().
|
protected |
timestamp of info event
Definition at line 399 of file DataPackets.hh.
Referenced by GetEventID(), InfoData(), and SetEventID().
|
protected |
SFP ID of the event.
Definition at line 401 of file DataPackets.hh.
Referenced by ClearData(), GetSfp(), InfoData(), and SetSfp().
|
protected |
timestamp of info event
Definition at line 398 of file DataPackets.hh.
Referenced by ClearData(), GetTime(), InfoData(), and SetTime().