ldas-tools-framecpp
2.9.3
|
Table of Contents Data Structure Definition. More...
#include <FrTOC.hh>
Inherits FrameCPP::Version_8::FrTOCImpl::ClassicIO< T >, FrameCPP::Version_8::FrTOCImpl::ClassicIO< T >, and FrameCPP::Version_8::FrTOCImpl::ClassicIO< T >.
Public Types | |
typedef std::vector< data_quality_type > | data_quality_container_type |
Array of integer QA words from each FrameH. | |
typedef std::vector< data_quality_type > | data_quality_container_type |
Array of integer QA words from each FrameH. | |
typedef std::vector< data_quality_type > | data_quality_container_type |
Array of integer QA words from each FrameH. | |
typedef std::vector< dt_type > | dt_container_type |
Array of frame durations in seconds. | |
typedef std::vector< dt_type > | dt_container_type |
Array of frame durations in seconds. | |
typedef std::vector< dt_type > | dt_container_type |
Array of frame durations in seconds. | |
typedef std::vector< frame_type > | frame_container_type |
Array of frame numbers. | |
typedef std::vector< frame_type > | frame_container_type |
Array of frame numbers. | |
typedef std::vector< frame_type > | frame_container_type |
Array of frame numbers. | |
typedef std::vector< gtimen_type > | gtimen_container_type |
Array of integer GPS residual nanoseconds for the frame. | |
typedef std::vector< gtimen_type > | gtimen_container_type |
Array of integer GPS residual nanoseconds for the frame. | |
typedef std::vector< gtimen_type > | gtimen_container_type |
Array of integer GPS residual nanoseconds for the frame. | |
typedef std::vector< gtimes_type > | gtimes_container_type |
Array of integer GPS frame times. | |
typedef std::vector< gtimes_type > | gtimes_container_type |
Array of integer GPS frame times. | |
typedef std::vector< gtimes_type > | gtimes_container_type |
Array of integer GPS frame times. | |
typedef std::vector< namedetector_type > | namedetector_container_type |
Array of FrDetector names. | |
typedef std::vector< namedetector_type > | namedetector_container_type |
Array of FrDetector names. | |
typedef std::vector< namedetector_type > | namedetector_container_type |
Array of FrDetector names. | |
typedef std::vector< nfirstadc_type > | nfirstadc_container_type |
Array of first FrADCData positions. | |
typedef std::vector< nfirstadc_type > | nfirstadc_container_type |
Array of first FrADCData positions. | |
typedef std::vector< nfirstadc_type > | nfirstadc_container_type |
Array of first FrADCData positions. | |
typedef std::vector< nfirstmsg_type > | nfirstmsg_container_type |
Array of first FrMsg positions. | |
typedef std::vector< nfirstmsg_type > | nfirstmsg_container_type |
Array of first FrMsg positions. | |
typedef std::vector< nfirstmsg_type > | nfirstmsg_container_type |
Array of first FrMsg positions. | |
typedef std::vector< nfirstser_type > | nfirstser_container_type |
Array of first FrSerData positions. | |
typedef std::vector< nfirstser_type > | nfirstser_container_type |
Array of first FrSerData positions. | |
typedef std::vector< nfirstser_type > | nfirstser_container_type |
Array of first FrSerData positions. | |
typedef std::vector< nfirsttable_type > | nfirsttable_container_type |
Array of first FrTable positions. | |
typedef std::vector< nfirsttable_type > | nfirsttable_container_type |
Array of first FrTable positions. | |
typedef std::vector< nfirsttable_type > | nfirsttable_container_type |
Array of first FrTable positions. | |
typedef std::vector< positiondetector_type > | positiondetector_container_type |
Array of FrDetector positions. | |
typedef std::vector< positiondetector_type > | positiondetector_container_type |
Array of FrDetector positions. | |
typedef std::vector< positiondetector_type > | positiondetector_container_type |
Array of FrDetector positions. | |
typedef std::vector< positionh_type > | positionh_container_type |
Array of FrSH IDs. | |
typedef std::vector< positionh_type > | positionh_container_type |
Array of FrSH IDs. | |
typedef std::vector< positionh_type > | positionh_container_type |
Array of FrSH IDs. | |
typedef std::vector< runs_type > | runs_container_type |
Array of FrameH positions. | |
typedef std::vector< runs_type > | runs_container_type |
Array of FrameH positions. | |
typedef std::vector< runs_type > | runs_container_type |
Array of FrameH positions. | |
typedef std::vector< shid_type > | shid_container_type |
Array of FrSH IDs. | |
typedef std::vector< shid_type > | shid_container_type |
Array of FrSH IDs. | |
typedef std::vector< shid_type > | shid_container_type |
Array of FrSH IDs. | |
typedef std::vector< shname_type > | shname_container_type |
Array of FrSH names. | |
typedef std::vector< shname_type > | shname_container_type |
Array of FrSH names. | |
typedef std::vector< shname_type > | shname_container_type |
Array of FrSH names. | |
typedef std::map< name_type, adc_info_type > | MapADC_type |
Container of indexed FrAdcData elements. More... | |
typedef std::map< name_type, adc_info_type > | MapADC_type |
Container of indexed FrAdcData elements. More... | |
typedef std::map< name_type, adc_info_type > | MapADC_type |
Container of indexed FrAdcData elements. More... | |
Public Member Functions | |
FrTOC ()=default | |
Default constructor. More... | |
FrTOC (const FrTOC &Source)=default | |
Copy Constructor. More... | |
FrTOC (const FrameCPP::Common::FrTOC *Source) | |
Constructor. More... | |
virtual void | ForEach (query_info_type Info, FunctionBase &Action) const |
Iterate over elements of the Table of Contents. More... | |
virtual void | IndexObject (object_type Object, std::streampos Position) |
Place information about an object into the TOC. More... | |
virtual FrTOC * | Create () const |
Virtual constructor. More... | |
virtual void | FrStatDataQuery (const std::string &NamePattern, const LDASTools::AL::GPSTime &StartTime, const LDASTools::AL::GPSTime &EndTime, const INT_4U Version, Common::FrStatData::Query &Result) const |
Retieve FrStatData data. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
virtual bool | operator== (const Common::FrameSpec::Object &RHS) const |
equality operator More... | |
FrTOC ()=default | |
Default constructor. More... | |
FrTOC (const FrTOC &Source)=default | |
Copy Constructor. More... | |
FrTOC (const FrameCPP::Common::FrTOC *Source) | |
Constructor. More... | |
virtual void | ForEach (query_info_type Info, FunctionBase &Action) const |
Iterate over elements of the Table of Contents. More... | |
virtual void | IndexObject (object_type Object, std::streampos Position) |
Place information about an object into the TOC. More... | |
virtual FrTOC * | Create () const |
Virtual constructor. More... | |
virtual void | FrStatDataQuery (const std::string &NamePattern, const LDASTools::AL::GPSTime &StartTime, const LDASTools::AL::GPSTime &EndTime, const INT_4U Version, Common::FrStatData::Query &Result) const |
Retieve FrStatData data. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
virtual bool | operator== (const Common::FrameSpec::Object &RHS) const |
equality operator More... | |
FrTOC ()=default | |
Default constructor. More... | |
FrTOC (const FrTOC &Source)=default | |
Copy Constructor. More... | |
FrTOC (const FrameCPP::Common::FrTOC *Source) | |
Constructor. More... | |
virtual void | ForEach (query_info_type Info, FunctionBase &Action) const |
Iterate over elements of the Table of Contents. More... | |
virtual void | IndexObject (object_type Object, std::streampos Position) |
Place information about an object into the TOC. More... | |
virtual FrTOC * | Create () const |
Virtual constructor. More... | |
virtual void | FrStatDataQuery (const std::string &NamePattern, const LDASTools::AL::GPSTime &StartTime, const LDASTools::AL::GPSTime &EndTime, const INT_4U Version, Common::FrStatData::Query &Result) const |
Retieve FrStatData data. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
virtual bool | operator== (const Common::FrameSpec::Object &RHS) const |
equality operator More... | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. More... | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. More... | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. More... | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. More... | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
void | Load (istream_type &Stream) |
Read contents from stream. More... | |
void | Load (istream_type &Stream) |
Read contents from stream. More... | |
void | Load (istream_type &Stream) |
Read contents from stream. More... | |
void | Load (istream_type &Stream) |
Read contents from stream. More... | |
void | Load (istream_type &Stream, INT_4U FrameCount) |
Read contents from stream. More... | |
void | Load (istream_type &Stream, INT_4U FrameCount) |
Read contents from stream. More... | |
void | Load (istream_type &Stream, INT_4U FrameCount) |
Read contents from stream. More... | |
void | Load (istream_type &Stream, INT_4U FrameCount) |
Read contents from stream. More... | |
void | Load (istream_type &Stream) |
Read contents from stream. More... | |
void | Load (istream_type &Stream) |
Read contents from stream. More... | |
const data_quality_container_type & | GetDataQuality () const |
Retreive array of integer QA words from each FrameH. | |
const data_quality_container_type & | GetDataQuality () const |
Retreive array of integer QA words from each FrameH. | |
const data_quality_container_type & | GetDataQuality () const |
Retreive array of integer QA words from each FrameH. | |
const dt_container_type & | GetDt () const |
Retrieve array of frame durations in seconds. | |
const dt_container_type & | GetDt () const |
Retrieve array of frame durations in seconds. | |
const dt_container_type & | GetDt () const |
Retrieve array of frame durations in seconds. | |
const frame_container_type & | GetFrame () const |
Retrieve array of frame numbers. | |
const frame_container_type & | GetFrame () const |
Retrieve array of frame numbers. | |
const frame_container_type & | GetFrame () const |
Retrieve array of frame numbers. | |
const gtimes_container_type & | GetGTimeN () const |
Retrieve array of integer GPS residual nanoseconds for the frame. | |
const gtimes_container_type & | GetGTimeN () const |
Retrieve array of integer GPS residual nanoseconds for the frame. | |
const gtimes_container_type & | GetGTimeN () const |
Retrieve array of integer GPS residual nanoseconds for the frame. | |
const gtimen_container_type & | GetGTimeS () const |
Retrieve array of integer GPS frame times. | |
const gtimen_container_type & | GetGTimeS () const |
Retrieve array of integer GPS frame times. | |
const gtimen_container_type & | GetGTimeS () const |
Retrieve array of integer GPS frame times. | |
const nfirstadc_container_type & | GetNFirstADC () const |
Retrieve array of first FrADCData positions. | |
const nfirstadc_container_type & | GetNFirstADC () const |
Retrieve array of first FrADCData positions. | |
const nfirstadc_container_type & | GetNFirstADC () const |
Retrieve array of first FrADCData positions. | |
const nfirstmsg_container_type & | GetNFirstMsg () const |
Retrieve array of first FrMsg positions. | |
const nfirstmsg_container_type & | GetNFirstMsg () const |
Retrieve array of first FrMsg positions. | |
const nfirstmsg_container_type & | GetNFirstMsg () const |
Retrieve array of first FrMsg positions. | |
const nfirstser_container_type & | GetNFirstSer () const |
Retrieve array of first FrSerData positions. | |
const nfirstser_container_type & | GetNFirstSer () const |
Retrieve array of first FrSerData positions. | |
const nfirstser_container_type & | GetNFirstSer () const |
Retrieve array of first FrSerData positions. | |
const nfirsttable_container_type & | GetNFirstTable () const |
Retrieve array of first FrTable positions. | |
const nfirsttable_container_type & | GetNFirstTable () const |
Retrieve array of first FrTable positions. | |
const nfirsttable_container_type & | GetNFirstTable () const |
Retrieve array of first FrTable positions. | |
const positionh_container_type & | GetPositionH () const |
Retrieve array of FrameH positions. | |
const positionh_container_type & | GetPositionH () const |
Retrieve array of FrameH positions. | |
const positionh_container_type & | GetPositionH () const |
Retrieve array of FrameH positions. | |
const shid_container_type & | GetSHid () const |
Retrieve array of FrSH IDs. | |
const shid_container_type & | GetSHid () const |
Retrieve array of FrSH IDs. | |
const shid_container_type & | GetSHid () const |
Retrieve array of FrSH IDs. | |
const shname_container_type & | GetSHname () const |
Retrieve array of FrSH names. | |
const shname_container_type & | GetSHname () const |
Retrieve array of FrSH names. | |
const shname_container_type & | GetSHname () const |
Retrieve array of FrSH names. | |
uleaps_type | GetULeapS () const |
Retrieve the number of leap seconds. | |
uleaps_type | GetULeapS () const |
Retrieve the number of leap seconds. | |
uleaps_type | GetULeapS () const |
Retrieve the number of leap seconds. | |
const namedetector_container_type & | GetNameDetector () const |
Retrieve array of FrDetector names. | |
const namedetector_container_type & | GetNameDetector () const |
Retrieve array of FrDetector names. | |
const namedetector_container_type & | GetNameDetector () const |
Retrieve array of FrDetector names. | |
const positiondetector_container_type & | GetPositionDetector () const |
Retrieve array of FrDetector positions. | |
const positiondetector_container_type & | GetPositionDetector () const |
Retrieve array of FrDetector positions. | |
const positiondetector_container_type & | GetPositionDetector () const |
Retrieve array of FrDetector positions. | |
bool | operator== (const FrTOCDataData &RHS) const |
equality operator More... | |
bool | operator== (const FrTOCStatDataData &RHS) const |
equality operator More... | |
bool | operator== (const FrTOCAdcDataData &RHS) const |
equality operator More... | |
bool | operator== (const FrTOCProcDataClassicIO &RHS) const |
equality operator More... | |
bool | operator== (const FrTOCSimDataClassicIO &RHS) const |
equality operator More... | |
void | QueryStatData (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrStatData being written. More... | |
void | QueryStatData (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrStatData being written. More... | |
void | QueryStatData (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrStatData being written. More... | |
const stat_container_type & | GetStat () const |
Return all channels. More... | |
const stat_container_type & | GetStat () const |
Return all channels. More... | |
const stat_container_type & | GetStat () const |
Return all channels. More... | |
INT_4U | GetNTotalStat () const |
Return number of FrStatData structures. More... | |
INT_4U | GetNTotalStat () const |
Return number of FrStatData structures. More... | |
INT_4U | GetNTotalStat () const |
Return number of FrStatData structures. More... | |
void | QueryAdc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrAdcData being written. More... | |
void | QueryAdc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrAdcData being written. More... | |
void | QueryAdc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrAdcData being written. More... | |
const MapADC_type & | GetADC () const |
Return all channels. More... | |
MapADC_type::const_iterator | GetADC (const std::string &Name) const |
Return the indexed data for a named channel. More... | |
MapADC_type::const_iterator | GetADC (INT_4U Channel) const |
Return the indexed data for an indexed channel. More... | |
const MapADC_type & | GetADC () const |
Return all channels. More... | |
MapADC_type::const_iterator | GetADC (const std::string &Name) const |
Return the indexed data for a named channel. More... | |
MapADC_type::const_iterator | GetADC (INT_4U Channel) const |
Return the indexed data for an indexed channel. More... | |
const MapADC_type & | GetADC () const |
Return all channels. More... | |
MapADC_type::const_iterator | GetADC (const std::string &Name) const |
Return the indexed data for a named channel. More... | |
MapADC_type::const_iterator | GetADC (INT_4U Channel) const |
Return the indexed data for an indexed channel. More... | |
const key_container_type & | GetKeys () const |
Retrieve the keys. More... | |
const key_container_type & | GetKeys () const |
Retrieve the keys. More... | |
const key_container_type & | GetKeys () const |
Retrieve the keys. More... | |
const key_container_type & | GetKeys () const |
Retrieve the keys. More... | |
void | QueryProc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrProcData being written. More... | |
void | QueryProc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrProcData being written. More... | |
void | QueryProc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrProcData being written. More... | |
const MapProc_type & | GetProc () const |
Return all channels. More... | |
MapProc_type::const_iterator | GetProc (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapProc_type::const_iterator | GetProc (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
const MapProc_type & | GetProc () const |
Return all channels. More... | |
MapProc_type::const_iterator | GetProc (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapProc_type::const_iterator | GetProc (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
const MapProc_type & | GetProc () const |
Return all channels. More... | |
MapProc_type::const_iterator | GetProc (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapProc_type::const_iterator | GetProc (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
void | QuerySim (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSimData being written. More... | |
void | QuerySim (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSimData being written. More... | |
void | QuerySim (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSimData being written. More... | |
const MapSim_type & | GetSim () const |
Return all channels. More... | |
MapSim_type::const_iterator | GetSim (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapSim_type::const_iterator | GetSim (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
const MapSim_type & | GetSim () const |
Return all channels. More... | |
MapSim_type::const_iterator | GetSim (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapSim_type::const_iterator | GetSim (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
const MapSim_type & | GetSim () const |
Return all channels. More... | |
MapSim_type::const_iterator | GetSim (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapSim_type::const_iterator | GetSim (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
void | QuerySer (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSerData being written. More... | |
void | QuerySer (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSerData being written. More... | |
void | QuerySer (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSerData being written. More... | |
const MapSer_type & | GetSer () const |
Return all channels. More... | |
MapSer_type::const_iterator | GetSer (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapSer_type::const_iterator | GetSer (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
const MapSer_type & | GetSer () const |
Return all channels. More... | |
MapSer_type::const_iterator | GetSer (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapSer_type::const_iterator | GetSer (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
const MapSer_type & | GetSer () const |
Return all channels. More... | |
MapSer_type::const_iterator | GetSer (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapSer_type::const_iterator | GetSer (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
void | QuerySum (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSummary being written. More... | |
void | QuerySum (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSummary being written. More... | |
void | QuerySum (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSummary being written. More... | |
const MapSummary_type & | GetSummary () const |
Return all channels. More... | |
MapSummary_type::const_iterator | GetSummary (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapSummary_type::const_iterator | GetSummary (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
const MapSummary_type & | GetSummary () const |
Return all channels. More... | |
MapSummary_type::const_iterator | GetSummary (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapSummary_type::const_iterator | GetSummary (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
const MapSummary_type & | GetSummary () const |
Return all channels. More... | |
MapSummary_type::const_iterator | GetSummary (const std::string &Channel) const |
Return the indexed data for a named channel. More... | |
MapSummary_type::const_iterator | GetSummary (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
void | QueryEvent (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrEvent being written. More... | |
void | QueryEvent (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrEvent being written. More... | |
void | QueryEvent (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrEvent being written. More... | |
const nameEvent_container_type & | GetEvent () const |
Return all events. More... | |
const nameEvent_container_type & | GetEvent () const |
Return all events. More... | |
const nameEvent_container_type & | GetEvent () const |
Return all events. More... | |
void | QuerySimEvent (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSimEvent being written. More... | |
void | QuerySimEvent (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSimEvent being written. More... | |
void | QuerySimEvent (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSimEvent being written. More... | |
const nameSimEvent_container_type & | GetSimEvent () const |
Return all events. More... | |
const nameSimEvent_container_type & | GetSimEvent () const |
Return all events. More... | |
const nameSimEvent_container_type & | GetSimEvent () const |
Return all events. More... | |
Static Public Member Functions | |
static const char * | StructName () |
The name structure name of this object. More... | |
static const char * | StructName () |
The name structure name of this object. More... | |
static const char * | StructName () |
The name structure name of this object. More... | |
static const Common::Description * | StructDescription () |
The description of structure. More... | |
static const Common::Description * | StructDescription () |
The description of structure. More... | |
static const Common::Description * | StructDescription () |
The description of structure. More... | |
static struct_desc_type | FrameSpecDescription () |
Return the dictionary name of the structure. | |
static struct_desc_type | FrameSpecDescription () |
Return the dictionary name of the structure. | |
static struct_desc_type | FrameSpecDescription () |
Return the dictionary name of the structure. | |
static struct_id_type | FrameSpecId () |
Return the dictionary name of the structure. | |
static struct_id_type | FrameSpecId () |
Return the dictionary name of the structure. | |
static struct_id_type | FrameSpecId () |
Return the dictionary name of the structure. | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
Protected Member Functions | |
virtual void | cacheAdcDataPositions (istream_type &Stream) |
Cache where the positions of the Adc channels. More... | |
virtual void | seekAdcDataPositions (istream_type &Stream, Common::FrTOC::channel_id_type Channel) |
Advance to the specified Adc channel. More... | |
virtual void | seekAdcDataPositions (istream_type &Stream, const std::string &Channel) |
Advance to the specified Adc channel. More... | |
virtual void | procDataCachePositions (istream_type &Stream) |
Cache where the positions of the FrProcData channels. More... | |
virtual void | cacheAdcDataPositions (istream_type &Stream) |
Cache where the positions of the Adc channels. More... | |
virtual void | seekAdcDataPositions (istream_type &Stream, Common::FrTOC::channel_id_type Channel) |
Advance to the specified Adc channel. More... | |
virtual void | seekAdcDataPositions (istream_type &Stream, const std::string &Channel) |
Advance to the specified Adc channel. More... | |
virtual void | procDataCachePositions (istream_type &Stream) |
Cache where the positions of the FrProcData channels. More... | |
virtual void | cacheAdcDataPositions (istream_type &Stream) |
Cache where the positions of the Adc channels. More... | |
virtual void | seekAdcDataPositions (istream_type &Stream, Common::FrTOC::channel_id_type Channel) |
Advance to the specified Adc channel. More... | |
virtual void | seekAdcDataPositions (istream_type &Stream, const std::string &Channel) |
Advance to the specified Adc channel. More... | |
virtual void | procDataCachePositions (istream_type &Stream) |
Cache where the positions of the FrProcData channels. More... | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, Common::IStream *Stream) const |
Demotes object to previous version of the frame spec. More... | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, Common::IStream *Stream) const |
Demotes object to previous version of the frame spec. More... | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, Common::IStream *Stream) const |
Demotes object to previous version of the frame spec. More... | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
Promotes object to another version of the frame spec. More... | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
Promotes object to another version of the frame spec. More... | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
Promotes object to another version of the frame spec. More... | |
virtual Common::FrameSpec::size_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual Common::FrameSpec::size_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual Common::FrameSpec::size_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual self_type * | pCreate (istream_type &Stream) const |
Virtual constructor. More... | |
virtual self_type * | pCreate (istream_type &Stream) const |
Virtual constructor. More... | |
virtual self_type * | pCreate (istream_type &Stream) const |
Virtual constructor. More... | |
virtual void | pWrite (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
virtual void | pWrite (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
virtual void | pWrite (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
void | Load (istream_type &Stream, INT_4U FrameCount) |
Read contents from stream. More... | |
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
Iterate over contents. More... | |
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
Iterate over contents. More... | |
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
Iterate over contents. More... | |
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
Iterate over contents. More... | |
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
Iterate over contents. More... | |
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
Iterate over contents. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
void | write (ostream_type &Stream) const |
Write the structure to the stream. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
void | write (ostream_type &Stream) const |
Write the structure to the stream. More... | |
void | write (ostream_type &Stream) const |
Write the structure to the stream. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
void | cachePositions (istream_type &Stream) |
Cache where the positions of the Adc channels. More... | |
void | cachePositions (istream_type &Stream) |
Cache where the positions of the Adc channels. More... | |
void | cachePositions (istream_type &Stream) |
Cache where the positions of the Adc channels. More... | |
void | cachePositions (istream_type &Stream) |
TOC optimization. More... | |
void | seekPositions (istream_type &Stream, channel_id_type Channel) |
Advance to the specified Adc channel. More... | |
void | seekPositions (istream_type &Stream, const std::string &Channel) |
Advance to the specified Adc channel. More... | |
void | seekPositions (istream_type &Stream, channel_id_type Channel) |
Advance to the specified Adc channel. More... | |
void | seekPositions (istream_type &Stream, const std::string &Channel) |
Advance to the specified Adc channel. More... | |
void | seekPositions (istream_type &Stream, channel_id_type Channel) |
Advance to the specified Adc channel. More... | |
void | seekPositions (istream_type &Stream, const std::string &Channel) |
Advance to the specified Adc channel. More... | |
Protected Attributes | |
uleaps_type | m_ULeapS = { 0 } |
From the first FrameH in the file. | |
data_quality_container_type | m_dataQuality |
Array of integer QA words from each FrameH (size of nFrame) | |
gtimes_container_type | m_GTimeS |
Array of integer GPS frame times (size of nFrame). | |
gtimen_container_type | m_GTimeN |
Array of integer GPS residual nanoseconds for the frame (size of nFrame). | |
dt_container_type | m_dt |
Array of frame durations in seconds (size of nFrame). | |
runs_container_type | m_runs |
Array of run numbers. More... | |
frame_container_type | m_frame |
Array of frame numbers (size of nFrame). | |
positiondetector_container_type | m_positionDetector |
Array of FrDetector positions. More... | |
positionh_container_type | m_positionH |
Array of FrameH positions, in bytes, from beginning of file. The size of this array is specified by nFrame. | |
namedetector_container_type | m_nameDetector |
Array of FrDetector names. More... | |
nfirstadc_container_type | m_nFirstADC |
Array of first FrADCData positions. More... | |
nfirstser_container_type | m_nFirstSer |
Array of first FrSerData positions. More... | |
nfirsttable_container_type | m_nFirstTable |
Array of first FrTable positions. More... | |
nfirstmsg_container_type | m_nFirstMsg |
Array of first FrMsg positions. More... | |
shid_container_type | m_SHid |
Array of FrSH IDs. More... | |
shname_container_type | m_SHname |
Array of FrSH names. The size of array is specified by nSH. | |
Table of Contents Data Structure Definition.
|
inherited |
|
inherited |
|
inherited |
|
default |
Default constructor.
|
default |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
|
explicit |
Constructor.
[in] | Source |
|
default |
Default constructor.
|
default |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
|
explicit |
Constructor.
[in] | Source |
|
default |
Default constructor.
|
default |
Copy Constructor.
[in] | Source | The object from which to copy the information. |
|
explicit |
Constructor.
[in] | Source |
|
inlineinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
virtualinherited |
Return the number of bytes for this object.
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
virtualinherited |
Return the number of bytes for this object.
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
virtualinherited |
Return the number of bytes for this object.
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
protectedvirtual |
Cache where the positions of the Adc channels.
[in,out] | Stream | The Stream being read |
|
protectedvirtual |
Cache where the positions of the Adc channels.
[in,out] | Stream | The Stream being read |
|
protectedvirtual |
Cache where the positions of the Adc channels.
[in,out] | Stream | The Stream being read |
|
inlineprotectedinherited |
Cache where the positions of the Adc channels.
[in,out] | Stream | The Stream being read |
|
inlineprotectedinherited |
TOC optimization.
This method optimizes the TOC reading by only reading the structure offsets. Once read, it is moved into the structure.
|
inlineprotectedinherited |
Cache where the positions of the Adc channels.
[in,out] | Stream | The Stream being read |
|
inlineprotectedinherited |
Cache where the positions of the Adc channels.
[in,out] | Stream | The Stream being read |
|
virtual |
Virtual constructor.
Reimplemented from FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, checksum_type >.
|
virtual |
Virtual constructor.
Reimplemented from FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, checksum_type >.
|
virtual |
Virtual constructor.
Reimplemented from FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, checksum_type >.
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
inlineprotectedvirtualinherited |
Demotes object to previous version of the frame spec.
[in] | Target | The version of the frame specification to demote too. |
[in] | Obj | The version of the object to demote. |
[in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtualinherited |
Demotes object to previous version of the frame spec.
[in] | Target | The version of the frame specification to demote too. |
[in] | Obj | The version of the object to demote. |
[in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtualinherited |
Demotes object to previous version of the frame spec.
[in] | Target | The version of the frame specification to demote too. |
[in] | Obj | The version of the object to demote. |
[in] | Stream | The input stream from which the original object was read. |
|
inlinestaticinherited |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
inlinestaticinherited |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
inlinestaticinherited |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
inlinestaticinherited |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
inlinestaticinherited |
The description of structure.
|
inlinestaticinherited |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
inlinestaticinherited |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
inlinestaticinherited |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
inlinestaticinherited |
The description of structure.
|
inlinestaticinherited |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
inlinestaticinherited |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
inlineprotectedinherited |
Iterate over contents.
[in] | Info | Specifies the type of information to be searched. |
[in] | Action | Action to be taken for each piece of information found. |
|
inlineprotectedinherited |
Iterate over contents.
[in] | Info | Specifies the type of information to be searched. |
[in] | Action | Action to be taken for each piece of information found. |
|
inlineprotectedinherited |
Iterate over contents.
[in] | Info | Specifies the type of information to be searched. |
[in] | Action | Action to be taken for each piece of information found. |
|
inlineprotectedinherited |
Iterate over contents.
[in] | Info | Specifies the type of information to be searched. |
[in] | Action | Action to be taken for each piece of information found. |
|
inlineprotectedinherited |
Iterate over contents.
[in] | Info | Specifies the type of information to be searched. |
[in] | Action | Action to be taken for each piece of information found. |
|
inlineprotectedinherited |
Iterate over contents.
[in] | Info | Specifies the type of information to be searched. |
[in] | Action | Action to be taken for each piece of information found. |
|
virtual |
Iterate over elements of the Table of Contents.
[in] | Info | Type of objects upon which to iterate. |
[in,out] | Action | Action to be performed. |
|
virtual |
Iterate over elements of the Table of Contents.
[in] | Info | Type of objects upon which to iterate. |
[in,out] | Action | Action to be performed. |
|
virtual |
Iterate over elements of the Table of Contents.
[in] | Info | Type of objects upon which to iterate. |
[in,out] | Action | Action to be performed. |
|
virtual |
Retieve FrStatData data.
[in] | NamePattern | Regular expression describing the FrStatData name of interest. |
[in] | StartTime | The lower bound GPS time of the FrStatData start time. |
[in] | EndTime | The upper bound GPS time of the FrStatData end time. |
[in] | Version | The FrStatData version of interest. |
[out] | Result | All FrStatData information that matched the query. |
|
virtual |
Retieve FrStatData data.
[in] | NamePattern | Regular expression describing the FrStatData name of interest. |
[in] | StartTime | The lower bound GPS time of the FrStatData start time. |
[in] | EndTime | The upper bound GPS time of the FrStatData end time. |
[in] | Version | The FrStatData version of interest. |
[out] | Result | All FrStatData information that matched the query. |
|
virtual |
Retieve FrStatData data.
[in] | NamePattern | Regular expression describing the FrStatData name of interest. |
[in] | StartTime | The lower bound GPS time of the FrStatData start time. |
[in] | EndTime | The upper bound GPS time of the FrStatData end time. |
[in] | Version | The FrStatData version of interest. |
[out] | Result | All FrStatData information that matched the query. |
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for an indexed channel.
[in] | Channel | The numeric offset of the channel. |
|
inherited |
Return the indexed data for an indexed channel.
[in] | Channel | The numeric offset of the channel. |
|
inherited |
Return the indexed data for an indexed channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return all events.
|
inlineinherited |
Return all events.
|
inlineinherited |
Return all events.
|
inlineinherited |
Retrieve the keys.
|
inlineinherited |
Retrieve the keys.
|
inlineinherited |
Retrieve the keys.
|
inlineinherited |
Retrieve the keys.
|
inlineinherited |
Return number of FrStatData structures.
|
inlineinherited |
Return number of FrStatData structures.
|
inlineinherited |
Return number of FrStatData structures.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return all events.
|
inlineinherited |
Return all events.
|
inlineinherited |
Return all events.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
inlineinherited |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
virtual |
Place information about an object into the TOC.
[in] | Object | Object from which to extract information for the TOC. |
[in] | Position | Stream position where object begins. |
|
virtual |
Place information about an object into the TOC.
[in] | Object | Object from which to extract information for the TOC. |
[in] | Position | Stream position where object begins. |
|
virtual |
Place information about an object into the TOC.
[in] | Object | Object from which to extract information for the TOC. |
[in] | Position | Stream position where object begins. |
|
inlineinherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inlineinherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inlineinherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inlineinherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inlineinherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inlineinherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
protectedinherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inlineinherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
inlineinherited |
Read contents from stream.
[in] | Stream | The stream from which the object is being read. |
|
virtual |
The name structure name of this object.
|
virtual |
The name structure name of this object.
|
virtual |
The name structure name of this object.
|
virtual |
equality operator
[in] | RHS | The FrAdcData object to be compared. |
|
virtual |
equality operator
[in] | RHS | The FrAdcData object to be compared. |
|
virtual |
equality operator
[in] | RHS | The FrAdcData object to be compared. |
|
inherited |
equality operator
[in] | RHS | The FrTOCAdcData object to be compared. |
|
inlineinherited |
equality operator
[in] | RHS | The FrTOCData object to be compared. |
|
inherited |
equality operator
[in] | RHS | The FrTOCProcData object to be compared. |
|
inherited |
equality operator
[in] | RHS | The FrTOCAdcData object to be compared. |
|
inherited |
equality operator
[in] | RHS | The FrTOCAdcData object to be compared. |
|
inlineprotectedvirtualinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineprotectedvirtualinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineprotectedvirtualinherited |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
inlineprotectedvirtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
inlineprotectedvirtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
inlineprotectedvirtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
protectedvirtual |
Cache where the positions of the FrProcData channels.
[in,out] | Stream | The Stream being read |
|
protectedvirtual |
Cache where the positions of the FrProcData channels.
[in,out] | Stream | The Stream being read |
|
protectedvirtual |
Cache where the positions of the FrProcData channels.
[in,out] | Stream | The Stream being read |
|
inlineprotectedvirtualinherited |
Promotes object to another version of the frame spec.
[in] | Target | The version of the promoted frame specification. |
[in] | Obj | The object to be promoted. |
[in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtualinherited |
Promotes object to another version of the frame spec.
[in] | Target | The version of the promoted frame specification. |
[in] | Obj | The object to be promoted. |
[in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtualinherited |
Promotes object to another version of the frame spec.
[in] | Target | The version of the promoted frame specification. |
[in] | Obj | The object to be promoted. |
[in] | Stream | The input stream from which the original object was read. |
|
inlineprotectedvirtualinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedvirtualinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedvirtualinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineinherited |
Gather TOC info for FrAdcData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrAdcData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrAdcData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrEvent being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrEvent being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrEvent being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrProcData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrProcData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrProcData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSerData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSerData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSerData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSimData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSimData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSimData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSimEvent being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSimEvent being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSimEvent being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrStatData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrStatData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrStatData being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSummary being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSummary being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineinherited |
Gather TOC info for FrSummary being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
protectedvirtual |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
protectedvirtual |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
protectedvirtual |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
protectedvirtual |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
protectedvirtual |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
protectedvirtual |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
inlineprotectedinherited |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
inlineprotectedinherited |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
inlineprotectedinherited |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
inlineprotectedinherited |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
inlineprotectedinherited |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
inlineprotectedinherited |
Advance to the specified Adc channel.
[in,out] | Stream | The Stream being read |
[in] | Channel | The requested channel |
|
inlinestaticinherited |
The description of structure.
|
inlinestaticinherited |
The description of structure.
|
inlinestaticinherited |
The description of structure.
|
inlinestatic |
The name structure name of this object.
|
static |
The name structure name of this object.
|
static |
The name structure name of this object.
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
inlineprotectedinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
protectedinherited |
Array of FrDetector names.
The size of this array is specified by nDetector. They appear alphabetically.
|
protectedinherited |
Array of first FrADCData positions.
Array of first FrADCData positions, in bytes, from beginning of file. The size of this array is specified by nFrame.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
Array of FrDetector positions.
Array of FrDetector positions from the beginning of file. The size of array is specified by nDetector.
|
protectedinherited |
Array of run numbers.
Array of run numbers. The size of this array is specified by nFrame.
|
protectedinherited |