ldas-tools-framecpp 2.9.2
|
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. More... | |
FrVect () | |
Default constructor. More... | |
FrVect (const FrVect &vect) | |
Copy Constructor. More... | |
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. More... | |
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. More... | |
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, Common::IStream *Stream) | |
Promotion Constructor. More... | |
virtual | ~FrVect () |
Destructor. More... | |
subfrvect_type | SubFrVect (INT_4U Start, INT_4U Stop) const |
Request a subset of the data. More... | |
bool | operator== (const FrVect &RHS) const |
equality operator More... | |
bool | operator!= (const FrVect &RHS) const |
inequality operator More... | |
FrVect & | operator+= (const FrVect &RHS) |
Concatinate with another FrAdcData. More... | |
FrVect & | Merge (const FrVect &RHS) |
Merge with another FrAdcData. More... | |
const name_type & | GetName () const |
Retrieve the name of message, error flag, or alarm state. More... | |
FrVect () | |
Default constructor. More... | |
FrVect (const FrVect &vect) | |
Copy Constructor. More... | |
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. More... | |
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. More... | |
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, Common::IStream *Stream) | |
Promotion Constructor. More... | |
virtual | ~FrVect () |
Destructor. More... | |
subfrvect_type | SubFrVect (INT_4U Start, INT_4U Stop) const |
Request a subset of the data. More... | |
bool | operator== (const FrVect &RHS) const |
equality operator More... | |
bool | operator!= (const FrVect &RHS) const |
inequality operator More... | |
FrVect & | operator+= (const FrVect &RHS) |
Concatinate with another FrAdcData. More... | |
FrVect & | Merge (const FrVect &RHS) |
Merge with another FrAdcData. More... | |
const name_type & | GetName () const |
Retrieve the name of message, error flag, or alarm state. More... | |
FrVect () | |
Default constructor. More... | |
FrVect (const FrVect &vect) | |
Copy Constructor. More... | |
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. More... | |
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. More... | |
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, Common::IStream *Stream) | |
Promotion Constructor. More... | |
virtual | ~FrVect () |
Destructor. More... | |
subfrvect_type | SubFrVect (INT_4U Start, INT_4U Stop) const |
Request a subset of the data. More... | |
bool | operator== (const FrVect &RHS) const |
equality operator More... | |
bool | operator!= (const FrVect &RHS) const |
inequality operator More... | |
FrVect & | operator+= (const FrVect &RHS) |
Concatinate with another FrAdcData. More... | |
FrVect & | Merge (const FrVect &RHS) |
Merge with another FrAdcData. More... | |
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 Common::FrameSpec::Object * | CloneCompressed (cmn_compression_scheme_type Scheme, cmn_compression_level_type Level) const |
virtual bool | operator== (const Common::FrameSpec::Object &RHS) const |
equality operator for abstract data type More... | |
virtual streamsize_type | Bytes (const StreamBase &Stream) const |
Return the number of bytes for this object. More... | |
virtual Compression::compression_base_type | Compression () const |
virtual Compression::compression_base_type | Compression () const |
virtual Compression::compression_base_type | Compression () const |
virtual void | CompressData (INT_4U Scheme, INT_2U Level) |
virtual void | CompressData (INT_4U Scheme, INT_2U Level) |
virtual void | CompressData (INT_4U Scheme, INT_2U Level) |
compress_type | GetCompress () const |
Retrieve the compression algorithm number. More... | |
compress_type | GetCompress () const |
Retrieve the compression algorithm number. More... | |
compress_type | GetCompress () const |
Retrieve the compression algorithm number. More... | |
type_type | GetType () const |
Retrieve the vector class. More... | |
type_type | GetType () const |
Retrieve the vector class. More... | |
type_type | GetType () const |
Retrieve the vector class. More... | |
size_t | GetTypeSize () const |
size_t | GetTypeSize () const |
size_t | GetTypeSize () const |
nData_type | GetNData () const |
Retrieve the number of sample elements in data series. More... | |
nData_type | GetNData () const |
Retrieve the number of sample elements in data series. More... | |
nData_type | GetNData () const |
Retrieve the number of sample elements in data series. More... | |
nBytes_type | GetNBytes () const |
Retrieve the number of bytes in the compressed vector. More... | |
nBytes_type | GetNBytes () const |
Retrieve the number of bytes in the compressed vector. More... | |
nBytes_type | GetNBytes () const |
Retrieve the number of bytes in the compressed vector. More... | |
data_type | GetData () const |
Retrieve the pointer to the data. More... | |
data_type | GetData () const |
Retrieve the pointer to the data. More... | |
data_type | GetData () const |
Retrieve the pointer to the data. More... | |
data_type | GetDataRaw () const |
Retrieve the pointer to the compressed data. More... | |
data_type | GetDataRaw () |
Retrieve the pointer to the compressed data. More... | |
data_type | GetDataRaw () const |
Retrieve the pointer to the compressed data. More... | |
data_type | GetDataRaw () |
Retrieve the pointer to the compressed data. More... | |
data_type | GetDataRaw () const |
Retrieve the pointer to the compressed data. More... | |
data_type | GetDataRaw () |
Retrieve the pointer to the compressed data. More... | |
data_type | GetDataUncompressed () |
Retrieve the pointer to the uncompressed data. More... | |
const CHAR_U * | GetDataUncompressed (data_type &Expanded) const |
Retrieve the pointer to the uncompressed data. More... | |
data_type | GetDataUncompressed () |
Retrieve the pointer to the uncompressed data. More... | |
const CHAR_U * | GetDataUncompressed (data_type &Expanded) const |
Retrieve the pointer to the uncompressed data. More... | |
data_type | GetDataUncompressed () |
Retrieve the pointer to the uncompressed data. More... | |
const CHAR_U * | GetDataUncompressed (data_type &Expanded) const |
Retrieve the pointer to the uncompressed data. More... | |
nDim_type | GetNDim () const |
Retrieve the number of dimensions. More... | |
nDim_type | GetNDim () const |
Retrieve the number of dimensions. More... | |
nDim_type | GetNDim () const |
Retrieve the number of dimensions. More... | |
const Dimension & | GetDim (nDim_type Offset) const |
Retrieve the Nth dimension. More... | |
Dimension & | GetDim (nDim_type Offset) |
Retrieve the Nth dimension. More... | |
const Dimension & | GetDim (nDim_type Offset) const |
Retrieve the Nth dimension. More... | |
Dimension & | GetDim (nDim_type Offset) |
Retrieve the Nth dimension. More... | |
const Dimension & | GetDim (nDim_type Offset) const |
Retrieve the Nth dimension. More... | |
Dimension & | GetDim (nDim_type Offset) |
Retrieve the Nth dimension. More... | |
dimension_container_type & | GetDims () |
Retrieve all the dimension information. More... | |
dimension_container_type & | GetDims () |
Retrieve all the dimension information. More... | |
dimension_container_type & | GetDims () |
Retrieve all the dimension information. More... | |
const unit_y_type & | GetUnitY () const |
Retrieve the description of how to interpret each element. More... | |
const unit_y_type & | GetUnitY () const |
Retrieve the description of how to interpret each element. More... | |
const unit_y_type & | GetUnitY () const |
Retrieve the description of how to interpret each element. More... | |
void | Compress (compression_scheme_type Scheme, int Level) |
void | Compress (compression_scheme_type Scheme, int Level) |
void | Compress (compression_scheme_type Scheme, int Level) |
void | Uncompress () |
Expand compressed data. More... | |
void | Uncompress () |
Expand compressed data. More... | |
void | Uncompress () |
Expand compressed data. More... | |
void | MimeData (const std::string &MimeType, void *Data, nBytes_type DataSize) |
Set the current FrVect with the MIME data. More... | |
void | MimeData (const std::string &MimeType, void *Data, nBytes_type DataSize) |
Set the current FrVect with the MIME data. More... | |
void | MimeData (const std::string &MimeType, void *Data, nBytes_type DataSize) |
Set the current FrVect with the MIME data. More... | |
void | SetName (const name_type &Name) |
Establish the channel name. More... | |
void | SetName (const name_type &Name) |
Establish the channel name. More... | |
void | SetName (const name_type &Name) |
Establish the channel name. More... | |
void | SetUnitY (const unit_y_type &UnitY) |
Set the description of how to interpret each element. More... | |
void | SetUnitY (const unit_y_type &UnitY) |
Set the description of how to interpret each element. More... | |
void | SetUnitY (const unit_y_type &UnitY) |
Set the description of how to interpret each element. More... | |
void | SetNData (nData_type NData) |
void | SetNData (nData_type NData) |
void | SetNData (nData_type NData) |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. More... | |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. More... | |
virtual self_type * | Create (istream_type &Stream) const |
Virtual constructor. More... | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. More... | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. More... | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. More... | |
class_type | GetClass () const |
Retrieve the class identifier. More... | |
class_type | GetClass () const |
Retrieve the class identifier. More... | |
class_type | GetClass () const |
Retrieve the class identifier. More... | |
const Description * | GetDescription () const |
Retrieve FrSH/FrSE description of the parent object. More... | |
const Description * | GetDescription () const |
Retrieve FrSH/FrSE description of the parent object. More... | |
const Description * | GetDescription () const |
Retrieve FrSH/FrSE description of the parent object. More... | |
ostream_type & | WriteNext (ostream_type &Stream) const |
Write a next pointer to the parent to the stream. More... | |
ostream_type & | WriteNext (ostream_type &Stream) const |
Write a next pointer to the parent to the stream. More... | |
ostream_type & | WriteNext (ostream_type &Stream) const |
Write a next pointer to the parent to the stream. More... | |
virtual Object * | Clone () const |
constructor - virtual copy constructor More... | |
virtual Object * | Clone () const |
constructor - virtual copy constructor More... | |
virtual Object * | Clone () const |
constructor - virtual copy constructor More... | |
template<typename PreviousType , typename CurrentType > | |
FrameSpec::ObjectInterface::promote_ret_type | PromoteObject (FrameSpec::ObjectInterface::frame_spec_version_type Target, FrameSpec::ObjectInterface::frame_spec_version_type Source, FrameSpec::ObjectInterface::promote_arg_type Obj, IStream *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. More... | |
static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, Common::IStream *Stream) |
Promote previous version of object to this version. More... | |
static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, Common::IStream *Stream) |
Promote previous version of object to this version. More... | |
static const Common::Description * | StructDescription () |
static const Common::Description * | StructDescription () |
static const Common::Description * | StructDescription () |
static data_type | DataAlloc (type_type Type, const Dimension *Dims, const nDim_type NDim=1) |
Allocate a block of memory suitable for storing data. More... | |
static data_type | DataAlloc (type_type Type, const Dimension *Dims, const nDim_type NDim=1) |
Allocate a block of memory suitable for storing data. More... | |
static data_type | DataAlloc (type_type Type, const Dimension *Dims, const nDim_type NDim=1) |
Allocate a block of memory suitable for storing data. More... | |
static size_t | GetTypeSize (type_type Type) |
Get size of single data point of particular size. More... | |
static size_t | GetTypeSize (type_type Type) |
Get size of single data point of particular size. More... | |
static size_t | GetTypeSize (type_type Type) |
Get size of single data point of particular size. More... | |
template<class T > | |
static type_type | GetDataType () |
template<class T > | |
static type_type | GetDataType () |
template<class T > | |
static type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
template<> | |
Data::type_type | GetDataType () |
static struct_name_type | FrameSpecName () |
static struct_name_type | FrameSpecName () |
static struct_name_type | FrameSpecName () |
static struct_name_type | StructName () |
static struct_name_type | StructName () |
static struct_name_type | StructName () |
static struct_desc_type | FrameSpecDescription () |
Return the dictionary name of the structure. More... | |
static struct_desc_type | FrameSpecDescription () |
Return the dictionary name of the structure. More... | |
static struct_desc_type | FrameSpecDescription () |
Return the dictionary name of the structure. More... | |
static struct_id_type | FrameSpecId () |
Return the dictionary name of the structure. More... | |
static struct_id_type | FrameSpecId () |
Return the dictionary name of the structure. More... | |
static struct_id_type | FrameSpecId () |
Return the dictionary name of the structure. More... | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. More... | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. More... | |
static const char * | CheckSumDataClass () |
Data class to be used in class field of FrSE. More... | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. More... | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. More... | |
static const char * | CheckSumDataComment () |
Comment to be used in comment field of FrSE. More... | |
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
Down grade an object. More... | |
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
Down grade an object. More... | |
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
Down grade an object. More... | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. More... | |
template<typename PreviousType , typename CurrentType > | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. More... | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. More... | |
template<typename PreviousType , typename CurrentType > | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. More... | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. More... | |
template<typename PreviousType , typename CurrentType > | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. More... | |
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_name_type |
typedef STRING | io_unit_y_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_WORD_2 = BIGENDIAN_ZERO_SUPPRESS_WORD_2 , MODE_ZERO_SUPPRESS_WORD_4 = BIGENDIAN_ZERO_SUPPRESS_WORD_4 , MODE_ZERO_SUPPRESS_WORD_8 = BIGENDIAN_ZERO_SUPPRESS_WORD_8 } |
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_WORD_2 = BIGENDIAN_ZERO_SUPPRESS_WORD_2 , MODE_ZERO_SUPPRESS_WORD_4 = BIGENDIAN_ZERO_SUPPRESS_WORD_4 , MODE_ZERO_SUPPRESS_WORD_8 = BIGENDIAN_ZERO_SUPPRESS_WORD_8 } |
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_WORD_2 = BIGENDIAN_ZERO_SUPPRESS_WORD_2 , MODE_ZERO_SUPPRESS_WORD_4 = BIGENDIAN_ZERO_SUPPRESS_WORD_4 , MODE_ZERO_SUPPRESS_WORD_8 = BIGENDIAN_ZERO_SUPPRESS_WORD_8 } |
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. More... | |
virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
Verify the integrity of the object. More... | |
virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
Verify the integrity of the object. More... | |
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. More... | |
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. More... | |
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. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
virtual const char * | ObjectStructName () const |
The name structure name of this object. More... | |
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. More... | |
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. More... | |
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. More... | |
virtual FrameCPP::cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual FrameCPP::cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual FrameCPP::cmn_streamsize_type | pBytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
virtual self_type * | pCreate (istream_type &Stream) const |
Stream constructor. More... | |
virtual self_type * | pCreate (istream_type &Stream) const |
Stream constructor. More... | |
virtual self_type * | pCreate (istream_type &Stream) const |
Stream constructor. More... | |
virtual void | pWrite (ostream_type &Stream) const |
Write the structure to the stream. More... | |
virtual void | pWrite (ostream_type &Stream) const |
Write the structure to the stream. More... | |
virtual void | pWrite (ostream_type &Stream) const |
Write the structure to the stream. More... | |
void | data_alloc (nBytes_type NBytes) |
void | data_alloc (nBytes_type NBytes) |
void | data_alloc (nBytes_type NBytes) |
void | data_copy (data_const_pointer_type Data, nBytes_type NBytes) |
void | data_copy (data_const_pointer_type Data, 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 (data_type &Dest, nBytes_type &DestNBytes) const |
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 |
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 |
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 |
virtual class_type | getClass () const |
Retrieve the class identifier. More... | |
virtual class_type | getClass () const |
Retrieve the class identifier. More... | |
virtual class_type | getClass () const |
Retrieve the class identifier. More... | |
Static Protected Member Functions | |
static FrameCPP::Compression::compress_type_mapping & | compress_type_map () |
static FrameCPP::Compression::compress_type_mapping & | compress_type_map () |
static FrameCPP::Compression::compress_type_mapping & | compress_type_map () |
static FrameCPP::Compression::compress_type_reverse_mapping & | compress_type_reverse_map () |
static FrameCPP::Compression::compress_type_reverse_mapping & | compress_type_reverse_map () |
static FrameCPP::Compression::compress_type_reverse_mapping & | compress_type_reverse_map () |
static FrameCPP::Compression::data_type_mapping & | data_type_map () |
static FrameCPP::Compression::data_type_mapping & | data_type_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. More... | |
typedef ObjectWithChecksum< Common::FrameSpec::Object > | object_type |
Object with checksum data. More... | |
typedef ObjectWithChecksum< Common::FrameSpec::Object > | object_type |
Object with checksum data. More... | |
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) |
virtual Object * | Create () const |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual More... | |
virtual Object * | Create () const |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual More... | |
virtual Object * | Create () const |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual More... | |
void | save (Archive &ar, const unsigned int version) const |
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) |
void | load (Archive &ar, const unsigned int version) |
Static Private Member Functions | |
static FrameCPP::cmn_streamsize_type | Bytes (const OBJECT_TYPE &Object) |
static FrameCPP::cmn_streamsize_type | Bytes (const OBJECT_TYPE &Object) |
static FrameCPP::cmn_streamsize_type | Bytes (const OBJECT_TYPE &Object) |
Private Attributes | |
checksum_type | m_chkSum |
Structure checksum. More... | |
const class_type | m_class |
Storage for the class identifier. More... | |
const Description *const | m_desc |
Description for parent class. More... | |
Static Private Attributes | |
static const constexpr char * | MIME_TYPE_KEYWORD = "MIMETYPE" |
static const constexpr FrameCPP::Version_8::Dimension::nx_type | MIME_TYPE_NX = 0 |
static const constexpr FrameCPP::Version_8::Dimension::dx_type | MIME_TYPE_DX = 0 |
static const constexpr FrameCPP::Version_8::Dimension::startX_type | MIME_TYPE_START_X = 0 |
Vector Data Structure Definition.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
Object with checksum data.
|
privateinherited |
Object with checksum data.
|
privateinherited |
Object with checksum data.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef std::unique_ptr< FrVect > FrameCPP::Version_8::FrVect::subfrvect_type |
typedef std::unique_ptr< FrVect > FrameCPP::Version_8::FrVect::subfrvect_type |
typedef std::unique_ptr< FrVect > FrameCPP::Version_8::FrVect::subfrvect_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
FrVect::FrVect | ( | ) |
Default constructor.
FrVect::FrVect | ( | const FrVect & | vect | ) |
Copy Constructor.
[in] | vect | The object from which to copy the information. |
FrameCPP::Version_8::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_8::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_8::FrVect::FrVect | ( | const std::string & | name, |
nDim_type | nDim = 1 , |
||
const Dimension * | dims = 0 , |
||
const T * | data = 0 , |
||
const std::string & | unitY = "" |
||
) |
FrameCPP::Version_8::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, |
Common::IStream * | Stream | ||
) |
|
virtual |
Destructor.
Reimplemented from FrameCPP::Common::FrVect.
FrameCPP::Version_8::FrVect::FrVect | ( | ) |
Default constructor.
FrameCPP::Version_8::FrVect::FrVect | ( | const FrVect & | vect | ) |
Copy Constructor.
[in] | vect | The object from which to copy the information. |
FrameCPP::Version_8::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_8::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_8::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_8::FrVect::FrVect | ( | const std::string & | name, |
nDim_type | nDim = 1 , |
||
const Dimension * | dims = 0 , |
||
const T * | data = 0 , |
||
const std::string & | unitY = "" |
||
) |
FrameCPP::Version_8::FrVect::FrVect | ( | const std::string & | name, |
nDim_type | nDim = 1 , |
||
const Dimension * | dims = 0 , |
||
T * | data = 0 , |
||
const std::string & | unitY = "" |
||
) |
FrameCPP::Version_8::FrVect::FrVect | ( | const Previous::FrVect & | Source, |
Common::IStream * | Stream | ||
) |
|
virtual |
Destructor.
Reimplemented from FrameCPP::Common::FrVect.
FrameCPP::Version_8::FrVect::FrVect | ( | ) |
Default constructor.
FrameCPP::Version_8::FrVect::FrVect | ( | const FrVect & | vect | ) |
Copy Constructor.
[in] | vect | The object from which to copy the information. |
FrameCPP::Version_8::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_8::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_8::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_8::FrVect::FrVect | ( | const std::string & | name, |
nDim_type | nDim = 1 , |
||
const Dimension * | dims = 0 , |
||
const T * | data = 0 , |
||
const std::string & | unitY = "" |
||
) |
FrameCPP::Version_8::FrVect::FrVect | ( | const std::string & | name, |
nDim_type | nDim = 1 , |
||
const Dimension * | dims = 0 , |
||
T * | data = 0 , |
||
const std::string & | unitY = "" |
||
) |
FrameCPP::Version_8::FrVect::FrVect | ( | const Previous::FrVect & | Source, |
Common::IStream * | Stream | ||
) |
|
virtual |
Destructor.
Reimplemented from FrameCPP::Common::FrVect.
|
staticprivateinherited |
|
staticprivateinherited |
|
staticprivateinherited |
|
privateinherited |
|
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
Data class to be used in class field of FrSE.
|
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.
|
staticinherited |
Comment to be used in comment field of FrSE.
|
virtualinherited |
constructor - virtual copy constructor
Reimplemented in FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >, FrameCPP::Version_8::FrSEImpl::ClassicIO< FrSE >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >, FrameCPP::Version_8::FrSEImpl::ClassicIO< FrSE >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >, FrameCPP::Version_8::FrSEImpl::ClassicIO< FrSE >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, and FrameCPP::Common::PTR_STRUCT_BASE.
|
virtualinherited |
constructor - virtual copy constructor
Reimplemented in FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >, FrameCPP::Version_8::FrSEImpl::ClassicIO< FrSE >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >, FrameCPP::Version_8::FrSEImpl::ClassicIO< FrSE >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >, FrameCPP::Version_8::FrSEImpl::ClassicIO< FrSE >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, and FrameCPP::Common::PTR_STRUCT_BASE.
|
virtualinherited |
constructor - virtual copy constructor
Reimplemented in FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >, FrameCPP::Version_8::FrSEImpl::ClassicIO< FrSE >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >, FrameCPP::Version_8::FrSEImpl::ClassicIO< FrSE >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Common::PTR_STRUCT< DC, DI >, FrameCPP::Common::StreamRef< LT, CT, IT >, FrameCPP::Common::StreamRef2< LT, CKT, CT, IT >, FrameCPP::Version_3::FrameH, FrameCPP::Version_3::FrEndOfFile, FrameCPP::Version_3::FrHeader, FrameCPP::Version_3::FrSE, FrameCPP::Version_3::FrSH, FrameCPP::Version_3::FrStatData, FrameCPP::Version_4::FrameH, FrameCPP::Version_4::FrEndOfFile, FrameCPP::Version_4::FrStatData, FrameCPP::Version_6::FrameH, FrameCPP::Version_6::FrEndOfFile, FrameCPP::Version_6::FrStatData, FrameCPP::Version_7::FrameH, FrameCPP::Version_8::FrameH, FrameCPP::Version_8::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Version_8::FrSEImpl::ClassicIO< BASE_TYPE >, FrameCPP::Version_8::FrSEImpl::ClassicIO< FrSE >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FR_SH_T >, FrameCPP::Version_8::FrSHImpl::ClassicIO< FrSH >, FrameCPP::Common::PTR_STRUCT_BASE, FrameCPP::Common::PTR_STRUCT_BASE, and FrameCPP::Common::PTR_STRUCT_BASE.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
inlinevirtualinherited |
Implements FrameCPP::Common::FrVect.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inlineprivatevirtualinherited |
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprivatevirtualinherited |
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprivatevirtualinherited |
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Virtual constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprivatevirtualinherited |
constructor - virtual
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprivatevirtualinherited |
constructor - virtual
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprivatevirtualinherited |
constructor - virtual
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
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 |
|
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
Down grade an object.
[in] | Target | This is the version of the frame specification of the demoted object. |
[in] | Obj | The base object. |
[in] | Stream | Stream from which Obj was created. |
|
staticinherited |
Down grade an object.
[in] | Target | This is the version of the frame specification of the demoted object. |
[in] | Obj | The base object. |
[in] | Stream | Stream from which Obj was created. |
|
staticinherited |
Down grade an object.
[in] | Target | This is the version of the frame specification of the demoted object. |
[in] | Obj | The base object. |
[in] | Stream | Stream from which Obj was created. |
|
protectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
Return the dictionary name of the structure.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineinherited |
Retrieve the class identifier.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inherited |
Retrieve the class identifier.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inherited |
Retrieve the class identifier.
|
protectedvirtualinherited |
Retrieve the class identifier.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineinherited |
Retrieve the compression algorithm number.
|
inlineinherited |
Retrieve the compression algorithm number.
|
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 data.
Return a pointer to the data being managed by the FrVect structure.
|
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.
|
inlineinherited |
Retrieve the pointer to the compressed data.
|
inlineinherited |
Retrieve the pointer to the compressed data.
|
inlineinherited |
Retrieve the pointer to the compressed data.
|
inlineinherited |
Retrieve the pointer to the compressed data.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inlineinherited |
Retrieve the pointer to the uncompressed data.
|
inlineinherited |
Retrieve the pointer to the uncompressed data.
|
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 uncompressed data.
[in] | Expanded | Buffer into which the data is expanded. |
|
inlineinherited |
Retrieve the pointer to the uncompressed data.
[in] | Expanded | Buffer into which the data is expanded. |
|
inlinevirtualinherited |
Retrieve FrSH/FrSE description of the parent object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Retrieve FrSH/FrSE description of the parent object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Retrieve FrSH/FrSE description of the parent object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
Retrieve the Nth dimension.
[in] | Offset | Index for desired dimension |
Retrieve the Nth dimension.
[in] | Offset | Index for desired dimension |
Retrieve the Nth dimension.
[in] | Offset | Index for desired dimension |
|
inlineinherited |
Retrieve the Nth dimension.
[in] | Offset | Index for desired dimension |
|
inlineinherited |
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.
|
inlineinherited |
Retrieve all the dimension information.
|
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_8::FrVect::GetName | ( | ) | const |
Retrieve the name of message, error flag, or alarm state.
const name_type & FrameCPP::Version_8::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 bytes in the compressed vector.
|
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 series.
|
inlineinherited |
Retrieve the number of sample elements in data series.
|
inlineinherited |
Retrieve the number of dimensions.
|
inlineinherited |
Retrieve the number of dimensions.
|
inlineinherited |
Retrieve the number of dimensions.
|
inlineinherited |
Retrieve the vector class.
|
inlineinherited |
Retrieve the vector class.
|
inlineinherited |
Retrieve the vector class.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticinherited |
Get size of single data point of particular size.
[in] | Type | Data type ID. |
|
inlinestaticinherited |
Get size of single data point of particular size.
[in] | Type | Data type ID. |
|
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.
|
inlineinherited |
Retrieve the description of how to interpret each element.
|
inlineinherited |
Retrieve the description of how to interpret each element.
|
inlineprivateinherited |
|
inlineprivateinherited |
|
inlineprivateinherited |
|
inlineinherited |
Set the current FrVect with the MIME data.
|
inlineinherited |
Set the current FrVect with the MIME data.
|
inlineinherited |
Set the current FrVect with the MIME data.
|
inlineprotectedvirtualinherited |
The name structure name of this object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprotectedvirtualinherited |
The name structure name of this object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprotectedvirtualinherited |
The name structure name of this object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
bool FrVect::operator!= | ( | const FrVect & | RHS | ) | const |
inequality operator
[in] | RHS | The FrAdcData object to be compared. |
bool FrameCPP::Version_8::FrVect::operator!= | ( | const FrVect & | RHS | ) | const |
inequality operator
[in] | RHS | The FrAdcData object to be compared. |
bool FrameCPP::Version_8::FrVect::operator!= | ( | const FrVect & | RHS | ) | const |
inequality operator
[in] | RHS | The FrAdcData object to be compared. |
|
virtualinherited |
equality operator for abstract data type
[in] | RHS | The object to be compared. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
bool FrVect::operator== | ( | const FrVect & | RHS | ) | const |
equality operator
[in] | RHS | The FrAdcData object to be compared. |
bool FrameCPP::Version_8::FrVect::operator== | ( | const FrVect & | RHS | ) | const |
equality operator
[in] | RHS | The FrAdcData object to be compared. |
bool FrameCPP::Version_8::FrVect::operator== | ( | const FrVect & | RHS | ) | const |
equality operator
[in] | RHS | The FrAdcData object to be compared. |
|
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< Common::FrameSpec::Object, checksum_type >.
|
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< Common::FrameSpec::Object, checksum_type >.
|
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< Common::FrameSpec::Object, checksum_type >.
|
inlineprotectedvirtualinherited |
Stream constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >.
|
inlineprotectedvirtualinherited |
Stream constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >.
|
inlineprotectedvirtualinherited |
Stream constructor.
[in] | Stream | The input stream from where the object is being read. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >.
|
inlinestaticinherited |
|
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
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. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
staticinherited |
Upgrade an object.
[in] | Target | Promote Obj to this version of the frame specification. |
[in] | Source | Obj conforms to this version of the frame specification. |
[in] | Obj | Object to be converted |
[in] | Stream | Originating stream for Obj. |
|
inherited |
|
inlineprotectedvirtualinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >.
|
inlineprotectedvirtualinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >.
|
inlineprotectedvirtualinherited |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
Implements FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >.
|
inlineprivateinherited |
|
inlineprivateinherited |
|
inlineprivateinherited |
|
inlineinherited |
Establish the channel name.
Assign a new value for the channel name.
[in] | Name | The channel name |
|
inlineinherited |
Establish the channel name.
Assign a new value for the channel name.
[in] | Name | The channel name |
|
inlineinherited |
Establish the channel name.
Assign a new value for the channel name.
[in] | Name | The channel name |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Set the description of how to interpret each element.
Assign a new value for the channel name.
[in] | UnitY | New description |
|
inlineinherited |
Set the description of how to interpret each element.
Assign a new value for the channel name.
[in] | UnitY | New description |
|
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 |
|
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_8::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_8::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.
|
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.
|
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.
|
inlineprotectedvirtualinherited |
Verify the integrity of the object.
Verifier | The handle to the Verify object used to store data that needs to be accumulated before being processed. |
Stream | The input stream from which the object was created. |
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprotectedvirtualinherited |
Verify the integrity of the object.
Verifier | The handle to the Verify object used to store data that needs to be accumulated before being processed. |
Stream | The input stream from which the object was created. |
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
inlineprotectedvirtualinherited |
Verify the integrity of the object.
Verifier | The handle to the Verify object used to store data that needs to be accumulated before being processed. |
Stream | The input stream from which the object was created. |
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Write object to the stream.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Write object to the stream.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
Write object to the stream.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
inherited |
Write a next pointer to the parent to the stream.
[in,out] | Stream | The output stream to receive the next pointer. |
|
inherited |
Write a next pointer to the parent to the stream.
[in,out] | Stream | The output stream to receive the next pointer. |
|
inherited |
Write a next pointer to the parent to the stream.
[in,out] | Stream | The output stream to receive the next pointer. |
|
staticconstexprinherited |
|
privateinherited |
Structure checksum.
The checksum for the structure when the structure is contained in a stream.
|
privateinherited |
Storage for the class identifier.
The class identifier uniquely identifies the parent class within the frame specification. All instances of parent class will have the same class identifier.
|
protectedinherited |
|
privateinherited |
Description for parent class.
The description for the parent class composed of one FrSH and one or more FrSE elements.
|
staticconstexprprivateinherited |
|
staticconstexprprivateinherited |
|
staticconstexprprivateinherited |
|
staticconstexprprivateinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |