ldas-tools-framecpp 2.8.1
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
FrameCPP::Version_8::FrEndOfFrameImpl::Data Class Reference

#include <FrEndOfFrameData.hh>

Inheritance diagram for FrameCPP::Version_8::FrEndOfFrameImpl::Data:
Inheritance graph
[legend]
Collaboration diagram for FrameCPP::Version_8::FrEndOfFrameImpl::Data:
Collaboration graph
[legend]

Public Types

typedef INT_4S run_type
 Run number. More...
 
typedef INT_4U frame_type
 Frame number. More...
 
typedef INT_4U GTimeS_type
 Frame start time in GPS seconds. More...
 
typedef INT_4U GTimeN_type
 Frame start time residual. More...
 
typedef GPSTime GTime_type
 Frmae start time in GPS units. More...
 
typedef INT_4S run_type
 Run number. More...
 
typedef INT_4U frame_type
 Frame number. More...
 
typedef INT_4U GTimeS_type
 Frame start time in GPS seconds. More...
 
typedef INT_4U GTimeN_type
 Frame start time residual. More...
 
typedef GPSTime GTime_type
 Frmae start time in GPS units. More...
 
typedef INT_4S run_type
 Run number. More...
 
typedef INT_4U frame_type
 Frame number. More...
 
typedef INT_4U GTimeS_type
 Frame start time in GPS seconds. More...
 
typedef INT_4U GTimeN_type
 Frame start time residual. More...
 
typedef GPSTime GTime_type
 Frmae start time in GPS units. More...
 
typedef const char *const struct_name_type
 
typedef const char *const struct_name_type
 
typedef const char *const struct_name_type
 
typedef const char *const struct_desc_type
 
typedef const char *const struct_desc_type
 
typedef const char *const struct_desc_type
 
typedef INT_2U const struct_id_type
 
typedef INT_2U const struct_id_type
 
typedef INT_2U const struct_id_type
 

Public Member Functions

 Data ()
 Default constructor. More...
 
run_type GetRun () const
 Run number of the frame. More...
 
frame_type GetFrame () const
 frame number More...
 
const GTime_typeGetGTime () const
 Get the GPS start time of this frame. More...
 
 Data ()
 Default constructor. More...
 
run_type GetRun () const
 Run number of the frame. More...
 
frame_type GetFrame () const
 frame number More...
 
const GTime_typeGetGTime () const
 Get the GPS start time of this frame. More...
 
 Data ()
 Default constructor. More...
 
run_type GetRun () const
 Run number of the frame. More...
 
frame_type GetFrame () const
 frame number More...
 
const GTime_typeGetGTime () const
 Get the GPS start time of this frame. More...
 

Static Public Member Functions

static struct_name_type FrameSpecName ()
 
static struct_name_type FrameSpecName ()
 
static struct_name_type FrameSpecName ()
 
static struct_name_type StructName ()
 
static struct_name_type StructName ()
 
static struct_name_type StructName ()
 
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure. More...
 
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure. More...
 
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure. More...
 
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure. More...
 
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure. More...
 
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure. More...
 

Static Public Attributes

static run_type constexpr DEFAULT_RUN
 Default run number. More...
 
static frame_type constexpr DEFAULT_FRAME
 Default frame number. More...
 
static GTimeS_type constexpr DEFAULT_GTIME_S
 Default start time in GPS seconds. More...
 
static GTimeN_type constexpr DEFAULT_GTIME_N
 Default start time residual. More...
 
static struct_name_type struct_name
 
static struct_desc_type struct_desc
 
static struct_id_type struct_id
 

Protected Attributes

run_type run
 
frame_type frame
 
GTime_type GTime
 Frame start time in GPS seconds. More...
 

Member Typedef Documentation

◆ frame_type [1/3]

Frame number.

◆ frame_type [2/3]

Frame number.

◆ frame_type [3/3]

Frame number.

◆ GTime_type [1/3]

Frmae start time in GPS units.

◆ GTime_type [2/3]

Frmae start time in GPS units.

◆ GTime_type [3/3]

Frmae start time in GPS units.

◆ GTimeN_type [1/3]

Frame start time residual.

◆ GTimeN_type [2/3]

Frame start time residual.

◆ GTimeN_type [3/3]

Frame start time residual.

◆ GTimeS_type [1/3]

Frame start time in GPS seconds.

◆ GTimeS_type [2/3]

Frame start time in GPS seconds.

◆ GTimeS_type [3/3]

Frame start time in GPS seconds.

◆ run_type [1/3]

Run number.

◆ run_type [2/3]

Run number.

◆ run_type [3/3]

Run number.

◆ struct_desc_type [1/3]

typedef const char* const FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_desc_type
inherited

◆ struct_desc_type [2/3]

typedef const char* const FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_desc_type
inherited

◆ struct_desc_type [3/3]

typedef const char* const FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_desc_type
inherited

◆ struct_id_type [1/3]

typedef INT_2U const FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_id_type
inherited

◆ struct_id_type [2/3]

