ldas-tools-framecpp
2.6.4
|
Helper class for data portion of the FrTOC structure. More...
#include <FrTOCData.hh>
Public Types | |
typedef INT_4U | data_quality_type |
typedef REAL_8 | dt_type |
typedef INT_4U | frame_type |
typedef INT_4U | gtimen_type |
typedef INT_4U | gtimes_type |
typedef STRING | namedetector_type |
typedef INT_4U | ndetector_type |
typedef INT_8U | nfirstadc_type |
typedef INT_8U | nfirstmsg_type |
typedef INT_8U | nfirstser_type |
typedef INT_8U | nfirsttable_type |
typedef FR_TOC_NFRAME_TYPE | nFrame_type |
typedef INT_4U | nsh_type |
typedef INT_8U | positiondetector_type |
typedef INT_8U | positionh_type |
typedef INT_4S | runs_type |
typedef INT_2U | shid_type |
typedef STRING | shname_type |
typedef FR_TOC_ULEAPS_TYPE | uleaps_type |
typedef std::vector< data_quality_type > | data_quality_container_type |
Array of integer QA words from each FrameH. More... | |
typedef std::vector< dt_type > | dt_container_type |
Array of frame durations in seconds. More... | |
typedef std::vector< frame_type > | frame_container_type |
Array of frame numbers. More... | |
typedef std::vector< gtimen_type > | gtimen_container_type |
Array of integer GPS residual nanoseconds for the frame. More... | |
typedef std::vector< gtimes_type > | gtimes_container_type |
Array of integer GPS frame times. More... | |
typedef std::vector< namedetector_type > | namedetector_container_type |
Array of FrDetector names. More... | |
typedef std::vector< nfirstadc_type > | nfirstadc_container_type |
Array of first FrADCData positions. More... | |
typedef std::vector< nfirstmsg_type > | nfirstmsg_container_type |
Array of first FrMsg positions. More... | |
typedef std::vector< nfirstser_type > | nfirstser_container_type |
Array of first FrSerData positions. More... | |
typedef std::vector< nfirsttable_type > | nfirsttable_container_type |
Array of first FrTable positions. More... | |
typedef std::vector< positiondetector_type > | positiondetector_container_type |
Array of FrDetector positions. More... | |
typedef std::vector< positionh_type > | positionh_container_type |
Array of FrSH IDs. More... | |
typedef std::vector< runs_type > | runs_container_type |
Array of FrameH positions. More... | |
typedef std::vector< shid_type > | shid_container_type |
Array of FrSH IDs. More... | |
typedef std::vector< shname_type > | shname_container_type |
Array of FrSH names. More... | |
Public Member Functions | |
FrTOCData () | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
const data_quality_container_type & | GetDataQuality () const |
Retreive array of integer QA words from each FrameH. More... | |
const dt_container_type & | GetDt () const |
Retrieve array of frame durations in seconds. More... | |
const frame_container_type & | GetFrame () const |
Retrieve array of frame numbers. More... | |
const gtimes_container_type & | GetGTimeN () const |
Retrieve array of integer GPS residual nanoseconds for the frame. More... | |
const gtimen_container_type & | GetGTimeS () const |
Retrieve array of integer GPS frame times. More... | |
const nfirstadc_container_type & | GetNFirstADC () const |
Retrieve array of first FrADCData positions. More... | |
const nfirstmsg_container_type & | GetNFirstMsg () const |
Retrieve array of first FrMsg positions. More... | |
const nfirstser_container_type & | GetNFirstSer () const |
Retrieve array of first FrSerData positions. More... | |
const nfirsttable_container_type & | GetNFirstTable () const |
Retrieve array of first FrTable positions. More... | |
nFrame_type | GetNFrame () const |
const positionh_container_type & | GetPositionH () const |
Retrieve array of FrameH positions. More... | |
const runs_container_type & | GetRuns () const |
const shid_container_type & | GetSHid () const |
Retrieve array of FrSH IDs. More... | |
const shname_container_type & | GetSHname () const |
Retrieve array of FrSH names. More... | |
uleaps_type | GetULeapS () const |
Retrieve the number of leap seconds. More... | |
const namedetector_container_type & | GetNameDetector () const |
Retrieve array of FrDetector names. More... | |
const positiondetector_container_type & | GetPositionDetector () const |
Retrieve array of FrDetector positions. More... | |
const FrTOCData & | operator= (const Previous::FrTOCData &Source) |
asignment operator More... | |
bool | operator== (const FrTOCData &RHS) const |
equality operator More... | |
Static Public Member Functions | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
Protected Member Functions | |
FrTOCData (Common::IStream &Stream) | |
Stream Constructor. More... | |
void | load (Common::IStream &Stream) |
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... | |
Protected Attributes | |
uleaps_type | m_ULeapS |
From the first FrameH in the file. More... | |
data_quality_container_type | m_dataQuality |
Array of integer QA words from each FrameH (size of nFrame) More... | |
gtimes_container_type | m_GTimeS |
Array of integer GPS frame times (size of nFrame). More... | |
gtimen_container_type | m_GTimeN |
Array of integer GPS residual nanoseconds for the frame (size of nFrame). More... | |
dt_container_type | m_dt |
Array of frame durations in seconds (size of nFrame). More... | |
runs_container_type | m_runs |
Array of run numbers. More... | |
frame_container_type | m_frame |
Array of frame numbers (size of nFrame). More... | |
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. More... | |
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. More... | |
Helper class for data portion of the FrTOC structure.
typedef std::vector< data_quality_type > FrameCPP::Version_8::FrTOCData::data_quality_container_type |
Array of integer QA words from each FrameH.
typedef INT_4U FrameCPP::Version_8::FrTOCData::data_quality_type |
typedef std::vector< dt_type > FrameCPP::Version_8::FrTOCData::dt_container_type |
Array of frame durations in seconds.
typedef REAL_8 FrameCPP::Version_8::FrTOCData::dt_type |
typedef std::vector< frame_type > FrameCPP::Version_8::FrTOCData::frame_container_type |
Array of frame numbers.
typedef INT_4U FrameCPP::Version_8::FrTOCData::frame_type |
typedef std::vector< gtimen_type > FrameCPP::Version_8::FrTOCData::gtimen_container_type |
Array of integer GPS residual nanoseconds for the frame.
typedef INT_4U FrameCPP::Version_8::FrTOCData::gtimen_type |
typedef std::vector< gtimes_type > FrameCPP::Version_8::FrTOCData::gtimes_container_type |
Array of integer GPS frame times.
typedef INT_4U FrameCPP::Version_8::FrTOCData::gtimes_type |
typedef std::vector< namedetector_type > FrameCPP::Version_8::FrTOCData::namedetector_container_type |
Array of FrDetector names.
typedef INT_4U FrameCPP::Version_8::FrTOCData::ndetector_type |
typedef std::vector< nfirstadc_type > FrameCPP::Version_8::FrTOCData::nfirstadc_container_type |
Array of first FrADCData positions.
typedef INT_8U FrameCPP::Version_8::FrTOCData::nfirstadc_type |
typedef std::vector< nfirstmsg_type > FrameCPP::Version_8::FrTOCData::nfirstmsg_container_type |
Array of first FrMsg positions.
typedef INT_8U FrameCPP::Version_8::FrTOCData::nfirstmsg_type |
typedef std::vector< nfirstser_type > FrameCPP::Version_8::FrTOCData::nfirstser_container_type |
Array of first FrSerData positions.
typedef INT_8U FrameCPP::Version_8::FrTOCData::nfirstser_type |
typedef std::vector< nfirsttable_type > FrameCPP::Version_8::FrTOCData::nfirsttable_container_type |
Array of first FrTable positions.
typedef INT_8U FrameCPP::Version_8::FrTOCData::nfirsttable_type |
typedef INT_4U FrameCPP::Version_8::FrTOCData::nsh_type |
typedef std::vector< positiondetector_type > FrameCPP::Version_8::FrTOCData::positiondetector_container_type |
Array of FrDetector positions.
typedef INT_8U FrameCPP::Version_8::FrTOCData::positiondetector_type |
typedef std::vector< positionh_type > FrameCPP::Version_8::FrTOCData::positionh_container_type |
Array of FrSH IDs.
typedef INT_8U FrameCPP::Version_8::FrTOCData::positionh_type |
typedef std::vector< runs_type > FrameCPP::Version_8::FrTOCData::runs_container_type |
Array of FrameH positions.
typedef INT_4S FrameCPP::Version_8::FrTOCData::runs_type |
typedef std::vector< shid_type > FrameCPP::Version_8::FrTOCData::shid_container_type |
Array of FrSH IDs.
typedef INT_2U FrameCPP::Version_8::FrTOCData::shid_type |
typedef std::vector< shname_type > FrameCPP::Version_8::FrTOCData::shname_container_type |
Array of FrSH names.
|
inline |
|
protected |
Stream Constructor.
[in] | Stream | The stream from which the object is being read. |
|
inline |
|
static |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
protected |
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. |
This method allows for iterting over each element of information and allows the caller to gather information about each element.
|
inline |
Retreive array of integer QA words from each FrameH.
|
inline |
Retrieve array of frame durations in seconds.
|
inline |
Retrieve array of frame numbers.
|
inline |
Retrieve array of integer GPS residual nanoseconds for the frame.
|
inline |
Retrieve array of integer GPS frame times.
|
inline |
Retrieve array of FrDetector names.
|
inline |
Retrieve array of first FrADCData positions.
|
inline |
Retrieve array of first FrMsg positions.
|
inline |
Retrieve array of first FrSerData positions.
|
inline |
Retrieve array of first FrTable positions.
|
inline |
|
inline |
Retrieve array of FrDetector positions.
|
inline |
Retrieve array of FrameH positions.
|
inline |
|
inline |
Retrieve array of FrSH IDs.
|
inline |
Retrieve array of FrSH names.
|
inline |
Retrieve the number of leap seconds.
|
protected |
const FrTOCData & FrameCPP::Version_8::FrTOCData::operator= | ( | const Previous::FrTOCData & | Source | ) |
asignment operator
[in] | Source | The source to be copied. |
|
inline |
equality operator
[in] | RHS | The FrTOCData object to be compared. |
|
protected |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
protected |
Array of integer QA words from each FrameH (size of nFrame)
|
protected |
Array of frame durations in seconds (size of nFrame).
|
protected |
Array of frame numbers (size of nFrame).
|
protected |
Array of integer GPS residual nanoseconds for the frame (size of nFrame).
|
protected |
Array of integer GPS frame times (size of nFrame).
|
protected |
Array of FrDetector names.
The size of this array is specified by nDetector. They appear alphabetically.
|
protected |
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.
|
protected |
|
protected |
|
protected |
|
protected |
Array of FrDetector positions.
Array of FrDetector positions from the beginning of file. The size of array is specified by nDetector.
|
protected |
Array of FrameH positions, in bytes, from beginning of file. The size of this array is specified by nFrame.
|
protected |
Array of run numbers.
Array of run numbers. The size of this array is specified by nFrame.
|
protected |
|
protected |
Array of FrSH names. The size of array is specified by nSH.
|
protected |
From the first FrameH in the file.