ldas-tools-framecpp 2.7.0
|
Raw Data Structgure Definition. More...
#include <FrRawData.hh>
Classes | |
struct | fr_raw_data_type |
Public Member Functions | |
FrRawData () | |
Default constructor. | |
FrRawData (const FrRawData &rawData) | |
Copy Constructor. | |
FrRawData (const std::string &name) | |
Constructor. | |
FrRawData (Previous::FrRawData &Source, Common::IStream *Stream) | |
Promotion Constructor. | |
~FrRawData () | |
Destructor. | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. | |
const std::string & | GetName () const |
Return the name associate with the FrRawData structure. | |
const firstSer_type & | RefFirstSer () const |
Identifier for first serial data structure. | |
firstSer_type & | RefFirstSer () |
Identifier for first serial data structure. | |
const firstAdc_type & | RefFirstAdc () const |
Identifier for first ADC data structure. | |
firstAdc_type & | RefFirstAdc () |
Identifier for first ADC data structure. | |
const firstTable_type & | RefFirstTable () const |
Identifier for first table data structure. | |
firstTable_type & | RefFirstTable () |
Identifier for first table data structure. | |
const logMsg_type & | RefLogMsg () const |
Identifier for first error message data structure. | |
logMsg_type & | RefLogMsg () |
Identifier for first error message data structure. | |
const more_type & | RefMore () const |
Identifier for additional user-defined data structure. | |
more_type & | RefMore () |
Identifier for additional user-defined data structure. | |
bool | operator== (const FrRawData &RHS) const |
equality operator | |
virtual bool | operator== (const Common::FrameSpec::Object &RHS) const |
equality operator for abstract data type | |
FrRawData () | |
Default constructor. | |
FrRawData (const FrRawData &rawData) | |
Copy Constructor. | |
FrRawData (const std::string &name) | |
Constructor. | |
FrRawData (Previous::FrRawData &Source, Common::IStream *Stream) | |
Promotion Constructor. | |
~FrRawData () | |
Destructor. | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. | |
const std::string & | GetName () const |
Return the name associate with the FrRawData structure. | |
const firstSer_type & | RefFirstSer () const |
Identifier for first serial data structure. | |
firstSer_type & | RefFirstSer () |
Identifier for first serial data structure. | |
const firstAdc_type & | RefFirstAdc () const |
Identifier for first ADC data structure. | |
firstAdc_type & | RefFirstAdc () |
Identifier for first ADC data structure. | |
const firstTable_type & | RefFirstTable () const |
Identifier for first table data structure. | |
firstTable_type & | RefFirstTable () |
Identifier for first table data structure. | |
const logMsg_type & | RefLogMsg () const |
Identifier for first error message data structure. | |
logMsg_type & | RefLogMsg () |
Identifier for first error message data structure. | |
const more_type & | RefMore () const |
Identifier for additional user-defined data structure. | |
more_type & | RefMore () |
Identifier for additional user-defined data structure. | |
bool | operator== (const FrRawData &RHS) const |
equality operator | |
virtual bool | operator== (const Common::FrameSpec::Object &RHS) const |
equality operator for abstract data type | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. | |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. | |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
Static Public Member Functions | |
static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, Common::IStream *Stream) |
Promote previous version of object to this version. | |
static const char * | StructName () |
The name structure name of this object. | |
static const Common::Description * | StructDescription () |
The description of structure. | |
static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, Common::IStream *Stream) |
Promote previous version of object to this version. | |
static const char * | StructName () |
The name structure name of this object. | |
static const Common::Description * | StructDescription () |
The description of structure. | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. | |
Static Public Attributes | |
static const Common::FrameSpec::Info::frame_object_types | CLASS_ID |
Protected Member Functions | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, Common::IStream *Stream) const |
Demotes object to previous version of the frame spec. | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
Promotes object to another version of the frame spec. | |
virtual cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. | |
virtual FrRawData * | pCreate (Common::IStream &Stream) const |
Virtual constructor. | |
virtual void | pWrite (Common::OStream &Stream) const |
Write the structure to the stream. | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, Common::IStream *Stream) const |
Demotes object to previous version of the frame spec. | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, Common::IStream *Stream) const |
Promotes object to another version of the frame spec. | |
virtual cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. | |
virtual FrRawData * | pCreate (Common::IStream &Stream) const |
Virtual constructor. | |
virtual void | pWrite (Common::OStream &Stream) const |
Write the structure to the stream. | |
Private Types | |
typedef ObjectWithChecksum< Common::FrameSpec::Object > | object_type |
typedef ObjectWithChecksum< Common::FrameSpec::Object > | object_type |
typedef Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type > | object_base_type |
typedef Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type > | object_base_type |
Private Member Functions | |
FrRawData (Common::IStream &Stream) | |
Stream Constructor. | |
FrRawData (const Previous::FrRawData &Source) | |
Promotion Constructor. | |
FrRawData (Common::IStream &Stream) | |
Stream Constructor. | |
FrRawData (const Previous::FrRawData &Source) | |
Promotion Constructor. | |
virtual Object * | Create () const |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual | |
virtual Object * | Create () const |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual | |
Private Attributes | |
fr_raw_data_type | m_data |
ChecksumType | m_chkSum |
Structure checksum. | |
Raw Data Structgure Definition.
typedef firstAdc_type::const_hash_iterator FrameCPP::Version_8::FrRawData::const_firstAdc_hash_iterator |
typedef firstAdc_type::const_hash_iterator FrameCPP::Version_8::FrRawData::const_firstAdc_hash_iterator |
typedef firstAdc_type::const_iterator FrameCPP::Version_8::FrRawData::const_firstAdc_iterator |
typedef firstAdc_type::const_iterator FrameCPP::Version_8::FrRawData::const_firstAdc_iterator |
typedef firstSer_type::const_hash_iterator FrameCPP::Version_8::FrRawData::const_firstSer_hash_iterator |
typedef firstSer_type::const_hash_iterator FrameCPP::Version_8::FrRawData::const_firstSer_hash_iterator |
typedef firstSer_type::const_iterator FrameCPP::Version_8::FrRawData::const_firstSer_iterator |
typedef firstSer_type::const_iterator FrameCPP::Version_8::FrRawData::const_firstSer_iterator |
typedef firstTable_type::const_hash_iterator FrameCPP::Version_8::FrRawData::const_firstTable_hash_iterator |
typedef firstTable_type::const_hash_iterator FrameCPP::Version_8::FrRawData::const_firstTable_hash_iterator |
typedef firstTable_type::const_iterator FrameCPP::Version_8::FrRawData::const_firstTable_iterator |
typedef firstTable_type::const_iterator FrameCPP::Version_8::FrRawData::const_firstTable_iterator |
typedef logMsg_type::const_hash_iterator FrameCPP::Version_8::FrRawData::const_logMsg_hash_iterator |
typedef logMsg_type::const_hash_iterator FrameCPP::Version_8::FrRawData::const_logMsg_hash_iterator |
typedef logMsg_type::const_iterator FrameCPP::Version_8::FrRawData::const_logMsg_iterator |
typedef logMsg_type::const_iterator FrameCPP::Version_8::FrRawData::const_logMsg_iterator |
typedef more_type::const_hash_iterator FrameCPP::Version_8::FrRawData::const_more_hash_iterator |
typedef more_type::const_hash_iterator FrameCPP::Version_8::FrRawData::const_more_hash_iterator |
typedef more_type::const_iterator FrameCPP::Version_8::FrRawData::const_more_iterator |
typedef more_type::const_iterator FrameCPP::Version_8::FrRawData::const_more_iterator |
typedef firstAdc_type::hash_iterator FrameCPP::Version_8::FrRawData::firstAdc_hash_iterator |
typedef firstAdc_type::hash_iterator FrameCPP::Version_8::FrRawData::firstAdc_hash_iterator |
typedef firstAdc_type::iterator FrameCPP::Version_8::FrRawData::firstAdc_iterator |
typedef firstAdc_type::iterator FrameCPP::Version_8::FrRawData::firstAdc_iterator |
typedef Common::SearchContainer< FrAdcData, &FrAdcData::GetNameSlow > FrameCPP::Version_8::FrRawData::firstAdc_type |
typedef Common::SearchContainer< FrAdcData, &FrAdcData::GetNameSlow > FrameCPP::Version_8::FrRawData::firstAdc_type |
typedef firstSer_type::hash_iterator FrameCPP::Version_8::FrRawData::firstSer_hash_iterator |
typedef firstSer_type::hash_iterator FrameCPP::Version_8::FrRawData::firstSer_hash_iterator |
typedef firstSer_type::iterator FrameCPP::Version_8::FrRawData::firstSer_iterator |
typedef firstSer_type::iterator FrameCPP::Version_8::FrRawData::firstSer_iterator |
typedef Common::SearchContainer< FrSerData, &FrSerData::GetName > FrameCPP::Version_8::FrRawData::firstSer_type |
typedef Common::SearchContainer< FrSerData, &FrSerData::GetName > FrameCPP::Version_8::FrRawData::firstSer_type |
typedef firstTable_type::hash_iterator FrameCPP::Version_8::FrRawData::firstTable_hash_iterator |
typedef firstTable_type::hash_iterator FrameCPP::Version_8::FrRawData::firstTable_hash_iterator |
typedef firstTable_type::iterator FrameCPP::Version_8::FrRawData::firstTable_iterator |
typedef firstTable_type::iterator FrameCPP::Version_8::FrRawData::firstTable_iterator |
typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlow > FrameCPP::Version_8::FrRawData::firstTable_type |
typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlow > FrameCPP::Version_8::FrRawData::firstTable_type |
|
inherited |
|
inherited |
typedef logMsg_type::hash_iterator FrameCPP::Version_8::FrRawData::logMsg_hash_iterator |
typedef logMsg_type::hash_iterator FrameCPP::Version_8::FrRawData::logMsg_hash_iterator |
typedef logMsg_type::iterator FrameCPP::Version_8::FrRawData::logMsg_iterator |
typedef logMsg_type::iterator FrameCPP::Version_8::FrRawData::logMsg_iterator |
typedef Common::SearchContainer< FrMsg, &FrMsg::GetAlarm > FrameCPP::Version_8::FrRawData::logMsg_type |
typedef Common::SearchContainer< FrMsg, &FrMsg::GetAlarm > FrameCPP::Version_8::FrRawData::logMsg_type |
typedef more_type::hash_iterator FrameCPP::Version_8::FrRawData::more_hash_iterator |
typedef more_type::hash_iterator FrameCPP::Version_8::FrRawData::more_hash_iterator |
typedef more_type::iterator FrameCPP::Version_8::FrRawData::more_iterator |
typedef more_type::iterator FrameCPP::Version_8::FrRawData::more_iterator |
typedef Common::SearchContainer< FrVect, &FrVect::GetName > FrameCPP::Version_8::FrRawData::more_type |
typedef Common::SearchContainer< FrVect, &FrVect::GetName > FrameCPP::Version_8::FrRawData::more_type |
|
privateinherited |
|
privateinherited |
|
private |
|
private |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
FrRawData::FrRawData | ( | ) |
Default constructor.
FrRawData::FrRawData | ( | const FrRawData & | rawData | ) |
Copy Constructor.
[in] | rawData | The object from which to copy the information. |
FrRawData::FrRawData | ( | const std::string & | name | ) |
Constructor.
[in] | name | Namne of raw data. |
FrRawData::FrRawData | ( | Previous::FrRawData & | Source, |
Common::IStream * | Stream | ||
) |
FrRawData::~FrRawData | ( | ) |
Destructor.
|
private |
Stream Constructor.
[in] | Stream | The stream from which the object is being read. |
|
private |
FrameCPP::Version_8::FrRawData::FrRawData | ( | ) |
Default constructor.
FrameCPP::Version_8::FrRawData::FrRawData | ( | const FrRawData & | rawData | ) |
Copy Constructor.
[in] | rawData | The object from which to copy the information. |
FrameCPP::Version_8::FrRawData::FrRawData | ( | const std::string & | name | ) |
Constructor.
[in] | name | Namne of raw data. |
FrameCPP::Version_8::FrRawData::FrRawData | ( | Previous::FrRawData & | Source, |
Common::IStream * | Stream | ||
) |
FrameCPP::Version_8::FrRawData::~FrRawData | ( | ) |
Destructor.
|
private |
Stream Constructor.
[in] | Stream | The stream from which the object is being read. |
|
private |
|
virtualinherited |
Return the number of bytes for this object.
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
virtualinherited |
Return the number of bytes for this object.
[in] | Stream | Stream characteristics used to determine the number of bytes needed to format the object for the Stream. |
|
staticinherited |
Data class to be used in class field of FrSE.
|
staticinherited |
Data class to be used in class field of FrSE.
|
staticinherited |
Comment to be used in comment field of FrSE.
|
staticinherited |
Comment to be used in comment field of FrSE.
|
inlineprivatevirtualinherited |
Reimplemented in FrameCPP::Version_8::FrTOC, and FrameCPP::Version_8::FrTOC.
|
inlineprivatevirtualinherited |
Reimplemented in FrameCPP::Version_8::FrTOC, and FrameCPP::Version_8::FrTOC.
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
|
inlineprivatevirtualinherited |
constructor - virtual
|
inlineprivatevirtualinherited |
constructor - virtual
|
protectedvirtual |
Demotes object to previous version of the frame spec.
[in] | Target | The version of the frame specification to demote too. |
[in] | Obj | The version of the object to demote. |
[in] | Stream | The input stream from which the original object was read. |
|
protectedvirtual |
Demotes object to previous version of the frame spec.
[in] | Target | The version of the frame specification to demote too. |
[in] | Obj | The version of the object to demote. |
[in] | Stream | The input stream from which the original object was read. |
const std::string & FrRawData::GetName | ( | ) | const |
const std::string & FrameCPP::Version_8::FrRawData::GetName | ( | ) | const |
|
virtual |
The name structure name of this object.
|
virtual |
The name structure name of this object.
|
virtual |
equality operator for abstract data type
[in] | RHS | The object to be compared. |
comparison operator
|
virtual |
equality operator for abstract data type
[in] | RHS | The object to be compared. |
comparison operator
|
inline |
equality operator
[in] | RHS | The FrRawData object to be compared. |
bool FrameCPP::Version_8::FrRawData::operator== | ( | const FrRawData & | RHS | ) | const |
equality operator
[in] | RHS | The FrRawData object to be compared. |
|
protectedvirtual |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
protectedvirtual |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
protectedvirtual |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
protectedvirtual |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlinestatic |
|
static |
|
protectedvirtual |
Promotes object to another version of the frame spec.
[in] | Target | The version of the promoted frame specification. |
[in] | Obj | The object to be promoted. |
[in] | Stream | The input stream from which the original object was read. |
|
protectedvirtual |
Promotes object to another version of the frame spec.
[in] | Target | The version of the promoted frame specification. |
[in] | Obj | The object to be promoted. |
[in] | Stream | The input stream from which the original object was read. |
|
protectedvirtual |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
protectedvirtual |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inline |
Identifier for first ADC data structure.
firstAdc_type & FrameCPP::Version_8::FrRawData::RefFirstAdc | ( | ) |
Identifier for first ADC data structure.
|
inline |
Identifier for first ADC data structure.
const firstAdc_type & FrameCPP::Version_8::FrRawData::RefFirstAdc | ( | ) | const |
Identifier for first ADC data structure.
|
inline |
Identifier for first serial data structure.
firstSer_type & FrameCPP::Version_8::FrRawData::RefFirstSer | ( | ) |
Identifier for first serial data structure.
|
inline |
Identifier for first serial data structure.
const firstSer_type & FrameCPP::Version_8::FrRawData::RefFirstSer | ( | ) | const |
Identifier for first serial data structure.
|
inline |
Identifier for first table data structure.
firstTable_type & FrameCPP::Version_8::FrRawData::RefFirstTable | ( | ) |
Identifier for first table data structure.
|
inline |
Identifier for first table data structure.
const firstTable_type & FrameCPP::Version_8::FrRawData::RefFirstTable | ( | ) | const |
Identifier for first table data structure.
|
inline |
Identifier for first error message data structure.
logMsg_type & FrameCPP::Version_8::FrRawData::RefLogMsg | ( | ) |
Identifier for first error message data structure.
|
inline |
Identifier for first error message data structure.
const logMsg_type & FrameCPP::Version_8::FrRawData::RefLogMsg | ( | ) | const |
Identifier for first error message data structure.
|
inline |
Identifier for additional user-defined data structure.
more_type & FrameCPP::Version_8::FrRawData::RefMore | ( | ) |
Identifier for additional user-defined data structure.
|
inline |
Identifier for additional user-defined data structure.
const more_type & FrameCPP::Version_8::FrRawData::RefMore | ( | ) | const |
Identifier for additional user-defined data structure.
|
static |
The description of structure.
|
static |
The description of structure.
|
inlinestatic |
The name structure name of this object.
|
static |
The name structure name of this object.
|
virtualinherited |
Write object to the stream.
|
virtualinherited |
Write object to the stream.
|
static |
|
privateinherited |
Structure checksum.
The checksum for the structure when the structure is contained in a stream.
|
private |