typedef INT_2U const FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_id_type
inherited

◆ struct_id_type [3/3]

typedef INT_2U const FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_id_type
inherited

◆ struct_name_type [1/3]

typedef const char* const FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_name_type
inherited

◆ struct_name_type [2/3]

typedef const char* const FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_name_type
inherited

◆ struct_name_type [3/3]

typedef const char* const FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_name_type
inherited

Constructor & Destructor Documentation

◆ Data() [1/3]

FrameCPP::Version_8::FrEndOfFrameImpl::Data::Data ( )
inline

Default constructor.

◆ Data() [2/3]

FrameCPP::Version_8::FrEndOfFrameImpl::Data::Data ( )
inline

Default constructor.

◆ Data() [3/3]

FrameCPP::Version_8::FrEndOfFrameImpl::Data::Data ( )
inline

Default constructor.

Member Function Documentation

◆ FrameSpecDescription() [1/3]

static struct_desc_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecDescription() [2/3]

static struct_desc_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecDescription() [3/3]

static struct_desc_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [1/3]

static struct_id_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [2/3]

static struct_id_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [3/3]

static struct_id_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecName() [1/3]

static struct_name_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::FrameSpecName ( )
inlinestaticinherited

◆ FrameSpecName() [2/3]

static struct_name_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::FrameSpecName ( )
inlinestaticinherited

◆ FrameSpecName() [3/3]

static struct_name_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::FrameSpecName ( )
inlinestaticinherited

◆ GetFrame() [1/3]

frame_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::GetFrame ( ) const
inline

frame number

Returns
The frame number. It is the same as the value in the FrameH frame datum.

◆ GetFrame() [2/3]

frame_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::GetFrame ( ) const
inline

frame number

Returns
The frame number. It is the same as the value in the FrameH frame datum.

◆ GetFrame() [3/3]

frame_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::GetFrame ( ) const
inline

frame number

Returns
The frame number. It is the same as the value in the FrameH frame datum.

◆ GetGTime() [1/3]

const GTime_type & FrameCPP::Version_8::FrEndOfFrameImpl::Data::GetGTime ( ) const
inline

Get the GPS start time of this frame.

Returns
The start time of the frame.

◆ GetGTime() [2/3]

const GTime_type & FrameCPP::Version_8::FrEndOfFrameImpl::Data::GetGTime ( ) const
inline

Get the GPS start time of this frame.

Returns
The start time of the frame.

◆ GetGTime() [3/3]

const GTime_type & FrameCPP::Version_8::FrEndOfFrameImpl::Data::GetGTime ( ) const
inline

Get the GPS start time of this frame.

Returns
The start time of the frame.

◆ GetRun() [1/3]

run_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::GetRun ( ) const
inline

Run number of the frame.

Returns
The run number of frame. It is the same as the value in the FrameH run datum.

◆ GetRun() [2/3]

run_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::GetRun ( ) const
inline

Run number of the frame.

Returns
The run number of frame. It is the same as the value in the FrameH run datum.

◆ GetRun() [3/3]

run_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::GetRun ( ) const
inline

Run number of the frame.

Returns
The run number of frame. It is the same as the value in the FrameH run datum.

◆ StructName() [1/3]

static struct_name_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::StructName ( )
inlinestaticinherited

◆ StructName() [2/3]

static struct_name_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::StructName ( )
inlinestaticinherited

◆ StructName() [3/3]

static struct_name_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::StructName ( )
inlinestaticinherited

Member Data Documentation

◆ DEFAULT_FRAME

static frame_type constexpr FrameCPP::Version_8::FrEndOfFrameImpl::Data::DEFAULT_FRAME
staticconstexpr
Initial value:
{
0
}

Default frame number.

◆ DEFAULT_GTIME_N

static GTimeN_type constexpr FrameCPP::Version_8::FrEndOfFrameImpl::Data::DEFAULT_GTIME_N
staticconstexpr
Initial value:
{
0
}

Default start time residual.

◆ DEFAULT_GTIME_S

static GTimeS_type constexpr FrameCPP::Version_8::FrEndOfFrameImpl::Data::DEFAULT_GTIME_S
staticconstexpr
Initial value:
{
0
}

Default start time in GPS seconds.

◆ DEFAULT_RUN

static run_type constexpr FrameCPP::Version_8::FrEndOfFrameImpl::Data::DEFAULT_RUN
staticconstexpr
Initial value:
{
0
}

Default run number.

◆ frame

frame_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::frame
protected

Frame number, monotonically increasing until end of run; This is the same as the FrameH::frame number datum.

◆ GTime

GTime_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::GTime
protected

Frame start time in GPS seconds.

◆ run

run_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::run
protected

Run number. This is the same as the FrameH::rum member

◆ struct_desc

static struct_desc_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_desc
staticinherited

◆ struct_id

static struct_id_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_id
staticinherited

◆ struct_name

static struct_name_type FrameCPP::Version_8::Impl::FrObjectMetaData< Data >::struct_name
staticinherited

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