| 
    Jpp
    
   | 
 
DAQ super frame header. More...
#include <JDAQSuperFrameHeader.hh>
  
Public Member Functions | |
| JDAQSuperFrameHeader () | |
| Default constructor.  More... | |
| JDAQSuperFrameHeader (const JDAQChronometer &chronometer, const int id) | |
| Constructor.  More... | |
| JDAQSuperFrameHeader (const JDAQChronometer &chronometer, const int id, const JDAQFrameStatus &status) | |
| Constructor.  More... | |
| const JDAQSuperFrameHeader & | getDAQSuperFrameHeader () const | 
| Get DAQ super frame header.  More... | |
| void | setDAQSuperFrameHeader (const JDAQSuperFrameHeader &header) | 
| Set DAQ super frame header.  More... | |
| ClassDef (JDAQSuperFrameHeader, 2) | |
| const JDAQHeader & | getDAQHeader () const | 
| Get DAQ header.  More... | |
| void | setDAQHeader (const JDAQHeader &header) | 
| Set DAQ header.  More... | |
| ClassDef (JDAQHeader, 2) | |
| ClassDef (JDAQChronometer, 3) | |
| const JDAQChronometer & | getDAQChronometer () const | 
| Get DAQ chronometer.  More... | |
| void | setDAQChronometer (const JDAQChronometer &chronometer) | 
| Set DAQ chronometer.  More... | |
| int | getDetectorID () const | 
| Get detector identifier.  More... | |
| int | getRunNumber () const | 
| Get run number.  More... | |
| int | getFrameIndex () const | 
| Get frame index.  More... | |
| JDAQUTCExtended | getTimesliceStart () const | 
| Get start of timeslice.  More... | |
| void | setRunNumber (const int run) | 
| Set run number.  More... | |
| void | setFrameIndex (const int frame_index) | 
| Set frame index.  More... | |
| void | setTimesliceStart (const JDAQUTCExtended ×lice_start) | 
| Set timeslice start time.  More... | |
| const JDAQModuleIdentifier & | getModuleIdentifier () const | 
| Get Module identifier.  More... | |
| void | setModuleIdentifier (const JDAQModuleIdentifier &module) | 
| Set Module identifier.  More... | |
| int | getModuleID () const | 
| Get module identifier.  More... | |
| ClassDefNV (JDAQModuleIdentifier, 1) | |
| const JDAQFrameStatus & | getDAQFrameStatus () const | 
| Get DAQ frame status.  More... | |
| void | setDAQFrameStatus (const JDAQFrameStatus &status) | 
| Set DAQ frame status.  More... | |
| int | getDAQStatus () const | 
| Get DAQ status.  More... | |
| int | getStatus () const | 
| Get TDC and White Rabbit status.  More... | |
| int | getFIFOStatus () const | 
| Get FIFO status.  More... | |
| bool | testDAQStatus () const | 
| Test DAQ status of packets.  More... | |
| bool | testStatus () const | 
| Test TDC and White Rabbit status.  More... | |
| int | getUDPNumberOfReceivedPackets () const | 
| Get number of received UDP packets.  More... | |
| int | getUDPMaximalSequenceNumber () const | 
| Get maximal sequence number of UDP packet.  More... | |
| bool | testWhiteRabbitStatus () const | 
| Test White Rabbit status.  More... | |
| bool | testTDCStatus () const | 
| Test TDC status.  More... | |
| bool | testHighRateVeto () const | 
| Test high-rate veto status.  More... | |
| bool | testHighRateVeto (const int tdc) const | 
| Test high-rate veto status.  More... | |
| int | countHighRateVeto () const | 
| Count high-rate veto status.  More... | |
| bool | testFIFOStatus () const | 
| Test FIFO status.  More... | |
| bool | testFIFOStatus (const int tdc) const | 
| Test FIFO status.  More... | |
| int | countFIFOStatus () const | 
| Count FIFO status.  More... | |
| int | countActiveChannels () const | 
| Count active channels.  More... | |
| bool | hasUDPTrailer () const | 
| Get UDP trailer status.  More... | |
| void | setHighRateVeto (const int tdc, const bool value) | 
| Set high-rate veto.  More... | |
| ClassDefNV (JDAQFrameStatus, 1) | |
Static Public Member Functions | |
| static int | sizeOf () | 
| Get size of object.  More... | |
| static const JDAQFrameStatus & | getInstance () | 
| Get reference to unique instance of this class object.  More... | |
Protected Attributes | |
| int | detector_id | 
| int | run | 
| int | frame_index | 
| JDAQUTCExtended | timeslice_start | 
| int | id | 
| int | daq | 
| int | status | 
| int | fifo | 
| int | status_3 | 
| int | status_4 | 
Friends | |
| JReader & | operator>> (JReader &in, JDAQSuperFrameHeader &header) | 
| Read DAQ super frame header from input.  More... | |
| JWriter & | operator<< (JWriter &out, const JDAQSuperFrameHeader &header) | 
| Write DAQ super frame header to output.  More... | |
DAQ super frame header.
Definition at line 25 of file JDAQSuperFrameHeader.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 34 of file JDAQSuperFrameHeader.hh.
      
  | 
  inline | 
Constructor.
| chronometer | chronometer | 
| id | module identifier | 
Definition at line 47 of file JDAQSuperFrameHeader.hh.
      
  | 
  inline | 
Constructor.
| chronometer | chronometer | 
| id | module identifier | 
| status | frame status | 
Definition at line 62 of file JDAQSuperFrameHeader.hh.
      
  | 
  inline | 
Get DAQ super frame header.
Definition at line 76 of file JDAQSuperFrameHeader.hh.
      
  | 
  inline | 
Set DAQ super frame header.
| header | DAQ super frame header | 
Definition at line 87 of file JDAQSuperFrameHeader.hh.
      
  | 
  inlinestatic | 
| KM3NETDAQ::JDAQSuperFrameHeader::ClassDef | ( | JDAQSuperFrameHeader | , | 
| 2 | |||
| ) | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Set DAQ chronometer.
| chronometer | DAQ chronometer | 
Definition at line 99 of file JDAQChronometer.hh.
      
  | 
  inlineinherited | 
Get detector identifier.
Definition at line 110 of file JDAQChronometer.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Set frame index.
| frame_index | frame index | 
Definition at line 166 of file JDAQChronometer.hh.
      
  | 
  inlineinherited | 
Set timeslice start time.
| timeslice_start | timeslice start time | 
Definition at line 177 of file JDAQChronometer.hh.
      
  | 
  inlineinherited | 
Get Module identifier.
Definition at line 50 of file JDAQModuleIdentifier.hh.
      
  | 
  inlineinherited | 
Set Module identifier.
| module | Module identifier | 
Definition at line 61 of file JDAQModuleIdentifier.hh.
      
  | 
  inlineinherited | 
Get module identifier.
Definition at line 72 of file JDAQModuleIdentifier.hh.
      
  | 
  inherited | 
      
  | 
  inlinestaticinherited | 
Get reference to unique instance of this class object.
This instance has default values which correspond to a valid DAQ frame status.
Definition at line 66 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Set DAQ frame status.
| status | DAQ frame status | 
Definition at line 92 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Test DAQ status of packets.
Definition at line 136 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Test TDC and White Rabbit status.
Definition at line 147 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Get number of received UDP packets.
Definition at line 158 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Get maximal sequence number of UDP packet.
Definition at line 169 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Test White Rabbit status.
Definition at line 180 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Test high-rate veto status.
Definition at line 202 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Test high-rate veto status.
| tdc | TDC | 
Definition at line 214 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Count high-rate veto status.
Definition at line 225 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Test FIFO status.
Definition at line 246 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Test FIFO status.
| tdc | TDC | 
Definition at line 258 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Count FIFO status.
Definition at line 269 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Count active channels.
Definition at line 288 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
Get UDP trailer status.
Definition at line 310 of file JDAQFrameStatus.hh.
      
  | 
  inlineinherited | 
      
  | 
  inherited | 
      
  | 
  friend | 
Read DAQ super frame header from input.
| in | JReader | 
| header | JDAQSuperFrameHeader | 
Definition at line 100 of file JDAQSuperFrameHeader.hh.
      
  | 
  friend | 
Write DAQ super frame header to output.
| out | JWriter | 
| header | JDAQSuperFrameHeader | 
Definition at line 117 of file JDAQSuperFrameHeader.hh.
      
  | 
  protectedinherited | 
Definition at line 237 of file JDAQChronometer.hh.
      
  | 
  protectedinherited | 
Definition at line 238 of file JDAQChronometer.hh.
      
  | 
  protectedinherited | 
Definition at line 239 of file JDAQChronometer.hh.
      
  | 
  protectedinherited | 
Definition at line 240 of file JDAQChronometer.hh.
      
  | 
  protectedinherited | 
Definition at line 153 of file JDAQModuleIdentifier.hh.
      
  | 
  protectedinherited | 
Definition at line 384 of file JDAQFrameStatus.hh.
      
  | 
  protectedinherited | 
Definition at line 385 of file JDAQFrameStatus.hh.
      
  | 
  protectedinherited | 
Definition at line 386 of file JDAQFrameStatus.hh.
      
  | 
  protectedinherited | 
Definition at line 387 of file JDAQFrameStatus.hh.
      
  | 
  protectedinherited | 
Definition at line 388 of file JDAQFrameStatus.hh.
 1.8.16