ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameCPP::Version_8::FrEndOfFrameImpl::SerialIO< FR_END_OF_FRAME_T > Class Template Reference

#include <FrEndOfFrameSerialIO.hh>

Inheritance diagram for FrameCPP::Version_8::FrEndOfFrameImpl::SerialIO< FR_END_OF_FRAME_T >:
Collaboration diagram for FrameCPP::Version_8::FrEndOfFrameImpl::SerialIO< FR_END_OF_FRAME_T >:

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 const char *const struct_name_type
 
typedef const char *const struct_desc_type
 
typedef INT_2U const struct_id_type
 

Public Member Functions

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

Static Public Member Functions

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

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

Private Member Functions

template<class Archive >
void load (Archive &archiver, const unsigned int version)
 
template<class Archive >
void save (Archive &archiver, const unsigned int version) const
 
template<class Archive >
void load (Archive &archiver, const unsigned int version)
 
template<class Archive >
void save (Archive &archiver, const unsigned int version) const
 

Friends

class boost::serialization::access
 

Member Typedef Documentation

◆ frame_type

Frame number.

◆ GTime_type

Frmae start time in GPS units.

◆ GTimeN_type

Frame start time residual.

◆ GTimeS_type

Frame start time in GPS seconds.

◆ run_type

Run number.

◆ struct_desc_type

template<typename Object_T >
typedef const char *const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_desc_type
inherited

◆ struct_id_type

template<typename Object_T >
typedef INT_2U const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_id_type
inherited

◆ struct_name_type

template<typename Object_T >
typedef const char *const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_name_type
inherited

Constructor & Destructor Documentation

◆ SerialIO() [1/2]

template<typename FR_END_OF_FRAME_T >
FrameCPP::Version_8::FrEndOfFrameImpl::SerialIO< FR_END_OF_FRAME_T >::SerialIO ( )
inline

◆ SerialIO() [2/2]

template<typename FR_END_OF_FRAME_T >
FrameCPP::Version_8::FrEndOfFrameImpl::SerialIO< FR_END_OF_FRAME_T >::SerialIO ( )
inline

Member Function Documentation

◆ FrameSpecDescription() [1/2]

template<typename Object_T >
static struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecDescription() [2/2]

template<typename Object_T >
static struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [1/2]

template<typename Object_T >
static struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [2/2]

template<typename Object_T >
static struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecName() [1/2]

template<typename Object_T >
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecName ( )
inlinestaticinherited

◆ FrameSpecName() [2/2]

template<typename Object_T >
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecName ( )
inlinestaticinherited

◆ GetFrame() [1/2]

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

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_8::FrEndOfFrameImpl::Data::GetFrame ( ) const
inlineinherited

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_8::FrEndOfFrameImpl::Data::GetGTime ( ) const
inlineinherited

Get the GPS start time of this frame.

Returns
The start time of the frame.

◆ GetGTime() [2/2]

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

Get the GPS start time of this frame.

Returns
The start time of the frame.

◆ GetRun() [1/2]

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

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_8::FrEndOfFrameImpl::Data::GetRun ( ) const
inlineinherited

Run number of the frame.

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

◆ load() [1/2]

template<typename FR_END_OF_FRAME_T >
template<class Archive >
void FrameCPP::Version_8::FrEndOfFrameImpl::SerialIO< FR_END_OF_FRAME_T >::load ( Archive & archiver,
const unsigned int version )
inlineprivate

◆ load() [2/2]

template<typename FR_END_OF_FRAME_T >
template<class Archive >
void FrameCPP::Version_8::FrEndOfFrameImpl::SerialIO< FR_END_OF_FRAME_T >::load ( Archive & archiver,
const unsigned int version )
inlineprivate

◆ save() [1/2]

template<typename FR_END_OF_FRAME_T >
template<class Archive >
void FrameCPP::Version_8::FrEndOfFrameImpl::SerialIO< FR_END_OF_FRAME_T >::save ( Archive & archiver,
const unsigned int version ) const
inlineprivate

◆ save() [2/2]

template<typename FR_END_OF_FRAME_T >
template<class Archive >
void FrameCPP::Version_8::FrEndOfFrameImpl::SerialIO< FR_END_OF_FRAME_T >::save ( Archive & archiver,
const unsigned int version ) const
inlineprivate

◆ StructName() [1/2]

template<typename Object_T >
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::StructName ( )
inlinestaticinherited

◆ StructName() [2/2]

template<typename Object_T >
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::StructName ( )
inlinestaticinherited

Friends And Related Symbol Documentation

◆ boost::serialization::access

template<typename FR_END_OF_FRAME_T >
boost::serialization::access
friend

Member Data Documentation

◆ DEFAULT_FRAME

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

Default frame number.

◆ DEFAULT_GTIME_N

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

Default start time residual.

◆ DEFAULT_GTIME_S

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

Default start time in GPS seconds.

◆ DEFAULT_RUN

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

Default run number.

◆ frame

frame_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::frame
protectedinherited

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
protectedinherited

Frame start time in GPS seconds.

◆ run

run_type FrameCPP::Version_8::FrEndOfFrameImpl::Data::run
protectedinherited

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

◆ struct_desc

template<typename Object_T >
static struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_desc
staticinherited

◆ struct_id

template<typename Object_T >
static struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_id
staticinherited

◆ struct_name

template<typename Object_T >
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_name
staticinherited

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