ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameCPP::v9::FrTOCHeader Class Reference

#include <FrTOCHeader.hh>

Inheritance diagram for FrameCPP::v9::FrTOCHeader:

Public Types

typedef INT_4U data_quality_type
typedef REAL_8 dt_type
typedef std::string file_base_name_type
typedef INT_4U gtimen_type
typedef INT_4U gtimes_type
typedef std::string namedetector_type
typedef INT_4U ndetector_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_2U shid_type
typedef std::string shname_type
typedef std::vector< data_quality_typedata_quality_container_type
 Array of integer QA words from each FrameH.
typedef std::vector< dt_typedt_container_type
 Array of frame durations in seconds.
typedef std::vector< gtimen_typegtimen_container_type
 Array of integer GPS residual nanoseconds for the frame.
typedef std::vector< gtimes_typegtimes_container_type
 Array of integer GPS frame times.
typedef std::vector< namedetector_typenamedetector_container_type
 Array of FrDetector names.
typedef std::vector< positiondetector_typepositiondetector_container_type
 Array of FrDetector positions.
typedef std::vector< positionh_typepositionh_container_type
 Array of FrSH IDs.
typedef std::vector< shid_typeshid_container_type
 Array of FrSH IDs.
typedef std::vector< shname_typeshname_container_type
 Array of FrSH names.
typedef INT_4U data_quality_type
typedef REAL_8 dt_type
typedef std::string file_base_name_type
typedef INT_4U gtimen_type
typedef INT_4U gtimes_type
typedef std::string namedetector_type
typedef INT_4U ndetector_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_2U shid_type
typedef std::string shname_type
typedef std::vector< data_quality_typedata_quality_container_type
 Array of integer QA words from each FrameH.
typedef std::vector< dt_typedt_container_type
 Array of frame durations in seconds.
typedef std::vector< gtimen_typegtimen_container_type
 Array of integer GPS residual nanoseconds for the frame.
typedef std::vector< gtimes_typegtimes_container_type
 Array of integer GPS frame times.
typedef std::vector< namedetector_typenamedetector_container_type
 Array of FrDetector names.
typedef std::vector< positiondetector_typepositiondetector_container_type
 Array of FrDetector positions.
typedef std::vector< positionh_typepositionh_container_type
 Array of FrSH IDs.
typedef std::vector< shid_typeshid_container_type
 Array of FrSH IDs.
typedef std::vector< shname_typeshname_container_type
 Array of FrSH names.

Public Member Functions

const file_base_name_typeGetFileBaseName () const
 Retrieve file base name at time of creation.
const data_quality_container_typeGetDataQuality () const
 Retreive array of integer QA words from each FrameH.
const dt_container_typeGetDt () const
 Retrieve array of frame durations in seconds.
const gtimes_container_typeGetGTimeN () const
 Retrieve array of integer GPS residual nanoseconds for the frame.
const gtimen_container_typeGetGTimeS () const
 Retrieve array of integer GPS frame times.
nFrame_type GetNFrame () const
const positionh_container_typeGetPositionH () const
 Retrieve array of FrameH positions.
const shid_container_typeGetSHid () const
 Retrieve array of FrSH IDs.
const shname_container_typeGetSHname () const
 Retrieve array of FrSH names.
const namedetector_container_typeGetNameDetector () const
 Retrieve array of FrDetector names.
const positiondetector_container_typeGetPositionDetector () const
 Retrieve array of FrDetector positions.
void SetFileBaseName (const file_base_name_type &Source) const
 Set file base name.
bool operator== (const FrTOCHeader &RHS) const
 equality operator
const file_base_name_typeGetFileBaseName () const
 Retrieve file base name at time of creation.
const data_quality_container_typeGetDataQuality () const
 Retreive array of integer QA words from each FrameH.
const dt_container_typeGetDt () const
 Retrieve array of frame durations in seconds.
const gtimes_container_typeGetGTimeN () const
 Retrieve array of integer GPS residual nanoseconds for the frame.
const gtimen_container_typeGetGTimeS () const
 Retrieve array of integer GPS frame times.
nFrame_type GetNFrame () const
const positionh_container_typeGetPositionH () const
 Retrieve array of FrameH positions.
const shid_container_typeGetSHid () const
 Retrieve array of FrSH IDs.
const shname_container_typeGetSHname () const
 Retrieve array of FrSH names.
const namedetector_container_typeGetNameDetector () const
 Retrieve array of FrDetector names.
const positiondetector_container_typeGetPositionDetector () const
 Retrieve array of FrDetector positions.
void SetFileBaseName (const file_base_name_type &Source) const
 Set file base name.
bool operator== (const FrTOCHeader &RHS) const
 equality operator

Protected Attributes

