|
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_HISTORY_NAME_TYPE | name_type |
| typedef FR_HISTORY_TIME_TYPE | time_type |
| typedef FR_HISTORY_COMMENT_TYPE | comment_type |
| typedef FR_MSG_ALARM_TYPE | alarm_type |
| typedef FR_MSG_MESSAGE_TYPE | message_type |
| typedef FR_MSG_SEVERITY_TYPE | severity_type |
Public Member Functions | |
| const alarm_type & | GetAlarm () const |
| const message_type & | GetMessage () const |
| severity_type | GetSeverity () const |
| void | SetAlarm (const alarm_type &Value) |
| void | SetMessage (const message_type &Value) |
| void | SetSeverity (severity_type Value) |
| const name_type & | GetName () const |
| const comment_type & | GetComment () const |
| time_type | GetTime () const |
| void | SetName (const name_type &Value) |
| void | SetComment (const comment_type &Value) |
| void | SetTime (time_type Value) |
| const alarm_type & | GetAlarm () const |
| const message_type & | GetMessage () const |
| severity_type | GetSeverity () const |
| void | SetAlarm (const alarm_type &Value) |
| void | SetMessage (const message_type &Value) |
| void | SetSeverity (severity_type Value) |
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). | |
| name_type | name |
| Name of history record. | |
| time_type | time |
| Time of post-processing. | |
| comment_type | comment |
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Name of message, error flag or alarm state.
|
protected |
Program name and releant comments needed to define post-processing
|
protected |
Message body.
|
protected |
Name of history record.
|
protected |
Message severity level (To Be Defined).
|
protected |
Time of post-processing.