|
Jpp
|
Simple datastructure for the DAQ preamble without ROOT functionality. More...
#include <JDAQAbstractPreamble.hh>
Public Member Functions | |
| JDAQAbstractPreamble () | |
| Default constuctor. More... | |
| int | getLength () const |
| Get length. More... | |
| int | getDataType () const |
| Get data type. More... | |
| ClassDefNV (JDAQAbstractPreamble, 1) | |
Static Public Member Functions | |
| static int | sizeOf () |
| Get size of object. More... | |
Protected Member Functions | |
| template<class T > | |
| JDAQAbstractPreamble (JDAQType< T > type) | |
| Constructor. More... | |
Protected Attributes | |
| int | length |
| int | type |
Simple datastructure for the DAQ preamble without ROOT functionality.
Required for a correct calculation of the object size for I/O. JDAQPreamble derives from this and adds I/O and ROOT functionality.
Definition at line 20 of file JDAQAbstractPreamble.hh.
|
inlineprotected |
Constructor.
| type | data type of derived class |
Definition at line 28 of file JDAQAbstractPreamble.hh.
|
inline |
Default constuctor.
Definition at line 37 of file JDAQAbstractPreamble.hh.
|
inline |
|
inline |
|
inlinestatic |
| KM3NETDAQ::JDAQAbstractPreamble::ClassDefNV | ( | JDAQAbstractPreamble | , |
| 1 | |||
| ) |
|
protected |
Definition at line 79 of file JDAQAbstractPreamble.hh.
|
protected |
Definition at line 80 of file JDAQAbstractPreamble.hh.
1.8.16