Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::FrRawData


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);
 

Description:



Function Member Descriptions:


FrameCPP::Version_6::FrRawData::FrRawData - Default constructor


FrRawData();



FrameCPP::Version_6::FrRawData::FrRawData


FrRawData(const FrRawData& rawData);



FrameCPP::Version_6::FrRawData::FrRawData


FrRawData(const std::string& name);



FrameCPP::Version_6::FrRawData::~FrRawData


~FrRawData();



FrameCPP::Version_6::FrRawData::Bytes - Number of bytes needed to write this structure


INT_8U Bytes() const;



FrameCPP::Version_6::FrRawData::GetName


const std::string& GetName() const;



FrameCPP::Version_6::FrRawData::ReadDynamic - Read the structure from stream


static FrRawData* ReadDynamic(IFrameStream& Stream, const FrBase& Base);



FrameCPP::Version_6::FrRawData::RefFirstAdc


const firstAdc_type& RefFirstAdc() const;



FrameCPP::Version_6::FrRawData::RefFirstAdc


firstAdc_type& RefFirstAdc();



FrameCPP::Version_6::FrRawData::RefFirstSer


const firstSer_type& RefFirstSer() const;



FrameCPP::Version_6::FrRawData::RefFirstSer


firstSer_type& RefFirstSer();



FrameCPP::Version_6::FrRawData::RefFirstTable


const firstTable_type& RefFirstTable() const;



FrameCPP::Version_6::FrRawData::RefFirstTable


firstTable_type& RefFirstTable();



FrameCPP::Version_6::FrRawData::RefLogMsg


const logMsg_type& RefLogMsg() const;



FrameCPP::Version_6::FrRawData::RefLogMsg


logMsg_type& RefLogMsg();



FrameCPP::Version_6::FrRawData::RefMore


const more_type& RefMore() const;



FrameCPP::Version_6::FrRawData::RefMore


more_type& RefMore();



FrameCPP::Version_6::FrRawData::Write - Write the structure to the stream


virtual void Write(OFrameStream& Stream) const;



FrameCPP::Version_6::FrRawData::WriteDescription - Write the structure description to the stream


virtual void WriteDescription(OFrameStream& Stream) const;



FrameCPP::Version_6::FrRawData::getName


const std::string& getName() const;



FrameCPP::Version_6::FrRawData::getStaticName


static const CHAR* getStaticName();



FrameCPP::Version_6::FrRawData::read


void read(IFrameStream& Stream);



FrameCPP::Version_6::FrRawData::refAdc


AdcDataContainer& refAdc();



FrameCPP::Version_6::FrRawData::refAdc


const AdcDataContainer& refAdc() const;



FrameCPP::Version_6::FrRawData::refMore


MoreContainer& refMore();



FrameCPP::Version_6::FrRawData::refMore


const MoreContainer& refMore() const;



FrameCPP::Version_6::FrRawData::refMsg


MsgContainer& refMsg();



FrameCPP::Version_6::FrRawData::refMsg


const MsgContainer& refMsg() const;



FrameCPP::Version_6::FrRawData::refSerial


SerDataContainer& refSerial();



FrameCPP::Version_6::FrRawData::refSerial


const SerDataContainer& refSerial() const;



FrameCPP::Version_6::FrRawData::refTable


TableContainer& refTable();



FrameCPP::Version_6::FrRawData::refTable


const TableContainer& refTable() const;