Class Index | Cross Index | Namespace Index |
Frame Reading Plan
Contained in: FrameCPP::Version_3_4_5
Derived from:
FrameCPP::Version_3_4_5::TOCReader
Derived by:
none
#include "../../../../../lib/framecpp/src/Version3_4_5/framereadplan.hh"
public function member index: |
|||
FrameReadPlan | (std::istream& in); | Constructor | |
~FrameReadPlan | (); | Destructor | |
Frame& | catFrame | (std::istream& in, INT_4U frameNumber, bool newFrame); | Cat frame data |
void | daqTriggerADC | (const std::vector<std::string>& adcNames); | Include ADCs in the frame |
Frame& | readFrame | (std::istream& in, INT_4U frameNumber); | Read frame data |
private function member index: |
|||
inline INT_4U | daqFrameGTimeN | (INT_8U); | |
inline INT_4U | daqFrameGTimeS | (INT_8U); | |
inline INT_4S | daqFrameLocalTime | (INT_8U); | |
inline INT_4U | daqFrameNumber | (INT_8U); | |
inline INT_4S | daqFrameRun | (INT_8U); | |
inline INT_2U | daqFrameULeapS | (INT_8U); | |
inline int | daqNameLength | (INT_8U); | |
void | readBaseHook | (Base* base, INT_2U classId); | Called when next object is read by FrameReaderBase::readBase() |
Exceptions:
Exception | Description |
std::bad_alloc | Out of memory. |
read_failure | Read failed. |
Exceptions:
Exception | Description |
None. |
Exceptions:
Exception | Description |
cannot_cat | |
read_failure | Read failed. |
Exceptions:
Exception | Description |
std::bad_alloc | Out of memory. |
read_failure | Read failed. |
not_found_error | Data is not found. |
Exceptions:
Exception | Description |
std::bad_alloc | Out of memory. |
Exceptions:
Exception | Description |
read_failure | Read failed. |
cannot_update |
Internal vector is over the frames. Outer vector is over the triggered adc names.