#include <FrHistoryData.hh>
|
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.
|
|
◆ 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.
◆ 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] | RHS | The 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] | RHS | The 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.
◆ 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 |
◆ 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:
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/build/include/framecpp/Version9/impl/FrHistoryData.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/src/Version9/impl/FrHistoryData.hh