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

#include <FrMsgData.hh>

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

Public Types

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 INT_2U const struct_id_type
typedef INT_2U const struct_id_type
typedef FR_MSG_ALARM_TYPE alarm_type
typedef FR_MSG_ALARM_TYPE alarm_type
typedef FR_MSG_MESSAGE_TYPE message_type
typedef FR_MSG_MESSAGE_TYPE message_type
typedef FR_MSG_SEVERITY_TYPE severity_type
typedef FR_MSG_SEVERITY_TYPE severity_type
typedef FR_MSG_GTIME_TYPE GTime_type
typedef FR_MSG_GTIME_TYPE GTime_type

Public Member Functions

const alarm_typeGetAlarm () const
const alarm_typeGetAlarm () const
const message_typeGetMessage () const
const message_typeGetMessage () const
severity_type GetSeverity () const
severity_type GetSeverity () const
GTime_type GetGTime () const
GTime_type GetGTime () const
void SetAlarm (const alarm_type &Value)
void SetAlarm (const alarm_type &Value)
void SetMessage (const message_type &Value)
void SetMessage (const message_type &Value)
void SetSeverity (severity_type Value)
void SetSeverity (severity_type Value)
void SetGTime (GTime_type Value)
void SetGTime (GTime_type Value)
bool operator== (const FrMsgData &RHS) const
 equality operator
bool operator== (const FrMsgData &RHS) const
 equality operator

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 struct_name_type struct_name
static struct_desc_type struct_desc
static struct_id_type struct_id

Protected Types

typedef STRING internal_alarm_type
typedef STRING internal_message_type
typedef STRING internal_alarm_type
typedef STRING internal_message_type

Protected Attributes

alarm_type alarm
 Name of message, error flag or alarm state.
message_type message
 Message body.
severity_type severity
 Message severity level (To Be Defined)
GTime_type GTime
 GPS time coresponding to this FrMsg.

Member Typedef Documentation

◆ alarm_type [1/2]

◆ alarm_type [2/2]

◆ GTime_type [1/2]

◆ GTime_type [2/2]

◆ internal_alarm_type [1/2]

◆ internal_alarm_type [2/2]

◆ internal_message_type [1/2]

◆ internal_message_type [2/2]

◆ message_type [1/2]

◆ message_type [2/2]

◆ severity_type [1/2]

◆ severity_type [2/2]

◆ struct_desc_type [1/2]

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

◆ struct_desc_type [2/2]

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

◆ struct_id_type [1/2]

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

◆ struct_id_type [2/2]

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

◆ struct_name_type [1/2]

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

◆ struct_name_type [2/2]

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

Member Function Documentation

◆ FrameSpecDescription() [1/2]

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

Return the dictionary name of the structure.

◆ FrameSpecDescription() [2/2]

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

Return the dictionary name of the structure.

◆ FrameSpecId() [1/2]

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

Return the dictionary name of the structure.

◆ FrameSpecId() [2/2]

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

Return the dictionary name of the structure.

◆ FrameSpecName() [1/2]

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

◆ FrameSpecName() [2/2]

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

◆ GetAlarm() [1/2]

const alarm_type & FrameCPP::v5::FrMsgData::GetAlarm ( ) const
inlineinherited

◆ GetAlarm() [2/2]

const alarm_type & FrameCPP::v5::FrMsgData::GetAlarm ( ) const
inlineinherited

◆ GetGTime() [1/2]

GTime_type FrameCPP::v5::FrMsgData::GetGTime ( ) const
inlineinherited

◆ GetGTime() [2/2]

GTime_type FrameCPP::v5::FrMsgData::GetGTime ( ) const
inlineinherited

◆ GetMessage() [1/2]

const message_type & FrameCPP::v5::FrMsgData::GetMessage ( ) const
inlineinherited

◆ GetMessage() [2/2]

const message_type & FrameCPP::v5::FrMsgData::GetMessage ( ) const
inlineinherited

◆ GetSeverity() [1/2]

severity_type FrameCPP::v5::FrMsgData::GetSeverity ( ) const
inlineinherited

◆ GetSeverity() [2/2]

severity_type FrameCPP::v5::FrMsgData::GetSeverity ( ) const
inlineinherited

◆ operator==() [1/2]

bool FrameCPP::v5::FrMsgData::operator== ( const FrMsgData & RHS) const
inlineinherited

equality operator

Parameters
[in]RHSThe fr_msg_data_type object to be compared.
Returns
The value true is returned if this object is equivelent to the RHS instance; false otherwise.

◆ operator==() [2/2]

bool FrameCPP::v5::FrMsgData::operator== ( const FrMsgData & RHS) const
inlineinherited

equality operator

Parameters
[in]RHSThe fr_msg_data_type object to be compared.
Returns
The value true is returned if this object is equivelent to the RHS instance; false otherwise.

◆ SetAlarm() [1/2]

void FrameCPP::v5::FrMsgData::SetAlarm ( const alarm_type & Value)
inlineinherited

◆ SetAlarm() [2/2]

void FrameCPP::v5::FrMsgData::SetAlarm ( const alarm_type & Value)
inlineinherited

◆ SetGTime() [1/2]

void FrameCPP::v5::FrMsgData::SetGTime ( GTime_type Value)
inlineinherited

◆ SetGTime() [2/2]

void FrameCPP::v5::FrMsgData::SetGTime ( GTime_type Value)
inlineinherited

◆ SetMessage() [1/2]

void FrameCPP::v5::FrMsgData::SetMessage ( const message_type & Value)
inlineinherited

◆ SetMessage() [2/2]

void FrameCPP::v5::FrMsgData::SetMessage ( const message_type & Value)
inlineinherited

◆ SetSeverity() [1/2]

void FrameCPP::v5::FrMsgData::SetSeverity ( severity_type Value)
inlineinherited

◆ SetSeverity() [2/2]

void FrameCPP::v5::FrMsgData::SetSeverity ( severity_type Value)
inlineinherited

◆ StructName() [1/2]

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

◆ StructName() [2/2]

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

Member Data Documentation

◆ alarm

alarm_type FrameCPP::v5::FrMsgData::alarm
protectedinherited

Name of message, error flag or alarm state.

◆ GTime

GTime_type FrameCPP::v5::FrMsgData::GTime
protectedinherited

GPS time coresponding to this FrMsg.

◆ message

message_type FrameCPP::v5::FrMsgData::message
protectedinherited

Message body.

◆ severity

severity_type FrameCPP::v5::FrMsgData::severity
protectedinherited

Message severity level (To Be Defined)

◆ struct_desc

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

◆ struct_id

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

◆ struct_name

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

The documentation for this class was generated from the following files:
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/build/include/framecpp/Version9/impl/FrMsgData.hh
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/src/Version9/impl/FrMsgData.hh