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

#include <FrSerDataData.hh>

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

Classes

struct  v3

Public Types

typedef FR_SER_DATA_NAME_TYPE name_type
typedef FR_SER_DATA_TIME_TYPE time_type
typedef FR_SER_DATA_SAMPLE_RATE_TYPE sampleRate_type
typedef FR_SER_DATA_DATA_TYPE data_type
typedef Common::SearchContainer< FrVect, &FrVect::GetName > serial_type
typedef serial_type::iterator iterator
typedef serial_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_SER_DATA_NAME_TYPE name_type
typedef FR_SER_DATA_TIME_TYPE time_type
typedef FR_SER_DATA_SAMPLE_RATE_TYPE sampleRate_type
typedef FR_SER_DATA_DATA_TYPE data_type
typedef Common::SearchContainer< FrVect, &FrVect::GetName > serial_type
typedef serial_type::iterator iterator
typedef serial_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 station producing serial data stream.
const time_typeGetTime () const
 Retrieve the time of data acquisition.
sampleRate_type GetSampleRate () const
 Retrieve the sample rate.
const data_typeGetData () const
 Retrieve string of ASCII-based data.
void SetData (const data_type &Data)
 Establish the string of ASCII-based data.
const serial_typeRefSerial () const
 Identifier for serial data vector.
serial_typeRefSerial ()
 Identifier for serial data vector.
const table_typeRefTable () const
 Identifier for user-defined table structure.
table_typeRefTable ()
 Identifier for user-defined table structure.
bool operator== (const Data &RHS) const
 equality operator
const name_typeGetName () const
 Return the name of station producing serial data stream.
const time_typeGetTime () const
 Retrieve the time of data acquisition.
sampleRate_type GetSampleRate () const
 Retrieve the sample rate.
const data_typeGetData () const
 Retrieve string of ASCII-based data.
void SetData (const data_type &Data)
 Establish the string of ASCII-based data.
const serial_typeRefSerial () const
 Identifier for serial data vector.
serial_typeRefSerial ()
 Identifier for serial data vector.
const table_typeRefTable () const
 Identifier for user-defined table structure.
table_typeRefTable ()
 Identifier for user-defined table structure.
bool operator== (const Data &RHS) const
 equality operator

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 station producing serial data stream.
time_type time
sampleRate_type sampleRate
 Sample rate, samles per second.
data_type data
 Pointer to strin for ASCII-based data.
serial_type serial
 Identifier for serial data vector.
table_type table
 Identifier for user-defined table structure.

Static Protected Attributes

static constexpr unsigned int MAX_REF { 2 }

Member Typedef Documentation

◆ const_iterator [1/2]

◆ const_iterator [2/2]

◆ const_table_iterator [1/2]

◆ const_table_iterator [2/2]

◆ data_type [1/2]

◆ data_type [2/2]

◆ iterator [1/2]

◆ iterator [2/2]

◆ name_type [1/2]

◆ name_type [2/2]

◆ sampleRate_type [1/2]

◆ sampleRate_type [2/2]

◆ serial_type [1/2]

◆ serial_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]

◆ time_type [1/2]

◆ time_type [2/2]

Member Function Documentation

◆ FrameSpecDescription() [1/2]

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

Return the dictionary name of the structure.

◆ FrameSpecDescription() [2/2]

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

Return the dictionary name of the structure.

◆ FrameSpecId() [1/2]

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

Return the dictionary name of the structure.

◆ FrameSpecId() [2/2]

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

Return the dictionary name of the structure.

◆ FrameSpecName() [1/2]

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

◆ FrameSpecName() [2/2]

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

◆ GetData() [1/2]

const data_type & FrameCPP::Version_9::FrSerDataImpl::Data::GetData ( ) const
inline

Retrieve string of ASCII-based data.

Returns
The string of ASCII-based data.

◆ GetData() [2/2]

const data_type & FrameCPP::Version_9::FrSerDataImpl::Data::GetData ( ) const
inline

Retrieve string of ASCII-based data.

Returns
The string of ASCII-based data.

◆ GetName() [1/2]

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

Return the name of station producing serial data stream.

Returns
The name associated of station producing serial data stream.

◆ GetName() [2/2]

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