file_base_name_type fileBaseName
 The name of the file at the time of creation.
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).
positiondetector_container_type m_positionDetector
 Array of FrDetector positions.
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.
shid_container_type m_SHid
 Array of FrSH IDs.
shname_container_type m_SHname
 Array of FrSH names. The size of array is specified by nSH.

Member Typedef Documentation

◆ data_quality_container_type [1/2]

Array of integer QA words from each FrameH.

◆ data_quality_container_type [2/2]

Array of integer QA words from each FrameH.

◆ data_quality_type [1/2]

◆ data_quality_type [2/2]

◆ dt_container_type [1/2]

Array of frame durations in seconds.

◆ dt_container_type [2/2]

Array of frame durations in seconds.

◆ dt_type [1/2]

◆ dt_type [2/2]

◆ file_base_name_type [1/2]

◆ file_base_name_type [2/2]

◆ gtimen_container_type [1/2]

Array of integer GPS residual nanoseconds for the frame.

◆ gtimen_container_type [2/2]

Array of integer GPS residual nanoseconds for the frame.

◆ gtimen_type [1/2]

◆ gtimen_type [2/2]

◆ gtimes_container_type [1/2]

Array of integer GPS frame times.

◆ gtimes_container_type [2/2]

Array of integer GPS frame times.

◆ gtimes_type [1/2]

◆ gtimes_type [2/2]

◆ namedetector_container_type [1/2]

◆ namedetector_container_type [2/2]

◆ namedetector_type [1/2]

◆ namedetector_type [2/2]

◆ ndetector_type [1/2]

◆ ndetector_type [2/2]

◆ nFrame_type [1/2]

◆ nFrame_type [2/2]

◆ nsh_type [1/2]

◆ nsh_type [2/2]

◆ positiondetector_container_type [1/2]

◆ positiondetector_container_type [2/2]

◆ positiondetector_type [1/2]

◆ positiondetector_type [2/2]

◆ positionh_container_type [1/2]

◆ positionh_container_type [2/2]

◆ positionh_type [1/2]

◆ positionh_type [2/2]

◆ shid_container_type [1/2]

Array of FrSH IDs.

◆ shid_container_type [2/2]

Array of FrSH IDs.

◆ shid_type [1/2]

◆ shid_type [2/2]

◆ shname_container_type [1/2]

Array of FrSH names.

◆ shname_container_type [2/2]

Array of FrSH names.

◆ shname_type [1/2]

◆ shname_type [2/2]

Member Function Documentation

◆ GetDataQuality() [1/2]

const data_quality_container_type & FrameCPP::v9::FrTOCHeader::GetDataQuality ( ) const
inline

Retreive array of integer QA words from each FrameH.

◆ GetDataQuality() [2/2]

const data_quality_container_type & FrameCPP::v9::FrTOCHeader::GetDataQuality ( ) const
inline

Retreive array of integer QA words from each FrameH.

◆ GetDt() [1/2]

const dt_container_type & FrameCPP::v9::FrTOCHeader::GetDt ( ) const
inline

Retrieve array of frame durations in seconds.

◆ GetDt() [2/2]

const dt_container_type & FrameCPP::v9::FrTOCHeader::GetDt ( ) const
inline

Retrieve array of frame durations in seconds.

◆ GetFileBaseName() [1/2]

const file_base_name_type & FrameCPP::v9::FrTOCHeader::GetFileBaseName ( ) const
inline

Retrieve file base name at time of creation.

◆ GetFileBaseName() [2/2]

const file_base_name_type & FrameCPP::v9::FrTOCHeader::GetFileBaseName ( ) const
inline

Retrieve file base name at time of creation.

◆ GetGTimeN() [1/2]

const gtimes_container_type & FrameCPP::v9::FrTOCHeader::GetGTimeN ( ) const
inline

Retrieve array of integer GPS residual nanoseconds for the frame.

◆ GetGTimeN() [2/2]

const gtimes_container_type & FrameCPP::v9::FrTOCHeader::GetGTimeN ( ) const
inline

Retrieve array of integer GPS residual nanoseconds for the frame.

◆ GetGTimeS() [1/2]

const gtimen_container_type & FrameCPP::v9::FrTOCHeader::GetGTimeS ( ) const
inline

Retrieve array of integer GPS frame times.

◆ GetGTimeS() [2/2]

const gtimen_container_type & FrameCPP::v9::FrTOCHeader::GetGTimeS ( ) const
inline

Retrieve array of integer GPS frame times.

◆ GetNameDetector() [1/2]

const namedetector_container_type & FrameCPP::v9::FrTOCHeader::GetNameDetector ( ) const
inline

Retrieve array of FrDetector names.

◆ GetNameDetector() [2/2]

const namedetector_container_type & FrameCPP::v9::FrTOCHeader::GetNameDetector ( ) const
inline

Retrieve array of FrDetector names.

◆ GetNFrame() [1/2]

