Class Index | Cross Index | Namespace Index |
Contained in: FrameCPP::Version_6
Derived from:
FrameCPP::Version_6::FrBase
Derived by:
none
#include "../../../../../lib/framecpp/src/Version6/FrTOC.hh"
public function member index: |
|||
FrTOC | (); | ||
~FrTOC | (); | ||
void | BuildDynamically | (IFrameStream& Stream); | |
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
const MapADC_type& | GetADC | () const; | |
MapADC_type::const_iterator | GetADC | (const std::string& Name) const; | |
MapADC_type::const_iterator | GetADC | (INT_4U index) const; | |
const std::vector< INT_4U >& | GetChannelID | () const; | |
std::string | GetClassName | (INT_2U ClassId) const; | |
const std::vector< INT_4U >& | GetDataQuality | () const; | |
const MapDetector_type& | GetDetector | () const; | |
const std::vector< REAL_8 >& | GetDt | () const; | |
const MapEventType_type& | GetEventType | () const; | |
MapEventType_type::const_iterator | GetEventType | (const std::string& Name) const; | |
const std::vector< INT_4U >& | GetFrame | () const; | |
const std::vector< INT_4U >& | GetGTimeN | () const; | |
const std::vector< INT_4U >& | GetGTimeS | () const; | |
const std::vector< INT_4U >& | GetGroupID | () const; | |
INT_4U | GetNADC | () const; | TODO: Put these into the correct place |
INT_4U | GetNDetector | () const; | |
INT_4U | GetNEventType | () const; | |
const position_list_type& | GetNFirstADC | () const; | |
const position_list_type& | GetNFirstMsg | () const; | |
const position_list_type& | GetNFirstSer | () const; | |
const position_list_type& | GetNFirstTable | () const; | |
INT_4U | GetNFrame | () const; | |
INT_4U | GetNProc | () const; | |
INT_4U | GetNSH | () const; | |
INT_4U | GetNSer | () const; | |
INT_4U | GetNSim | () const; | |
INT_4U | GetNSimEventType | () const; | |
INT_4U | GetNStatType | () const; | |
INT_4U | GetNSummary | () const; | |
const std::vector< STRING >& | GetName | () const; | |
const position_dbl_list_type& | GetPositionADC | () const; | |
const position_list_type& | GetPositionH | () const; | |
const MapProc_type& | GetProc | () const; | |
MapProc_type::const_iterator | GetProc | (const std::string& Name) const; | |
MapProc_type::const_iterator | GetProc | (INT_4U index) const; | |
const std::vector< INT_4S >& | GetRuns | () const; | |
const std::vector< INT_2U >& | GetSHid | () const; | |
const std::vector< STRING >& | GetSHname | () const; | |
const MapSer_type& | GetSer | () const; | |
MapSer_type::const_iterator | GetSer | (const std::string& Name) const; | |
MapSer_type::const_iterator | GetSer | (INT_4U index) const; | |
const MapSim_type& | GetSim | () const; | |
MapSim_type::const_iterator | GetSim | (const std::string& Name) const; | |
MapSim_type::const_iterator | GetSim | (INT_4U index) const; | |
const MapSimEventType_type& | GetSimEventType | () const; | |
MapSimEventType_type::const_iterator | GetSimEventType | (const std::string& Name) const; | |
const MapStatType_type& | GetStatType | () const; | |
const MapSummary_type& | GetSummary | () const; | |
INT_2S | GetULeapS | () const; | |
static FrTOC* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
void | RegisterCallbacks | (Dictionary& Dictionary, OFrameStream& Stream); | TODO: End - Put these into the correct place |
void | RegisterCallbacks | (Dictionary& Dictionary, IFrameStream& Stream); | |
void | UnregisterCallbacks | (); | |
virtual void | Write | (OFrameStream& Stream) const; | |
virtual void | WriteDescription | (OFrameStream& Stream) const; | |
static const CHAR* | getStaticName | (); | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | |
void | register_callbacks | (); | |