ldas-tools-framecpp  2.6.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
FrameCPP::Version_4::FrStatDataNPS Class Reference

Storage of data members for the FrStatData structure. More...

#include <FrStatData.hh>

Inheritance diagram for FrameCPP::Version_4::FrStatDataNPS:
FrameCPP::Version_4::FrStatData

Classes

struct  storage_type
 

Public Types

typedef INT_4U timeStart_type
 
typedef INT_4U timeEnd_type
 
typedef INT_4U version_type
 

Public Member Functions

 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...
 

Protected Attributes

storage_type m_data
 

Detailed Description

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.

Member Typedef Documentation

Constructor & Destructor Documentation

FrStatDataNPS::FrStatDataNPS ( )
inline

Constructor.

Default constructor

Returns
A new FrStatDataNPS object
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]NameStatic data name
[in]CommentComment
[in]RepresentationType of static data being represented
[in]TimeStartStart time of static data validity
[in]TimeEndEnd time of static data validity
[in]VersionVersion number for this static structure.
Returns
A new FrStatDataNPS object

Member Function Documentation

const std::string & FrStatDataNPS::GetComment ( ) const
inline

Retrieve the comment.

Returns
The comment
const std::string & FrStatDataNPS::GetName ( ) const
inline

Retrieve static data name.

Returns
The static data name
const std::string & FrStatDataNPS::GetRepresentation ( ) const
inline

Retrieve the type of static data.

Returns
The type of static data being represente
FrStatDataNPS::timeEnd_type FrStatDataNPS::GetTimeEnd ( ) const
inline

Retrieve the end time.

Returns
The end time of the static data validity.
FrStatDataNPS::timeStart_type FrStatDataNPS::GetTimeStart ( ) const
inline

Retrieve the start time.

Returns
The start time of the static data validity.
FrStatDataNPS::version_type FrStatDataNPS::GetVersion ( ) const
inline

Retrieve the version number.

Returns
The version number for this static structure.
bool FrStatDataNPS::operator== ( const FrStatDataNPS RHS) const
inline

Comparison operator.

Parameters
[in]RHSObject to compare for equality.

Member Data Documentation

storage_type FrameCPP::Version_4::FrStatDataNPS::m_data
protected

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