nFrame_type FrameCPP::v9::FrTOCHeader::GetNFrame ( ) const
inline

◆ GetNFrame() [2/2]

nFrame_type FrameCPP::v9::FrTOCHeader::GetNFrame ( ) const
inline

◆ GetPositionDetector() [1/2]

const positiondetector_container_type & FrameCPP::v9::FrTOCHeader::GetPositionDetector ( ) const
inline

Retrieve array of FrDetector positions.

◆ GetPositionDetector() [2/2]

const positiondetector_container_type & FrameCPP::v9::FrTOCHeader::GetPositionDetector ( ) const
inline

Retrieve array of FrDetector positions.

◆ GetPositionH() [1/2]

const positionh_container_type & FrameCPP::v9::FrTOCHeader::GetPositionH ( ) const
inline

Retrieve array of FrameH positions.

◆ GetPositionH() [2/2]

const positionh_container_type & FrameCPP::v9::FrTOCHeader::GetPositionH ( ) const
inline

Retrieve array of FrameH positions.

◆ GetSHid() [1/2]

const shid_container_type & FrameCPP::v9::FrTOCHeader::GetSHid ( ) const
inline

Retrieve array of FrSH IDs.

◆ GetSHid() [2/2]

const shid_container_type & FrameCPP::v9::FrTOCHeader::GetSHid ( ) const
inline

Retrieve array of FrSH IDs.

◆ GetSHname() [1/2]

const shname_container_type & FrameCPP::v9::FrTOCHeader::GetSHname ( ) const
inline

Retrieve array of FrSH names.

◆ GetSHname() [2/2]

const shname_container_type & FrameCPP::v9::FrTOCHeader::GetSHname ( ) const
inline

Retrieve array of FrSH names.

◆ operator==() [1/2]

bool FrameCPP::v9::FrTOCHeader::operator== ( const FrTOCHeader & RHS) const
inline

equality operator

Parameters
[in]RHSThe FrTOCData object to be compared.
Returns
The value true is returned if this object is equivelent to the RHS instance; false otherwise.

◆ operator==() [2/2]

bool FrameCPP::v9::FrTOCHeader::operator== ( const FrTOCHeader & RHS) const
inline

equality operator

Parameters
[in]RHSThe FrTOCData object to be compared.
Returns
The value true is returned if this object is equivelent to the RHS instance; false otherwise.

◆ SetFileBaseName() [1/2]

void FrameCPP::v9::FrTOCHeader::SetFileBaseName ( const file_base_name_type & Source) const
inline

Set file base name.

◆ SetFileBaseName() [2/2]

void FrameCPP::v9::FrTOCHeader::SetFileBaseName ( const file_base_name_type & Source) const
inline

Set file base name.

Member Data Documentation

◆ fileBaseName

file_base_name_type FrameCPP::v9::FrTOCHeader::fileBaseName
mutableprotected

The name of the file at the time of creation.

◆ m_dataQuality

data_quality_container_type FrameCPP::v9::FrTOCHeader::m_dataQuality
protected

Array of integer QA words from each FrameH (size of nFrame)

◆ m_dt

dt_container_type FrameCPP::v9::FrTOCHeader::m_dt
protected

Array of frame durations in seconds (size of nFrame).

◆ m_GTimeN

gtimen_container_type FrameCPP::v9::FrTOCHeader::m_GTimeN
protected

Array of integer GPS residual nanoseconds for the frame (size of nFrame).

◆ m_GTimeS

gtimes_container_type FrameCPP::v9::FrTOCHeader::m_GTimeS
protected

Array of integer GPS frame times (size of nFrame).

◆ m_nameDetector

namedetector_container_type FrameCPP::v9::FrTOCHeader::m_nameDetector
protected

Array of FrDetector names.

The size of this array is specified by nDetector. They appear alphabetically.

◆ m_positionDetector

positiondetector_container_type FrameCPP::v9::FrTOCHeader::m_positionDetector
protected

Array of FrDetector positions.

Array of FrDetector positions from the beginning of file. The size of array is specified by nDetector.

Note
Only the first occurrence for each type of FrDetector is captured.

◆ m_positionH

positionh_container_type FrameCPP::v9::FrTOCHeader::m_positionH
protected

Array of FrameH positions, in bytes, from beginning of file. The size of this array is specified by nFrame.

◆ m_SHid

shid_container_type FrameCPP::v9::FrTOCHeader::m_SHid
protected

Array of FrSH IDs.

Array of FrSH IDs. The size of this array is specified by nSH.

◆ m_SHname

shname_container_type FrameCPP::v9::FrTOCHeader::m_SHname
protected

Array of FrSH names. The size of array is specified by nSH.


The documentation for this class was generated from the following files:
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/build/include/framecpp/storage/data/v9/FrTOCHeader.hh
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/src/storage/data/v9/FrTOCHeader.hh