#include "roc/CombinerModule.h"
#include "roc/Board.h"
#include "roc/Iterator.h"
#include "roc/Commands.h"
#include "dabc/logging.h"
#include "dabc/Pointer.h"
#include "dabc/PoolHandle.h"
#include "dabc/MemoryPool.h"
#include "dabc/Command.h"
#include "dabc/Port.h"
#include "dabc/Timer.h"
#include "dabc/Manager.h"
#include "dabc/Application.h"
#include "mbs/LmdTypeDefs.h"
#include "mbs/MbsTypeDefs.h"
Go to the source code of this file.
Functions | |
bool | InitIterator (roc::Iterator &iter, dabc::Buffer &buf, unsigned shift=0, bool isudp=false, unsigned rocid=0) |
uint32_t | CalcEventDistanceNew (uint32_t prev_ev, uint32_t next_ev) |
uint32_t | CalcAbsEventDistanceNew (uint32_t ev1, uint32_t ev2) |
uint32_t CalcAbsEventDistanceNew | ( | uint32_t | ev1, | |
uint32_t | ev2 | |||
) |
Definition at line 825 of file CombinerModule.cxx.
Referenced by roc::CombinerModule::FillBuffer().
uint32_t CalcEventDistanceNew | ( | uint32_t | prev_ev, | |
uint32_t | next_ev | |||
) |
Definition at line 820 of file CombinerModule.cxx.
Referenced by roc::CombinerModule::FillBuffer().
bool InitIterator | ( | roc::Iterator & | iter, | |
dabc::Buffer & | buf, | |||
unsigned | shift = 0 , |
|||
bool | isudp = false , |
|||
unsigned | rocid = 0 | |||
) |
Definition at line 51 of file CombinerModule.cxx.
References roc::Iterator::assign(), roc::rbt_RawRocData, roc::Iterator::setFormat(), and roc::Iterator::setRocNumber().
Referenced by roc::CombinerModule::DumpData(), and roc::CombinerModule::FindNextEvent().