ldas-tools-framecpp 3.0.4
 
Loading...
Searching...
No Matches
FrameCPP::Version_9::FrSummaryImpl::Data Class Reference

#include <FrSummaryData.hh>

Inheritance diagram for FrameCPP::Version_9::FrSummaryImpl::Data:
Collaboration diagram for FrameCPP::Version_9::FrSummaryImpl::Data:

Public Types

typedef FR_SUMMARY_NAME_TYPE name_type
 
typedef FR_SUMMARY_COMMENT_TYPE comment_type
 
typedef FR_SUMMARY_TEST_TYPE test_type
 
typedef GPSTime gtime_type
 
typedef Common::SearchContainer< FrVect, &FrVect::GetName > moments_type
 
typedef moments_type::iterator iterator
 
typedef moments_type::const_iterator const_iterator
 
typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlow > table_type
 
typedef table_type::iterator table_iterator
 
typedef table_type::const_iterator const_table_iterator
 
typedef FR_SUMMARY_NAME_TYPE name_type
 
typedef FR_SUMMARY_COMMENT_TYPE comment_type
 
typedef FR_SUMMARY_TEST_TYPE test_type
 
typedef GPSTime gtime_type
 
typedef Common::SearchContainer< FrVect, &FrVect::GetName > moments_type
 
typedef moments_type::iterator iterator
 
typedef moments_type::const_iterator const_iterator
 
typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlow > table_type
 
typedef table_type::iterator table_iterator
 
typedef table_type::const_iterator const_table_iterator
 
typedef const char *const struct_name_type
 
typedef const char *const struct_name_type
 
typedef const char *const struct_desc_type
 
typedef const char *const struct_desc_type
 
typedef INT_2U const struct_id_type
 
typedef INT_2U const struct_id_type
 

Public Member Functions

const name_typeGetName () const
 Return the name of summary statistic.
 
const comment_typeGetComment () const
 Return the comment.
 
const test_typeGetTest () const
 Return the statistical test(s) used on raw data.
 
const gtime_typeGetGTime () const
 Return the GPS time corresponding to this object.
 
const moments_typeRefMoments () const
 Identifier for vector containing statistical descriptors.
 
moments_typeRefMoments ()
 Identifier for vector containing statistical descriptors.
 
const table_typeRefTable () const
 Identifier for table containing additional summary information.
 
table_typeRefTable ()
 Identifier for table containing additional summary information.
 
bool operator== (const Data &RHS) const
 
const name_typeGetName () const
 Return the name of summary statistic.
 
const comment_typeGetComment () const
 Return the comment.
 
const test_typeGetTest () const
 Return the statistical test(s) used on raw data.
 
const gtime_typeGetGTime () const
 Return the GPS time corresponding to this object.
 
const moments_typeRefMoments () const
 Identifier for vector containing statistical descriptors.
 
moments_typeRefMoments ()
 Identifier for vector containing statistical descriptors.
 
const table_typeRefTable () const
 Identifier for table containing additional summary information.
 
table_typeRefTable ()
 Identifier for table containing additional summary information.
 
bool operator== (const Data &RHS) const
 

Static Public Member Functions

static struct_name_type FrameSpecName ()
 
static struct_name_type FrameSpecName ()
 
static struct_name_type StructName ()
 
static struct_name_type StructName ()
 
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 Public Attributes

static struct_name_type struct_name
 
static struct_desc_type struct_desc
 
static struct_id_type struct_id
 

Protected Attributes

name_type name
 Name of summary statistic.
 
comment_type comment
 Comment.
 
test_type test
 Statistical test(s) used on raw data.
 
gtime_type gtime
 GPS time corresponding to this object.
 
moments_type moments
 Identifier for vector containing statistical descriptors.
 
table_type table
 

Static Protected Attributes

static constexpr unsigned int MAX_REF { 3 }
 

Member Typedef Documentation

◆ comment_type [1/2]

◆ comment_type [2/2]

◆ const_iterator [1/2]

◆ const_iterator [2/2]

◆ const_table_iterator [1/2]

◆ const_table_iterator [2/2]

◆ gtime_type [1/2]

◆ gtime_type [2/2]

◆ iterator [1/2]

◆ iterator [2/2]

◆ moments_type [1/2]

◆ moments_type [2/2]

◆ name_type [1/2]

◆ name_type [2/2]

◆ struct_desc_type [1/2]

template<typename Object_T>
typedef const char* const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_desc_type
inherited

◆ struct_desc_type [2/2]

template<typename Object_T>
typedef const char* const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_desc_type
inherited

◆ struct_id_type [1/2]

template<typename Object_T>
typedef INT_2U const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_id_type
inherited

◆ struct_id_type [2/2]

template<typename Object_T>
typedef INT_2U const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_id_type
inherited

◆ struct_name_type [1/2]

template<typename Object_T>
typedef const char* const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_name_type
inherited

◆ struct_name_type [2/2]

template<typename Object_T>
typedef const char* const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_name_type
inherited

◆ table_iterator [1/2]

◆ table_iterator [2/2]

◆ table_type [1/2]

◆ table_type [2/2]

◆ test_type [1/2]

◆ test_type [2/2]

Member Function Documentation

◆ FrameSpecDescription() [1/2]

template<typename Object_T>
static struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecDescription() [2/2]

template<typename Object_T>
static struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [1/2]

template<typename Object_T>
static struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [2/2]

template<typename Object_T>
static struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecName() [1/2]

template<typename Object_T>
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecName ( )
inlinestaticinherited

◆ FrameSpecName() [2/2]

template<typename Object_T>
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecName ( )
inlinestaticinherited

◆ GetComment() [1/2]

const comment_type & FrameCPP::Version_9::FrSummaryImpl::Data::GetComment ( ) const
inline

Return the comment.

Returns
The comment.

◆ GetComment() [2/2]

const comment_type & FrameCPP::Version_9::FrSummaryImpl::Data::GetComment ( ) const
inline

Return the comment.

Returns
The comment.

◆ GetGTime() [1/2]

const gtime_type & FrameCPP::Version_9::FrSummaryImpl::Data::GetGTime ( ) const
inline

Return the GPS time corresponding to this object.

Returns
The GPS time corresponding to this object.

◆ GetGTime() [2/2]

const gtime_type & FrameCPP::Version_9::FrSummaryImpl::Data::GetGTime ( ) const
inline

Return the GPS time corresponding to this object.

Returns
The GPS time corresponding to this object.

◆ GetName() [1/2]

const name_type & FrameCPP::Version_9::FrSummaryImpl::Data::GetName ( ) const
inline

Return the name of summary statistic.

Returns
The name of summary statistic.

◆ GetName() [2/2]

const name_type & FrameCPP::Version_9::FrSummaryImpl::Data::GetName ( ) const
inline

Return the name of summary statistic.

Returns
The name of summary statistic.

◆ GetTest() [1/2]

const test_type & FrameCPP::Version_9::FrSummaryImpl::Data::GetTest ( ) const
inline

Return the statistical test(s) used on raw data.

Returns
The the statistical test(s) used on raw data.

◆ GetTest() [2/2]

const test_type & FrameCPP::Version_9::FrSummaryImpl::Data::GetTest ( ) const
inline

Return the statistical test(s) used on raw data.

Returns
The the statistical test(s) used on raw data.

◆ operator==() [1/2]

bool FrameCPP::Version_9::FrSummaryImpl::Data::operator== ( const Data & RHS) const
inline

◆ operator==() [2/2]

bool FrameCPP::Version_9::FrSummaryImpl::Data::operator== ( const Data & RHS) const
inline

◆ RefMoments() [1/4]

moments_type & FrameCPP::Version_9::FrSummaryImpl::Data::RefMoments ( )
inline

Identifier for vector containing statistical descriptors.

Returns
A reference to the statistical descriptors.

◆ RefMoments() [2/4]

moments_type & FrameCPP::Version_9::FrSummaryImpl::Data::RefMoments ( )
inline

Identifier for vector containing statistical descriptors.

Returns
A reference to the statistical descriptors.

◆ RefMoments() [3/4]

const moments_type & FrameCPP::Version_9::FrSummaryImpl::Data::RefMoments ( ) const
inline

Identifier for vector containing statistical descriptors.

Returns
A constant reference to the statistical descriptors.

◆ RefMoments() [4/4]

const moments_type & FrameCPP::Version_9::FrSummaryImpl::Data::RefMoments ( ) const
inline

Identifier for vector containing statistical descriptors.

Returns
A constant reference to the statistical descriptors.

◆ RefTable() [1/4]

table_type & FrameCPP::Version_9::FrSummaryImpl::Data::RefTable ( )
inline

Identifier for table containing additional summary information.

Returns
A reference to the table containing additional summary Information.

◆ RefTable() [2/4]

table_type & FrameCPP::Version_9::FrSummaryImpl::Data::RefTable ( )
inline

Identifier for table containing additional summary information.

Returns
A reference to the table containing additional summary Information.

◆ RefTable() [3/4]

const table_type & FrameCPP::Version_9::FrSummaryImpl::Data::RefTable ( ) const
inline

Identifier for table containing additional summary information.

Returns
A constant reference to the table containing additional summary Information.

◆ RefTable() [4/4]

const table_type & FrameCPP::Version_9::FrSummaryImpl::Data::RefTable ( ) const
inline

Identifier for table containing additional summary information.

Returns
A constant reference to the table containing additional summary Information.

◆ StructName() [1/2]

template<typename Object_T>
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::StructName ( )
inlinestaticinherited

◆ StructName() [2/2]

template<typename Object_T>
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::StructName ( )
inlinestaticinherited

Member Data Documentation

◆ comment

comment_type FrameCPP::Version_9::FrSummaryImpl::Data::comment
protected

Comment.

◆ gtime

gtime_type FrameCPP::Version_9::FrSummaryImpl::Data::gtime
protected

GPS time corresponding to this object.

◆ MAX_REF

static constexpr unsigned int FrameCPP::Version_9::FrSummaryImpl::Data::MAX_REF { 3 }
staticconstexprprotected

◆ moments

moments_type FrameCPP::Version_9::FrSummaryImpl::Data::moments
protected

Identifier for vector containing statistical descriptors.

◆ name

name_type FrameCPP::Version_9::FrSummaryImpl::Data::name
protected

Name of summary statistic.

◆ struct_desc

template<typename Object_T>
static struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_desc
staticinherited

◆ struct_id

template<typename Object_T>
static struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_id
staticinherited

◆ struct_name

template<typename Object_T>
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_name
staticinherited

◆ table

table_type FrameCPP::Version_9::FrSummaryImpl::Data::table
protected

Indentifier for table containing additional summary information.

◆ test

test_type FrameCPP::Version_9::FrSummaryImpl::Data::test
protected

Statistical test(s) used on raw data.


The documentation for this class was generated from the following files: