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

#include <FrHistoryData.hh>

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

Public Types

typedef std::string name_type
 Type for name of history record.
 
typedef INT_4U time_type
 Type for time of history record.
 
typedef std::string comment_type
 Type for comment field.
 

Public Member Functions

const name_typeGetName () const
 Return the name associate with the FrHistory structure.
 
time_type GetTime () const
 Return the time of the post-processing.
 
const comment_typeGetComment () const
 Return the description of the post-porcessing.
 
bool operator== (const Data &RHS) const
 equality operator
 
const name_typeGetName () const
 Return the name associate with the FrHistory structure.
 
time_type GetTime () const
 Return the time of the post-processing.
 
const comment_typeGetComment () const
 Return the description of the post-porcessing.
 
bool operator== (const Data &RHS) const
 equality operator
 

Public Attributes

name_type name
 
time_type time
 Time of history record.
 
comment_type comment
 

Member Typedef Documentation

◆ comment_type

Type for comment field.

Program name and relevant comments needed to define post-processing.

◆ name_type

Type for name of history record.

◆ time_type

Type for time of history record.

Member Function Documentation

◆ GetComment() [1/2]

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

Return the description of the post-porcessing.

Returns
The description of the post-processing

◆ GetComment() [2/2]

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

Return the description of the post-porcessing.

Returns
The description of the post-processing

◆ GetName() [1/2]

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

Return the name associate with the FrHistory structure.

Returns
The name associated with the FrHistory structure

◆ GetName() [2/2]

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

Return the name associate with the FrHistory structure.

Returns
The name associated with the FrHistory structure

◆ GetTime() [1/2]

time_type FrameCPP::Version_9::FrHistoryImpl::Data::GetTime ( ) const
inline

Return the time of the post-processing.

Returns
The time of the post-processing.

◆ GetTime() [2/2]

time_type FrameCPP::Version_9::FrHistoryImpl::Data::GetTime ( ) const
inline

Return the time of the post-processing.

Returns
The time of the post-processing.

◆ operator==() [1/2]

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

equality operator

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

equality operator

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

Member Data Documentation

◆ comment

comment_type FrameCPP::Version_9::FrHistoryImpl::Data::comment

Program name and relevant comments needed to define post-processing.

◆ name

name_type FrameCPP::Version_9::FrHistoryImpl::Data::name

Name of the history record.

Note
When an FrHistory is linked to an FrProcData, its name variable must be the FrProcData channel name.

◆ time

time_type FrameCPP::Version_9::FrHistoryImpl::Data::time

Time of history record.

Time of post-processing, GPS time in integer seconds since GPS standard epoch.


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