ldas-tools-framecpp 2.7.0
|
Raw Data Structgure Definition. More...
#include <FrRawData.hh>
Inherits FrameCPP::Version_8::ObjectWithChecksum< ObjectType >, and FrameCPP::Version_8::ObjectWithChecksum< ObjectType >.
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. | |
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. | |
Raw Data Structgure Definition.
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 ) |
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 ) |
|
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. |
|
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. |
|
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, checksum_type >.
|
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, checksum_type >.
|
protectedvirtual |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, checksum_type >.
|
protectedvirtual |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, checksum_type >.
|
inlinestatic |
Promote previous version of object to this version.
[in] | Source | The frame specification version of the object. |
[in] | Obj | The previous version of the object. |
[in] | Stream | Stream from which the origional object was created. |
|
static |
Promote previous version of object to this version.
[in] | Source | The frame specification version of the object. |
[in] | Obj | The previous version of the object. |
[in] | Stream | Stream from which the origional object was created. |
|
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, checksum_type >.
|
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, checksum_type >.
|
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.