Return the name of station producing serial data stream.

Returns
The name associated of station producing serial data stream.

◆ GetSampleRate() [1/2]

sampleRate_type FrameCPP::Version_9::FrSerDataImpl::Data::GetSampleRate ( ) const
inline

Retrieve the sample rate.

Returns
The sample rate.

◆ GetSampleRate() [2/2]

sampleRate_type FrameCPP::Version_9::FrSerDataImpl::Data::GetSampleRate ( ) const
inline

Retrieve the sample rate.

Returns
The sample rate.

◆ GetTime() [1/2]

const time_type & FrameCPP::Version_9::FrSerDataImpl::Data::GetTime ( ) const
inline

Retrieve the time of data acquisition.

Returns
The time of data acquisition.

◆ GetTime() [2/2]

const time_type & FrameCPP::Version_9::FrSerDataImpl::Data::GetTime ( ) const
inline

Retrieve the time of data acquisition.

Returns
The time of data acquisition.

◆ operator==() [1/2]

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

equality operator

Parameters
[in]RHSThe FrSerData 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::Version_9::FrSerDataImpl::Data::operator== ( const Data & RHS) const
inline

equality operator

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

◆ RefSerial() [1/4]

serial_type & FrameCPP::Version_9::FrSerDataImpl::Data::RefSerial ( )
inline

Identifier for serial data vector.

Returns
A reference the serial data vector.

◆ RefSerial() [2/4]

serial_type & FrameCPP::Version_9::FrSerDataImpl::Data::RefSerial ( )
inline

Identifier for serial data vector.

Returns
A reference the serial data vector.

◆ RefSerial() [3/4]

const serial_type & FrameCPP::Version_9::FrSerDataImpl::Data::RefSerial ( ) const
inline

Identifier for serial data vector.

Returns
A constant reference the serial data vector.

◆ RefSerial() [4/4]

const serial_type & FrameCPP::Version_9::FrSerDataImpl::Data::RefSerial ( ) const
inline

Identifier for serial data vector.

Returns
A constant reference the serial data vector.

◆ RefTable() [1/4]

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

Identifier for user-defined table structure.

Returns
A reference to the user-defined table structure.

◆ RefTable() [2/4]

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

Identifier for user-defined table structure.

Returns
A reference to the user-defined table structure.

◆ RefTable() [3/4]

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

Identifier for user-defined table structure.

Returns
A constant reference to the user-defined table structure.

◆ RefTable() [4/4]

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

Identifier for user-defined table structure.

Returns
A constant reference to the user-defined table structure.

◆ SetData() [1/2]

void FrameCPP::Version_9::FrSerDataImpl::Data::SetData ( const data_type & Data)
inline

Establish the string of ASCII-based data.

◆ SetData() [2/2]

void FrameCPP::Version_9::FrSerDataImpl::Data::SetData ( const data_type & Data)
inline

Establish the string of ASCII-based data.

◆ StructName() [1/2]

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

◆ StructName() [2/2]

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

Member Data Documentation

◆ data

data_type FrameCPP::Version_9::FrSerDataImpl::Data::data
protected

Pointer to strin for ASCII-based data.

◆ MAX_REF

constexpr unsigned int FrameCPP::Version_9::FrSerDataImpl::Data::MAX_REF { 2 }
staticconstexprprotected

◆ name

name_type FrameCPP::Version_9::FrSerDataImpl::Data::name
protected

Name of station producing serial data stream.

◆ sampleRate

sampleRate_type FrameCPP::Version_9::FrSerDataImpl::Data::sampleRate
protected

Sample rate, samles per second.

◆ serial

serial_type FrameCPP::Version_9::FrSerDataImpl::Data::serial
protected

Identifier for serial data vector.

◆ struct_desc

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

◆ struct_id

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

◆ struct_name

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

◆ table

table_type FrameCPP::Version_9::FrSerDataImpl::Data::table
protected

Identifier for user-defined table structure.

◆ time

time_type FrameCPP::Version_9::FrSerDataImpl::Data::time
protected

Time of data acquisition, GPS time in seconds since GPS standard epoch.


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/Version9/impl/FrSerDataData.hh
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/src/Version9/impl/FrSerDataData.hh