|
ldas-tools-framecpp 3.0.4
|
Storage of data members for the FrStatData structure. More...
#include <FrStatData.hh>


Classes | |
| struct | storage_type |
Public Types | |
| typedef INT_4U | timeStart_type |
| typedef INT_4U | timeEnd_type |
| typedef INT_4U | version_type |
| typedef INT_4U | timeStart_type |
| typedef INT_4U | timeEnd_type |
| typedef INT_4U | version_type |
Public Member Functions | |
| FrStatDataNPS () | |
| Constructor. | |
| FrStatDataNPS (const std::string &Name, const std::string &Comment, const std::string &Representation, const timeStart_type TimeStart, const timeEnd_type TimeEnd, const version_type Version) | |
| Constructor. | |
| const std::string & | GetName () const |
| Retrieve static data name. | |
| const std::string & | GetComment () const |
| Retrieve the comment. | |
| const std::string & | GetRepresentation () const |
| Retrieve the type of static data. | |
| timeStart_type | GetTimeStart () const |
| Retrieve the start time. | |
| timeEnd_type | GetTimeEnd () const |
| Retrieve the end time. | |
| version_type | GetVersion () const |
| Retrieve the version number. | |
| bool | operator== (const FrStatDataNPS &RHS) const |
| Comparison operator. | |
| FrStatDataNPS () | |
| Constructor. | |
| FrStatDataNPS (const std::string &Name, const std::string &Comment, const std::string &Representation, const timeStart_type TimeStart, const timeEnd_type TimeEnd, const version_type Version) | |
| Constructor. | |
| const std::string & | GetName () const |
| Retrieve static data name. | |
| const std::string & | GetComment () const |
| Retrieve the comment. | |
| const std::string & | GetRepresentation () const |
| Retrieve the type of static data. | |
| timeStart_type | GetTimeStart () const |
| Retrieve the start time. | |
| timeEnd_type | GetTimeEnd () const |
| Retrieve the end time. | |
| version_type | GetVersion () const |
| Retrieve the version number. | |
| bool | operator== (const FrStatDataNPS &RHS) const |
| Comparison operator. | |
Protected Attributes | |
| storage_type | m_data |
Storage of data members for the FrStatData structure.
This class contains the data members of the FrStatData structure that are not referenced by a pointer. This allows for easier migration into future frame specifications.
| typedef INT_4U FrameCPP::Version_4::FrStatDataNPS::timeEnd_type |
| typedef INT_4U FrameCPP::Version_4::FrStatDataNPS::timeEnd_type |
| typedef INT_4U FrameCPP::Version_4::FrStatDataNPS::timeStart_type |
| typedef INT_4U FrameCPP::Version_4::FrStatDataNPS::timeStart_type |
| typedef INT_4U FrameCPP::Version_4::FrStatDataNPS::version_type |
| typedef INT_4U FrameCPP::Version_4::FrStatDataNPS::version_type |
|
inline |
|
inline |
Constructor.
| [in] | Name | Static data name |
| [in] | Comment | Comment |
| [in] | Representation | Type of static data being represented |
| [in] | TimeStart | Start time of static data validity |
| [in] | TimeEnd | End time of static data validity |
| [in] | Version | Version number for this static structure. |
| FrameCPP::Version_4::FrStatDataNPS::FrStatDataNPS | ( | ) |
| FrameCPP::Version_4::FrStatDataNPS::FrStatDataNPS | ( | const std::string & | Name, |
| const std::string & | Comment, | ||
| const std::string & | Representation, | ||
| const timeStart_type | TimeStart, | ||
| const timeEnd_type | TimeEnd, | ||
| const version_type | Version ) |
Constructor.
| [in] | Name | Static data name |
| [in] | Comment | Comment |
| [in] | Representation | Type of static data being represented |
| [in] | TimeStart | Start time of static data validity |
| [in] | TimeEnd | End time of static data validity |
| [in] | Version | Version number for this static structure. |
|
inline |
Retrieve the comment.
| const std::string & FrameCPP::Version_4::FrStatDataNPS::GetComment | ( | ) | const |
Retrieve the comment.
|
inline |
Retrieve static data name.
| const std::string & FrameCPP::Version_4::FrStatDataNPS::GetName | ( | ) | const |
Retrieve static data name.
|
inline |
Retrieve the type of static data.
| const std::string & FrameCPP::Version_4::FrStatDataNPS::GetRepresentation | ( | ) | const |
Retrieve the type of static data.
|
inline |
Retrieve the end time.
| timeEnd_type FrameCPP::Version_4::FrStatDataNPS::GetTimeEnd | ( | ) | const |
Retrieve the end time.
|
inline |
Retrieve the start time.
| timeStart_type FrameCPP::Version_4::FrStatDataNPS::GetTimeStart | ( | ) | const |
Retrieve the start time.
|
inline |
Retrieve the version number.
| version_type FrameCPP::Version_4::FrStatDataNPS::GetVersion | ( | ) | const |
Retrieve the version number.
|
inline |
Comparison operator.
| [in] | RHS | Object to compare for equality. |
| bool FrameCPP::Version_4::FrStatDataNPS::operator== | ( | const FrStatDataNPS & | RHS | ) | const |
Comparison operator.
| [in] | RHS | Object to compare for equality. |
|
protected |