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/FrRawData.hh"
public function member index: |
|||
FrRawData | (); | Default constructor | |
FrRawData | (const FrRawData& rawData); | ||
FrRawData | (const std::string& name); | ||
~FrRawData | (); | ||
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
const std::string& | GetName | () const; | |
static FrRawData* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
const firstAdc_type& | RefFirstAdc | () const; | |
firstAdc_type& | RefFirstAdc | (); | |
const firstSer_type& | RefFirstSer | () const; | |
firstSer_type& | RefFirstSer | (); | |
const firstTable_type& | RefFirstTable | () const; | |
firstTable_type& | RefFirstTable | (); | |
const logMsg_type& | RefLogMsg | () const; | |
logMsg_type& | RefLogMsg | (); | |
const more_type& | RefMore | () const; | |
more_type& | RefMore | (); | |
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 |
const std::string& | getName | () const; | |
static const CHAR* | getStaticName | (); | |
AdcDataContainer& | refAdc | (); | |
const AdcDataContainer& | refAdc | () const; | |
MoreContainer& | refMore | (); | |
const MoreContainer& | refMore | () const; | |
MsgContainer& | refMsg | (); | |
const MsgContainer& | refMsg | () const; | |
SerDataContainer& | refSerial | (); | |
const SerDataContainer& | refSerial | () const; | |
TableContainer& | refTable | (); | |
const TableContainer& | refTable | () const; | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | |