| 
    Jpp
    17.3.2
    
   the software that should make you happy 
   | 
 
Simple data structure for the DAQ preamble required for a correct calculation of the object size for binary I/O. 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) | |
Protected Member Functions | |
| template<class T > | |
| JDAQAbstractPreamble (JDAQType< T > type) | |
| Constructor.  More... | |
Protected Attributes | |
| int | length | 
| int | type | 
Simple data structure for the DAQ preamble required for a correct calculation of the object size for binary I/O.
Note that JDAQPreamble derives from this and adds I/O and ROOT functionality.
Definition at line 21 of file JDAQAbstractPreamble.hh.
      
  | 
  inlineprotected | 
Constructor.
| type | data type of derived class | 
Definition at line 29 of file JDAQAbstractPreamble.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
| KM3NETDAQ::JDAQAbstractPreamble::ClassDefNV | ( | JDAQAbstractPreamble | , | 
| 1 | |||
| ) | 
      
  | 
  protected | 
Definition at line 69 of file JDAQAbstractPreamble.hh.
      
  | 
  protected | 
Definition at line 70 of file JDAQAbstractPreamble.hh.
 1.8.5