ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameCPP::Version_9::FrEndOfFrameImpl::Data Class Reference

#include <FrEndOfFrameData.hh>

Inheritance diagram for FrameCPP::Version_9::FrEndOfFrameImpl::Data:
Collaboration diagram for FrameCPP::Version_9::FrEndOfFrameImpl::Data:

Public Types

typedef INT_4S run_type
 Run number.
 
typedef INT_4U frame_type
 Frame number.
 
typedef INT_4U GTimeS_type
 Frame start time in GPS seconds.
 
typedef INT_4U GTimeN_type
 Frame start time residual.
 
typedef GPSTime GTime_type
 Frmae start time in GPS units.
 
typedef INT_4U v5_chkType_type
 File checksum.
 
typedef INT_4U v5_chkSum_type
 File checksum.
 

Public Member Functions

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

Static Public Attributes

static run_type constexpr DEFAULT_RUN
 Default run number.
 
static frame_type constexpr DEFAULT_FRAME
 Default frame number.
 
static GTimeS_type constexpr DEFAULT_GTIME_S
 Default start time in GPS seconds.
 
static GTimeN_type constexpr DEFAULT_GTIME_N
 Default start time residual.
 

Protected Attributes

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

Member Typedef Documentation

◆ frame_type

◆ GTime_type

Frmae start time in GPS units.

◆ GTimeN_type

Frame start time residual.

◆ GTimeS_type

Frame start time in GPS seconds.

◆ run_type

◆ v5_chkSum_type

◆ v5_chkType_type

Constructor & Destructor Documentation

◆ Data() [1/2]

FrameCPP::Version_9::FrEndOfFrameImpl::Data::Data ( )
inline

Default constructor.

◆ Data() [2/2]

FrameCPP::Version_9::FrEndOfFrameImpl::Data::Data ( )
inline

Default constructor.

Member Function Documentation

◆ GetFrame() [1/2]

frame_type FrameCPP::Version_9::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/2]

frame_type FrameCPP::Version_9::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/2]

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

Get the GPS start time of this frame.

Returns
The start time of the frame.

◆ GetGTime() [2/2]

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

Get the GPS start time of this frame.

Returns
The start time of the frame.

◆ GetRun() [1/2]

run_type FrameCPP::Version_9::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/2]

run_type FrameCPP::Version_9::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.

Member Data Documentation

◆ DEFAULT_FRAME

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

Default frame number.

◆ DEFAULT_GTIME_N

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

Default start time residual.

◆ DEFAULT_GTIME_S

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

Default start time in GPS seconds.

◆ DEFAULT_RUN

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

Default run number.

◆ frame

frame_type FrameCPP::Version_9::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_9::FrEndOfFrameImpl::Data::GTime
protected

Frame start time in GPS seconds.

◆ run

run_type FrameCPP::Version_9::FrEndOfFrameImpl::Data::run
protected

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


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