Storage of data members for the FrStatData structure.
More...
#include <FrStatData.hh>
Inherited by FrameCPP::Version_4::FrStatData, and FrameCPP::Version_4::FrStatData.
|
| FrStatDataNPS () |
| Constructor. More...
|
|
| 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. More...
|
|
const std::string & | GetName () const |
| Retrieve static data name. More...
|
|
const std::string & | GetComment () const |
| Retrieve the comment. More...
|
|
const std::string & | GetRepresentation () const |
| Retrieve the type of static data. More...
|
|
timeStart_type | GetTimeStart () const |
| Retrieve the start time. More...
|
|
timeEnd_type | GetTimeEnd () const |
| Retrieve the end time. More...
|
|
version_type | GetVersion () const |
| Retrieve the version number. More...
|
|
bool | operator== (const FrStatDataNPS &RHS) const |
| Comparison operator. More...
|
|
| FrStatDataNPS () |
| Constructor. More...
|
|
| 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. More...
|
|
const std::string & | GetName () const |
| Retrieve static data name. More...
|
|
const std::string & | GetComment () const |
| Retrieve the comment. More...
|
|
const std::string & | GetRepresentation () const |
| Retrieve the type of static data. More...
|
|
timeStart_type | GetTimeStart () const |
| Retrieve the start time. More...
|
|
timeEnd_type | GetTimeEnd () const |
| Retrieve the end time. More...
|
|
version_type | GetVersion () const |
| Retrieve the version number. More...
|
|
bool | operator== (const FrStatDataNPS &RHS) const |
| Comparison operator. More...
|
|
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.
◆ FrStatDataNPS() [1/4]
FrStatDataNPS::FrStatDataNPS |
( |
| ) |
|
|
inline |
Constructor.
Default constructor
- Returns
- A new FrStatDataNPS object
◆ FrStatDataNPS() [2/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 |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[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. |
- Returns
- A new FrStatDataNPS object
◆ FrStatDataNPS() [3/4]
FrameCPP::Version_4::FrStatDataNPS::FrStatDataNPS |
( |
| ) |
|
Constructor.
Default constructor
- Returns
- A new FrStatDataNPS object
◆ FrStatDataNPS() [4/4]
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.
- Parameters
-
[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. |
- Returns
- A new FrStatDataNPS object
◆ GetComment() [1/2]
const std::string & FrStatDataNPS::GetComment |
( |
| ) |
const |
|
inline |
Retrieve the comment.
- Returns
- The comment
◆ GetComment() [2/2]
const std::string& FrameCPP::Version_4::FrStatDataNPS::GetComment |
( |
| ) |
const |
Retrieve the comment.
- Returns
- The comment
◆ GetName() [1/2]
const std::string & FrStatDataNPS::GetName |
( |
| ) |
const |
|
inline |
Retrieve static data name.
- Returns
- The static data name
◆ GetName() [2/2]
const std::string& FrameCPP::Version_4::FrStatDataNPS::GetName |
( |
| ) |
const |
Retrieve static data name.
- Returns
- The static data name
◆ GetRepresentation() [1/2]
const std::string& FrameCPP::Version_4::FrStatDataNPS::GetRepresentation |
( |
| ) |
const |
Retrieve the type of static data.
- Returns
- The type of static data being represente
◆ GetRepresentation() [2/2]
const std::string & FrStatDataNPS::GetRepresentation |
( |
| ) |
const |
|
inline |
Retrieve the type of static data.
- Returns
- The type of static data being represente
◆ GetTimeEnd() [1/2]
FrStatDataNPS::timeEnd_type FrStatDataNPS::GetTimeEnd |
( |
| ) |
const |
|
inline |
Retrieve the end time.
- Returns
- The end time of the static data validity.
◆ GetTimeEnd() [2/2]
timeEnd_type FrameCPP::Version_4::FrStatDataNPS::GetTimeEnd |
( |
| ) |
const |
Retrieve the end time.
- Returns
- The end time of the static data validity.
◆ GetTimeStart() [1/2]
FrStatDataNPS::timeStart_type FrStatDataNPS::GetTimeStart |
( |
| ) |
const |
|
inline |
Retrieve the start time.
- Returns
- The start time of the static data validity.
◆ GetTimeStart() [2/2]
timeStart_type FrameCPP::Version_4::FrStatDataNPS::GetTimeStart |
( |
| ) |
const |
Retrieve the start time.
- Returns
- The start time of the static data validity.
◆ GetVersion() [1/2]
version_type FrameCPP::Version_4::FrStatDataNPS::GetVersion |
( |
| ) |
const |
Retrieve the version number.
- Returns
- The version number for this static structure.
◆ GetVersion() [2/2]
FrStatDataNPS::version_type FrStatDataNPS::GetVersion |
( |
| ) |
const |
|
inline |
Retrieve the version number.
- Returns
- The version number for this static structure.
◆ operator==() [1/2]
bool FrameCPP::Version_4::FrStatDataNPS::operator== |
( |
const FrStatDataNPS & |
RHS | ) |
const |
Comparison operator.
- Parameters
-
[in] | RHS | Object to compare for equality. |
◆ operator==() [2/2]
bool FrStatDataNPS::operator== |
( |
const FrStatDataNPS & |
RHS | ) |
const |
|
inline |
Comparison operator.
- Parameters
-
[in] | RHS | Object to compare for equality. |
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-2.7.0/include/framecpp/Version4/FrStatData.hh