ldas-tools-framecpp 3.0.4
|
Non-PTR_STRUCT elements of the FrameH structure. More...
#include <FrameH.hh>
Classes | |
struct | data_type |
Public Member Functions | |
FrameHNPS () | |
Default constructor. | |
FrameHNPS (const FrameHNPS &Source) | |
Copy Constructor. | |
FrameHNPS (const std::string &name, INT_4S run, INT_4U frame, const GPSTime &time, INT_2U uLeapS, INT_4S LocalTime, const REAL_8 dt, INT_4U dqual) | |
Constructor. | |
const std::string & | GetName () const |
INT_4S | GetRun () const |
INT_4U | GetFrame () const |
INT_4U | GetDataQuality () const |
const GPSTime & | GetGTime () const |
INT_2U | GetULeapS () const |
REAL_8 | GetDt () const |
INT_4S | GetLocalTime () const |
void | SetRun (INT_4S Run) |
void | SetDataQuality (INT_4U DataQuality) |
void | SetDt (REAL_8 Dt) |
void | SetGTime (const GPSTime >ime) |
void | SetULeapS (ULeapS_type Value) |
Establish leap second offset. | |
FrameHNPS () | |
Default constructor. | |
FrameHNPS (const FrameHNPS &Source) | |
Copy Constructor. | |
FrameHNPS (const std::string &name, INT_4S run, INT_4U frame, const GPSTime &time, INT_2U uLeapS, INT_4S LocalTime, const REAL_8 dt, INT_4U dqual) | |
Constructor. | |
const std::string & | GetName () const |
INT_4S | GetRun () const |
INT_4U | GetFrame () const |
INT_4U | GetDataQuality () const |
const GPSTime & | GetGTime () const |
INT_2U | GetULeapS () const |
REAL_8 | GetDt () const |
INT_4S | GetLocalTime () const |
void | SetRun (INT_4S Run) |
void | SetDataQuality (INT_4U DataQuality) |
void | SetDt (REAL_8 Dt) |
void | SetGTime (const GPSTime >ime) |
void | SetULeapS (ULeapS_type Value) |
Establish leap second offset. | |
void | TOCQuery (int InfoClass,...) const |
void | TOCQuery (int InfoClass,...) const |
Static Public Member Functions | |
template<class T > | |
static int | DataType (const T *Data) |
template<class T > | |
static int | DataType (const T &Data) |
template<class T > | |
static int | DataType (const T *Data) |
template<class T > | |
static int | DataType (const T &Data) |
Protected Types | |
typedef Common::IStringStream | assign_stream_type |
Protected Member Functions | |
FrameHNPS (const Previous::FrameHNPS &Source) | |
Copy Constructor. | |
void | assign (assign_stream_type &Stream) |
Assign the contents of the instance. | |
virtual void | vTOCQuery (int InfoClass, va_list vl) const |
FrameHNPS (const Previous::FrameHNPS &Source) | |
Copy Constructor. | |
void | assign (assign_stream_type &Stream) |
Assign the contents of the instance. | |
virtual void | vTOCQuery (int InfoClass, va_list vl) const |
Static Protected Member Functions | |
static void | dataDescription (Common::Description &Desc) |
static void | dataDescription (Common::Description &Desc) |
Protected Attributes | |
data_type | m_data |
Non-PTR_STRUCT elements of the FrameH structure.
This class contains the data members of the FrameH structure that are not refernced by a pointer. This allows for easier migration into future frame specifications.
|
protected |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
FrameCPP::Version_4::FrameHNPS::FrameHNPS | ( | ) |
Default constructor.
FrameCPP::Version_4::FrameHNPS::FrameHNPS | ( | const FrameHNPS & | Source | ) |
Copy Constructor.
FrameCPP::Version_4::FrameHNPS::FrameHNPS | ( | const std::string & | name, |
INT_4S | run, | ||
INT_4U | frame, | ||
const GPSTime & | time, | ||
INT_2U | uLeapS, | ||
INT_4S | LocalTime, | ||
const REAL_8 | dt, | ||
INT_4U | dqual ) |
Constructor.
|
inlineprotected |
Copy Constructor.
FrameCPP::Version_4::FrameHNPS::FrameHNPS | ( | ) |
Default constructor.
FrameCPP::Version_4::FrameHNPS::FrameHNPS | ( | const FrameHNPS & | Source | ) |
Copy Constructor.
FrameCPP::Version_4::FrameHNPS::FrameHNPS | ( | const std::string & | name, |
INT_4S | run, | ||
INT_4U | frame, | ||
const GPSTime & | time, | ||
INT_2U | uLeapS, | ||
INT_4S | LocalTime, | ||
const REAL_8 | dt, | ||
INT_4U | dqual ) |
Constructor.
|
protected |
Copy Constructor.
|
inlineprotected |
Assign the contents of the instance.
[in] | Stream | An input stream from which to read information for the instance. |
|
protected |
Assign the contents of the instance.
[in] | Stream | An input stream from which to read information for the instance. |
|
inlinestaticprotected |
|
staticprotected |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inline |
INT_4U FrameCPP::Version_4::FrameHNPS::GetDataQuality | ( | ) | const |
|
inline |
REAL_8 FrameCPP::Version_4::FrameHNPS::GetDt | ( | ) | const |
|
inline |
INT_4U FrameCPP::Version_4::FrameHNPS::GetFrame | ( | ) | const |
|
inline |
const GPSTime & FrameCPP::Version_4::FrameHNPS::GetGTime | ( | ) | const |
|
inline |
INT_4S FrameCPP::Version_4::FrameHNPS::GetLocalTime | ( | ) | const |
|
inline |
const std::string & FrameCPP::Version_4::FrameHNPS::GetName | ( | ) | const |
|
inline |
INT_4S FrameCPP::Version_4::FrameHNPS::GetRun | ( | ) | const |
|
inline |
INT_2U FrameCPP::Version_4::FrameHNPS::GetULeapS | ( | ) | const |
|
inline |
void FrameCPP::Version_4::FrameHNPS::SetDataQuality | ( | INT_4U | DataQuality | ) |
|
inline |
void FrameCPP::Version_4::FrameHNPS::SetDt | ( | REAL_8 | Dt | ) |
|
inline |
void FrameCPP::Version_4::FrameHNPS::SetGTime | ( | const GPSTime & | GTime | ) |
|
inline |
void FrameCPP::Version_4::FrameHNPS::SetRun | ( | INT_4S | Run | ) |
|
inline |
Establish leap second offset.
Set the number of leap seconds since GPS epoc.
[in] | Value | Number of leap seconds since GPS epoc. |
void FrameCPP::Version_4::FrameHNPS::SetULeapS | ( | ULeapS_type | Value | ) |
Establish leap second offset.
[in] | Value | Number of leap seconds since GPS epoc. |
|
inlineinherited |
|
inherited |
|
protectedvirtual |
Implements FrameCPP::Common::TOCInfo.
|
protectedvirtual |
Implements FrameCPP::Common::TOCInfo.
|
protected |