Vector Data Structure Definition. More...
#include <FrVect.hh>


Public Member Functions | |
| const name_type & | GetName () const |
| Retrieve the name of message, error flag, or alarm state. | |
| FrVect () | |
| Default constructor. | |
| FrVect (const FrVect &vect) | |
| Copy Constructor. | |
| FrVect (const std::string &name, type_type type, nDim_type nDim, const Dimension *dims, const byte_order_type byte_order=BYTE_ORDER_HOST, const void *data=0, const std::string &unitY="") | |
| Constructor. | |
| FrVect (const std::string &name, compress_type Compress, type_type type, nDim_type nDim, const Dimension *dims, nData_type NData, nBytes_type NBytes, data_type Data, const std::string &unitY="") | |
| FrVect (const std::string &Name, type_type Type, nDim_type NDim, const Dimension *Dims, const std::string &UnitY) | |
| Constructor. | |
| template<class T> | |
| FrVect (const std::string &name, nDim_type nDim=1, const Dimension *dims=0, const T *data=0, const std::string &unitY="") | |
| template<class T> | |
| FrVect (const std::string &name, nDim_type nDim=1, const Dimension *dims=0, T *data=0, const std::string &unitY="") | |
| FrVect (const Previous::FrVect &Source, stream_base_type *Stream) | |
| Promotion Constructor. | |
| virtual | ~FrVect () |
| Destructor. | |
| subfrvect_type | SubFrVect (INT_4U Start, INT_4U Stop) const |
| Request a subset of the data. | |
| bool | operator== (const FrVect &RHS) const |
| equality operator | |
| bool | operator!= (const FrVect &RHS) const |
| inequality operator | |
| FrVect & | operator+= (const FrVect &RHS) |
| Concatinate with another FrAdcData. | |
| FrVect & | Merge (const FrVect &RHS) |
| Merge with another FrAdcData. | |
| const name_type & | GetName () const |
| Retrieve the name of message, error flag, or alarm state. | |
| FrVect () | |
| Default constructor. | |
| FrVect (const FrVect &vect) | |
| Copy Constructor. | |
| FrVect (const std::string &name, type_type type, nDim_type nDim, const Dimension *dims, const byte_order_type byte_order=BYTE_ORDER_HOST, const void *data=0, const std::string &unitY="") | |
| Constructor. | |
| FrVect (const std::string &name, compress_type Compress, type_type type, nDim_type nDim, const Dimension *dims, nData_type NData, nBytes_type NBytes, data_type Data, const std::string &unitY="") | |
| FrVect (const std::string &Name, type_type Type, nDim_type NDim, const Dimension *Dims, const std::string &UnitY) | |
| Constructor. | |
| template<class T> | |
| FrVect (const std::string &name, nDim_type nDim=1, const Dimension *dims=0, const T *data=0, const std::string &unitY="") | |
| template<class T> | |
| FrVect (const std::string &name, nDim_type nDim=1, const Dimension *dims=0, T *data=0, const std::string &unitY="") | |
| FrVect (const Previous::FrVect &Source, stream_base_type *Stream) | |
| Promotion Constructor. | |
| virtual | ~FrVect () |
| Destructor. | |
| subfrvect_type | SubFrVect (INT_4U Start, INT_4U Stop) const |
| Request a subset of the data. | |
| bool | operator== (const FrVect &RHS) const |
| equality operator | |
| bool | operator!= (const FrVect &RHS) const |
| inequality operator | |
| FrVect & | operator+= (const FrVect &RHS) |
| Concatinate with another FrAdcData. | |
| FrVect & | Merge (const FrVect &RHS) |
| Merge with another FrAdcData. | |
| bool | operator== (const Common::FrameSpec::Object &Obj) const |
| virtual streamsize_type | Bytes (const StreamBase &Stream) const |
| Return the number of bytes for this object. | |
| virtual Common::FrameSpec::Object * | CloneCompressed (cmn_compression_scheme_type Scheme, cmn_compression_level_type Level) const |
| virtual Common::FrameSpec::Object * | CloneCompressed (cmn_compression_scheme_type Scheme, cmn_compression_level_type Level) const |
| 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. | |
| virtual Compression::compression_base_type | Compression () const |
| virtual void | CompressData (INT_4U Scheme, INT_2U Level) |
| compress_type | GetCompress () const |
| Retrieve the compression algorithm number. | |
| type_type | GetType () const |
| Retrieve the vector class. | |
| size_t | GetTypeSize () const |
| nBytes_type | GetNBytes () const |
| Retrieve the number of bytes in the compressed vector. | |
| nData_type | GetNData () const |
| Retrieve the number of sample elements in data series. | |
| nData_type | GetNDataValid () const |
| Retrieve the number of sample elements in data valid series. | |
| nBytes_type | GetNDataValidBytes () const |
| Retrieve the number of bytes in the compressed dataValid vector. | |
| data_type | GetData () const |
| Retrieve the pointer to the data. | |
| data_valid_type | GetDataValid () |
| Retrieve the pointer to the data. | |
| data_valid_type | GetDataValidRaw () |
| Retrieve the pointer to the data. | |
| const CHAR_U * | GetDataValidUncompressed (data_valid_type &Expanded) |
| Retrieve the pointer to the data. | |
| compress_type | GetDataValidCompress () const |
| Retrieve the dataValid compression algorithm number. | |
| data_type | GetDataRaw () const |
| Retrieve the pointer to the compressed data. | |
| data_type | GetDataRaw () |
| Retrieve the pointer to the compressed data. | |
| data_type | GetDataUncompressed () |
| Retrieve the pointer to the uncompressed data. | |
| const CHAR_U * | GetDataUncompressed (data_type &Expanded) const |
| Retrieve the pointer to the uncompressed data. | |
| nDim_type | GetNDim () const |
| Retrieve the number of dimensions. | |
| const Dimension & | GetDim (nDim_type Offset) const |
| Retrieve the Nth dimension. | |
| Dimension & | GetDim (nDim_type Offset) |
| Retrieve the Nth dimension. | |
| dimension_container_type & | GetDims () |
| Retrieve all the dimension information. | |
| const unit_y_type & | GetUnitY () const |
| Retrieve the description of how to interpret each element. | |
| void | Compress (compression_scheme_type Scheme, int Level) |
| void | Uncompress () |
| Expand compressed data. | |
| void | MimeData (const std::string &MimeType, void *Data, nBytes_type DataSize) |
| Set the current FrVect with the MIME data. | |
| void | SetName (const name_type &Name) |
| Establish the channel name. | |
| void | SetUnitY (const unit_y_type &UnitY) |
| Set the description of how to interpret each element. | |
| void | SetNData (nData_type NData) |
| void | SetDataValid (const CHAR_U *DataValid, n_data_valid_type NDataValid, data_valid_comp_scheme_type Compression=RAW) |
| Store data valid information. | |
Static Public Member Functions | |
| static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, promote_stream_type *Stream) |
| Promote previous version of object to this version. | |
| static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, promote_stream_type *Stream) |
| Promote previous version of object to this version. | |
| static const Common::Description * | StructDescription () |
| static const Common::Description * | StructDescription () |
| 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 data_type | DataAlloc (type_type Type, const Dimension *Dims, const nDim_type NDim=1) |
| Allocate a block of memory suitable for storing data. | |
| static data_type | DataAlloc (type_type Type, nData_type NData) |
| Allocate a block of memory suitable for storing data. | |
| static size_t | GetTypeSize (type_type Type) |
| Get size of single data point of particular size. | |
| template<class T> | |
| static type_type | GetDataType () |
| static struct_name_type | FrameSpecName () |
| static struct_name_type | StructName () |
| static struct_desc_type | FrameSpecDescription () |
| Return the dictionary name of the structure. | |
| static struct_id_type | FrameSpecId () |
| Return the dictionary name of the structure. | |
Static Public Attributes | |
| static const constexpr int | DEFAULT_GZIP_LEVEL = 6 |
| static struct_name_type | struct_name |
| static struct_desc_type | struct_desc |
| static struct_id_type | struct_id |
Protected Types | |
| typedef STRING | io_name_type |
| typedef STRING | io_name_type |
| typedef STRING | io_unit_y_type |
| typedef STRING | io_unit_y_type |
| enum | { MODE_RAW = BIGENDIAN_RAW , MODE_GZIP = BIGENDIAN_GZIP , MODE_DIFF_GZIP = BIGENDIAN_DIFF_GZIP , MODE_ZERO_SUPPRESS = BIGENDIAN_ZERO_SUPPRESS , MODE_ZSTD = BIGENDIAN_ZSTD , MODE_DIFF_ZSTD = BIGENDIAN_DIFF_GZIP } |
| enum | { MODE_BIGENDIAN = BIGENDIAN_RAW , MODE_LITTLEENDIAN = LITTLEENDIAN_RAW , MODE_HOSTENDIAN = RAW } |
| enum | { MODE_RAW = BIGENDIAN_RAW , MODE_GZIP = BIGENDIAN_GZIP , MODE_DIFF_GZIP = BIGENDIAN_DIFF_GZIP , MODE_ZERO_SUPPRESS = BIGENDIAN_ZERO_SUPPRESS , MODE_ZSTD = BIGENDIAN_ZSTD , MODE_DIFF_ZSTD = BIGENDIAN_DIFF_GZIP } |
| enum | { MODE_BIGENDIAN = BIGENDIAN_RAW , MODE_LITTLEENDIAN = LITTLEENDIAN_RAW , MODE_HOSTENDIAN = RAW } |
Protected Member Functions | |
| virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
| Verify the integrity of the object. | |
| virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
| Verify the integrity of the object. | |
| virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, demote_stream_type *Stream) const |
| Demotes object to previous version of the frame spec. | |
| virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, demote_stream_type *Stream) const |
| Demotes object to previous version of the frame spec. | |
| virtual const char * | ObjectStructName () const |
| The name structure name of this object. | |
| virtual const char * | ObjectStructName () const |
| The name structure name of this object. | |
| virtual const Common::Description * | GetDescription (ostream_type &Stream) const |
| The data structure description. | |
| virtual const Common::Description * | GetDescription (ostream_type &Stream) const |
| The data structure description. | |
| virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, promote_stream_type *Stream) const |
| Promotes object to another version of the frame spec. | |
| virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, promote_stream_type *Stream) const |
| Promotes object to another version of the frame spec. | |
| virtual FrameCPP::cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure. | |
| virtual FrameCPP::cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
| Number of bytes needed to write this structure. | |
| virtual self_type * | pCreate (istream_type &Stream) const |
| Stream constructor. | |
| virtual self_type * | pCreate (istream_type &Stream) const |
| Stream constructor. | |
| virtual void | pWrite (ostream_type &Stream) const |
| Write the structure to the stream. | |
| virtual void | pWrite (ostream_type &Stream) const |
| Write the structure to the stream. | |
| template<typename NDATA_T, typename NBYTES_T, typename DATA_T> | |
| void | compress_block (type_type BlockType, INT_4U Scheme, int Level, NDATA_T &NData, NBYTES_T &NBytes, DATA_T &Block, compress_type &CompressionScheme) |
| Compress a block data. | |
| template<typename DATA_T, typename NBYTES_T> | |
| void | uncompress_block (compress_type &CompressionScheme, NBYTES_T &NBytes, DATA_T &Block) |
| void | data_alloc (nBytes_type NBytes) |
| void | data_copy (data_const_pointer_type Data, nBytes_type NBytes) |
| void | expandToBuffer (data_type &Dest, nBytes_type &DestNBytes) const |
| void | expandToBuffer (const Compression::compress_type_mapping &CompressionMapping, const Compression::data_type_mapping &DataTypeMapping, const INT_4U DataType, const INT_8U NData, const CHAR_U *Source, const INT_8U SourceNBytes, const INT_4U SourceCompressionMode, const INT_4U SourceByteOrder, Compression::output_type &Dest, INT_8U &DestNBytes) const |
| void | compressToBuffer (const Compression::compress_type_mapping &CompressionMapping, const Compression::compress_type_reverse_mapping &CompressionReverseMapping, const Compression::data_type_mapping &DataTypeMapping, const INT_4U DataType, const INT_8U NData, const CHAR_U *Source, const INT_8U SourceNBytes, const INT_4U SourceCompressionMode, Compression::output_type &Dest, INT_8U &DestNBytes, INT_4U &DestCompressionMode, const INT_4U Level) const |
Static Protected Member Functions | |
| static FrameCPP::Compression::compress_type_mapping & | compress_type_map () |
| static FrameCPP::Compression::compress_type_reverse_mapping & | compress_type_reverse_map () |
| static FrameCPP::Compression::data_type_mapping & | data_type_map () |
Protected Attributes | |
| data_definition_type | m_data |
Private Types | |
| typedef ObjectWithChecksum< Common::FrameSpec::Object > | object_type |
| Object with checksum data. | |
| typedef ObjectWithChecksum< Common::FrameSpec::Object > | object_type |
| Object with checksum data. | |
| typedef Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type > | object_base_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 | |
| FrameCPP::cmn_streamsize_type | Bytes (const std::vector< Dimension > &Dims, const Common::StreamBase &Stream) |
| FrameCPP::cmn_streamsize_type | Bytes (const std::vector< Dimension > &Dims, const Common::StreamBase &Stream) |
| 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 | |
| void | save (Archive &ar, const unsigned int version) const |
| void | save (Archive &ar, const unsigned int version) const |
| void | load (Archive &ar, const unsigned int version) |
| void | load (Archive &ar, const unsigned int version) |
Static Private Member Functions | |
| static FrameCPP::cmn_streamsize_type | Bytes (const OBJECT_TYPE &Object, const Common::StreamBase &Stream) |
| static FrameCPP::cmn_streamsize_type | Bytes (const OBJECT_TYPE &Object, const Common::StreamBase &Stream) |
Private Attributes | |
| ChecksumType | m_chkSum |
| Structure checksum. | |
Vector Data Structure Definition.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
Object with checksum data.
|
privateinherited |
Object with checksum data.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| typedef std::unique_ptr< FrVect > FrameCPP::Version_9::FrVect::subfrvect_type |
| typedef std::unique_ptr< FrVect > FrameCPP::Version_9::FrVect::subfrvect_type |
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
| FrVect::FrVect | ( | ) |
Default constructor.
| FrVect::FrVect | ( | const FrVect & | vect | ) |
Copy Constructor.
| [in] | vect | The object from which to copy the information. |
| FrameCPP::Version_9::FrVect::FrVect | ( | const std::string & | name, |
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| const byte_order_type | byte_order = BYTE_ORDER_HOST, | ||
| const void * | data = 0, | ||
| const std::string & | unitY = "" ) |
Constructor.
| [in] | name | The name of the data. |
| [in] | type | The data type. |
| [in] | nDim | The number of dimensions. |
| [in] | dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | byte_order | Byte order of the data. Default is BYTE_ORDER_HOST |
| [in] | data | A pointer to the data. Default: 0 |
| [in] | unitY | Units for the data. Default: "" |
| FrameCPP::Version_9::FrVect::FrVect | ( | const std::string & | name, |
| compress_type | Compress, | ||
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| nData_type | NData, | ||
| nBytes_type | NBytes, | ||
| data_type | Data, | ||
| const std::string & | unitY = "" ) |
| FrVect::FrVect | ( | const std::string & | Name, |
| type_type | Type, | ||
| nDim_type | NDim, | ||
| const Dimension * | Dims, | ||
| const std::string & | UnitY ) |
Constructor.
| [in] | Name | The name of the data. |
| [in] | Type | The data type. |
| [in] | NDim | The number of dimensions. |
| [in] | Dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | UnitY | Units for the data. |
| FrameCPP::Version_9::FrVect::FrVect | ( | const std::string & | name, |
| nDim_type | nDim = 1, | ||
| const Dimension * | dims = 0, | ||
| const T * | data = 0, | ||
| const std::string & | unitY = "" ) |
| FrameCPP::Version_9::FrVect::FrVect | ( | const std::string & | name, |
| nDim_type | nDim = 1, | ||
| const Dimension * | dims = 0, | ||
| T * | data = 0, | ||
| const std::string & | unitY = "" ) |
| FrVect::FrVect | ( | const Previous::FrVect & | Source, |
| stream_base_type * | Stream ) |
|
virtual |
Destructor.
Reimplemented from FrameCPP::Common::FrVect.
| FrameCPP::Version_9::FrVect::FrVect | ( | ) |
Default constructor.
| FrameCPP::Version_9::FrVect::FrVect | ( | const FrVect & | vect | ) |
Copy Constructor.
| [in] | vect | The object from which to copy the information. |
| FrameCPP::Version_9::FrVect::FrVect | ( | const std::string & | name, |
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| const byte_order_type | byte_order = BYTE_ORDER_HOST, | ||
| const void * | data = 0, | ||
| const std::string & | unitY = "" ) |
Constructor.
| [in] | name | The name of the data. |
| [in] | type | The data type. |
| [in] | nDim | The number of dimensions. |
| [in] | dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | byte_order | Byte order of the data. Default is BYTE_ORDER_HOST |
| [in] | data | A pointer to the data. Default: 0 |
| [in] | unitY | Units for the data. Default: "" |
| FrameCPP::Version_9::FrVect::FrVect | ( | const std::string & | name, |
| compress_type | Compress, | ||
| type_type | type, | ||
| nDim_type | nDim, | ||
| const Dimension * | dims, | ||
| nData_type | NData, | ||
| nBytes_type | NBytes, | ||
| data_type | Data, | ||
| const std::string & | unitY = "" ) |
| FrameCPP::Version_9::FrVect::FrVect | ( | const std::string & | Name, |
| type_type | Type, | ||
| nDim_type | NDim, | ||
| const Dimension * | Dims, | ||
| const std::string & | UnitY ) |
Constructor.
| [in] | Name | The name of the data. |
| [in] | Type | The data type. |
| [in] | NDim | The number of dimensions. |
| [in] | Dims | A pointer to 'nDim' Dimension objects containing information about the dimensions for this data. |
| [in] | UnitY | Units for the data. |
| FrameCPP::Version_9::FrVect::FrVect | ( | const std::string & | name, |
| nDim_type | nDim = 1, | ||
| const Dimension * | dims = 0, | ||
| const T * | data = 0, | ||
| const std::string & | unitY = "" ) |
| FrameCPP::Version_9::FrVect::FrVect | ( | const std::string & | name, |
| nDim_type | nDim = 1, | ||
| const Dimension * | dims = 0, | ||
| T * | data = 0, | ||
| const std::string & | unitY = "" ) |
| FrameCPP::Version_9::FrVect::FrVect | ( | const Previous::FrVect & | Source, |
| stream_base_type * | Stream ) |
|
virtual |
Destructor.
Reimplemented from FrameCPP::Common::FrVect.
|
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. |
|
staticprivateinherited |
|
staticprivateinherited |
|
privateinherited |
|
privateinherited |
|
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.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlineinherited |
|
inlineprotectedinherited |
Compress a block data.
| [in] | Scheme | Desired compression method |
| [in,out] | NData | Block of data to be compressed. The compressed buffer will be stored in this variable. @para[in,out] NBytes On input, the number of bytes in NData. On output, the number of bytes in the compressed NData buffer. |
| [in,out] | Block,Block | of data to be compressed. Upon output, the compressed form of the block |
| [out] | CompressionScheme | The compression scheme |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
protectedinherited |
|
inlineprivatevirtualinherited |
Reimplemented in FrameCPP::Version_8::FrTOC, FrameCPP::Version_8::FrTOC, FrameCPP::Version_9::FrTOC, and FrameCPP::Version_9::FrTOC.
|
inlineprivatevirtualinherited |
Reimplemented in FrameCPP::Version_8::FrTOC, FrameCPP::Version_8::FrTOC, FrameCPP::Version_9::FrTOC, and FrameCPP::Version_9::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
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticinherited |
Allocate a block of memory suitable for storing data.
| [in] | Type | The type of data that is to be stored in the buffer. |
| [in] | Dims | Information concearning each dimension of the array of data to be stored in the buffer. |
| [in] | NDim | The number of dimensions of data to be stored in the buffer |
|
inlinestaticinherited |
Allocate a block of memory suitable for storing data.
| [in] | Type | The type of data that is to be stored in the buffer. |
| [in] | Dims | Information concearning each dimension of the array of data to be stored in the buffer. |
| [in] | NDim | The number of dimensions of data to be stored in the buffer |
|
inlineprotectedvirtualinherited |
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. |
|
inlineprotectedvirtualinherited |
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. |
|
protectedinherited |
|
inlineprotectedinherited |
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
|
inlineinherited |
Retrieve the compression algorithm number.
|
inlineinherited |
Retrieve the pointer to the data.
Return a pointer to the data being managed by the FrVect structure.
|
inlineinherited |
Retrieve the pointer to the compressed data.
|
inlineinherited |
Retrieve the pointer to the compressed data.
|
staticinherited |
|
inlineinherited |
Retrieve the pointer to the uncompressed data.
|
inlineinherited |
Retrieve the pointer to the uncompressed data.
| [in] | Expanded | Buffer into which the data is expanded. |
|
inlineinherited |
Retrieve the pointer to the data.
Return a pointer to the data valid being managed by the FrVect structure.
|
inlineinherited |
Retrieve the dataValid compression algorithm number.
|
inlineinherited |
Retrieve the pointer to the data.
Return a pointer to the data valid being managed by the FrVect structure.
|
inlineinherited |
Retrieve the pointer to the data.
Return a pointer to the data valid being managed by the FrVect structure.
|
inlineprotectedvirtualinherited |
The data structure description.
|
inlineprotectedvirtualinherited |
The data structure description.
Retrieve the Nth dimension.
| [in] | Offset | Index for desired dimension |
|
inlineinherited |
Retrieve the Nth dimension.
| [in] | Offset | Index for desired dimension |
|
inlineinherited |
Retrieve all the dimension information.
| const FrVect::name_type & FrVect::GetName | ( | ) | const |
Retrieve the name of message, error flag, or alarm state.
| const name_type & FrameCPP::Version_9::FrVect::GetName | ( | ) | const |
Retrieve the name of message, error flag, or alarm state.
|
inlineinherited |
Retrieve the number of bytes in the compressed vector.
|
inlineinherited |
Retrieve the number of sample elements in data series.
|
inlineinherited |
Retrieve the number of sample elements in data valid series.
|
inlineinherited |
Retrieve the number of bytes in the compressed dataValid vector.
|
inlineinherited |
Retrieve the number of dimensions.
|
inlineinherited |
Retrieve the vector class.
|
inlineinherited |
|
inlinestaticinherited |
Get size of single data point of particular size.
| [in] | Type | Data type ID. |
|
inlineinherited |
Retrieve the description of how to interpret each element.
|
inlineprivateinherited |
|
inlineprivateinherited |
|
inlineinherited |
Set the current FrVect with the MIME data.
|
inlineprotectedvirtualinherited |
The name structure name of this object.
|
inlineprotectedvirtualinherited |
The name structure name of this object.
| bool FrVect::operator!= | ( | const FrVect & | RHS | ) | const |
inequality operator
| [in] | RHS | The FrAdcData object to be compared. |
| bool FrameCPP::Version_9::FrVect::operator!= | ( | const FrVect & | RHS | ) | const |
inequality operator
| [in] | RHS | The FrAdcData object to be compared. |
| bool FrVect::operator== | ( | const FrVect & | RHS | ) | const |
equality operator
| [in] | RHS | The FrAdcData object to be compared. |
| bool FrameCPP::Version_9::FrVect::operator== | ( | const FrVect & | RHS | ) | const |
equality operator
| [in] | RHS | The FrAdcData object to be compared. |
|
inherited |
|
inlineprotectedvirtualinherited |
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 >.
|
inlineprotectedvirtualinherited |
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 >.
|
inlineprotectedvirtualinherited |
Stream constructor.
| [in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlineprotectedvirtualinherited |
Stream constructor.
| [in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< ObjectType, ChecksumType >.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineprotectedvirtualinherited |
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. |
|
inlineprotectedvirtualinherited |
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. |
|
inlineprotectedvirtualinherited |
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 >.
|
inlineprotectedvirtualinherited |
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 >.
|
inlineprivateinherited |
|
inlineprivateinherited |
|
inlineinherited |
Store data valid information.
| [in] |
|
inlineinherited |
Establish the channel name.
Assign a new value for the channel name.
| [in] | Name | The channel name |
|
inlineinherited |
|
inlineinherited |
Set the description of how to interpret each element.
Assign a new value for the channel name.
| [in] | UnitY | New description |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
| FrVect::subfrvect_type FrVect::SubFrVect | ( | INT_4U | Start, |
| INT_4U | Stop ) const |
Request a subset of the data.
| [in] | Start | The offset in the data set where to start. |
| [in] | Stop | The offset in the data set where to stop. |
| subfrvect_type FrameCPP::Version_9::FrVect::SubFrVect | ( | INT_4U | Start, |
| INT_4U | Stop ) const |
Request a subset of the data.
| [in] | Start | The offset in the data set where to start. |
| [in] | Stop | The offset in the data set where to stop. |
|
inlineinherited |
Expand compressed data.
In general, uncompressing follows three steps:
1) Gunzip the data. 2) Fix byte-ordering. 3) Integrate.
Depending upon the compression type and byte-ordering differences, not all of these steps are needed.
|
inlineprotectedinherited |
|
inlineprotectedvirtualinherited |
|
inlineprotectedvirtualinherited |
|
virtualinherited |
Write object to the stream.
|
virtualinherited |
Write object to the stream.
|
staticconstexprinherited |
|
privateinherited |
Structure checksum.
The checksum for the structure when the structure is contained in a stream.
|
protectedinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |