|
ldas-tools-framecpp 3.0.4
|
Storage space for FrMsg information. More...
#include <FrMsg.hh>

Public Types | |
| typedef FR_MSG_ALARM_TYPE | alarm_type |
| typedef FR_MSG_MESSAGE_TYPE | message_type |
| typedef FR_MSG_SEVERITY_TYPE | severity_type |
| typedef FR_MSG_GTIME_TYPE | GTime_type |
| typedef FR_MSG_ALARM_TYPE | alarm_type |
| typedef FR_MSG_MESSAGE_TYPE | message_type |
| typedef FR_MSG_SEVERITY_TYPE | severity_type |
| typedef FR_MSG_GTIME_TYPE | GTime_type |
Public Member Functions | |
| const alarm_type & | GetAlarm () const |
| const message_type & | GetMessage () const |
| severity_type | GetSeverity () const |
| GTime_type | GetGTime () const |
| void | SetAlarm (const alarm_type &Value) |
| void | SetMessage (const message_type &Value) |
| void | SetSeverity (severity_type Value) |
| void | SetGTime (GTime_type Value) |
| bool | operator== (const FrMsgData &RHS) const |
| equality operator | |
| const alarm_type & | GetAlarm () const |
| const message_type & | GetMessage () const |
| severity_type | GetSeverity () const |
| GTime_type | GetGTime () const |
| void | SetAlarm (const alarm_type &Value) |
| void | SetMessage (const message_type &Value) |
| void | SetSeverity (severity_type Value) |
| void | SetGTime (GTime_type Value) |
| bool | operator== (const FrMsgData &RHS) const |
| equality operator | |
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. | |
Storage space for FrMsg information.
This stores information about an FrMsg element that needs to persist beyond an I/O operation
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
equality operator
| [in] | RHS | The fr_msg_data_type object to be compared. |
|
inline |
equality operator
| [in] | RHS | The fr_msg_data_type object to be compared. |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Name of message, error flag or alarm state.
|
protected |
GPS time coresponding to this FrMsg.
|
protected |
Message body.
|
protected |
Message severity level (To Be Defined)