Class Index | Cross Index | Namespace Index |
Contained in: FrameCPP::Version_6
Derived from:
FrameCPP::Version_6::FrBase
Derived by:
none
#include "../../../../../lib/framecpp/src/Version6/FrMsg.hh"
public function member index: |
|||
FrMsg | (); | Default constructor | |
FrMsg | (const FrMsg& Source); | ||
FrMsg | (const std::string& Alarm, const std::string& Message, INT_4U Severity, const GPSTime& GTime); | ||
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
const std::string& | GetAlarm | () const; | Accessors |
const GPSTime& | GetGTime | () const; | |
const std::string& | GetMessage | () const; | |
const INT_4U | GetSeverity | () const; | |
FrMsg& | Merge | (const FrMsg& RHS); | Merge with another FrAdcData |
static FrMsg* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
virtual void | Write | (OFrameStream& Stream) const; | Write the structure to the stream |
virtual void | WriteDescription | (OFrameStream& Stream) const; | Write the structure description to the stream |
inline const std::string& | getAlarm | () const; | |
const GPSTime& | getGTime | () const; | |
inline const std::string& | getMessage | () const; | |
inline const INT_4U | getSeverity | () const; | |
static const CHAR* | getStaticName | (); | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | |