ldas-tools-framecpp 2.7.0
|
#include <FrVect.hh>
Classes | |
struct | data_definition_type |
Public Member Functions | |
FrVect () | |
FrVect (const FrVect &Source) | |
Copy 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, INT_2U type, INT_4U nDim, const Dimension *dims, const byte_order_type byte_order=BYTE_ORDER_HOST, const void *data=0, const std::string &unitY="") | |
exc: std::bad_alloc - Memory allocation failed. | |
FrVect (const std::string &name, INT_2U type, INT_4U nDim, const Dimension *dims, const byte_order_type byte_order=BYTE_ORDER_HOST, void *data=0, const std::string &unitY="") | |
exc: std::bad_alloc - Memory allocation failed. | |
FrVect (const std::string &name, compress_type Compress, type_type type, nDim_type nDim, const Dimension *dims, nData_type NData, nBytes_type NBytes, void *data, const std::string &unitY="") | |
template<class T > | |
FrVect (const std::string &name, INT_4U nDim=1, const Dimension *dims=0, const T *data=0, const std::string &unitY="") | |
exc: std::bad_alloc - Memory allocation failed. | |
template<class T > | |
FrVect (const std::string &name, INT_4U nDim=1, const Dimension *dims=0, T *data=0, const std::string &unitY="") | |
exc: std::bad_alloc - Memory allocation failed. | |
FrVect (const Previous::FrVect &Source, istream_type *Stream) | |
virtual | ~FrVect () |
virtual const char * | ObjectStructName () const |
Retrieve the class name of the object. | |
bool | operator== (const FrVect &RHS) const |
bool | operator!= (const FrVect &RHS) const |
FrVect & | operator+= (const FrVect &RHS) |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
comparison operator | |
FrameCPP::cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
Return the number of bytes for this object. | |
const std::string & | GetName () const |
INT_2U | GetCompress () const |
INT_2U | GetType () const |
INT_8U | GetNData () const |
INT_8U | GetNBytes () const |
data_type | GetData () const |
data_type | GetDataRaw () const |
data_type | GetDataRaw () |
data_type | GetDataUncompressed () |
data_pointer_type | GetDataUncompressed (boost::shared_array< CHAR_U > &Expanded) const |
INT_4U | GetNDim () const |
const Dimension & | GetDim (nDim_type Offset) const |
Dimension & | GetDim (nDim_type Offset) |
const std::string | GetUnitY () const |
void | Compress (compression_scheme_type Scheme, int GZipLevel) |
void | Uncompress () |
virtual void | CompressData (INT_4U Scheme, INT_2U GZipLevel) |
virtual Compression::compression_base_type | Compression () const |
virtual Common::FrameSpec::Object * | CloneCompressed (cmn_compression_scheme_type Scheme, cmn_compression_level_type Level) const |
void | SetName (const std::string &Name) |
Establish the channel name. | |
void | SetNData (INT_4U NData) |
size_t | GetTypeSize () const |
FrVect & | Merge (const FrVect &RHS) |
subfrvect_type | SubFrVect (INT_4U Start, INT_4U Stop) const |
virtual FrVect * | Create (istream_type &Stream) const |
constructor - virtual | |
virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
Verify the integrity of the object. | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
FrVect () | |
FrVect (const FrVect &Source) | |
Copy 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, INT_2U type, INT_4U nDim, const Dimension *dims, const byte_order_type byte_order=BYTE_ORDER_HOST, const void *data=0, const std::string &unitY="") | |
exc: std::bad_alloc - Memory allocation failed. | |
FrVect (const std::string &name, INT_2U type, INT_4U nDim, const Dimension *dims, const byte_order_type byte_order=BYTE_ORDER_HOST, void *data=0, const std::string &unitY="") | |
exc: std::bad_alloc - Memory allocation failed. | |
FrVect (const std::string &name, compress_type Compress, type_type type, nDim_type nDim, const Dimension *dims, nData_type NData, nBytes_type NBytes, void *data, const std::string &unitY="") | |
template<class T > | |
FrVect (const std::string &name, INT_4U nDim=1, const Dimension *dims=0, const T *data=0, const std::string &unitY="") | |
exc: std::bad_alloc - Memory allocation failed. | |
template<class T > | |
FrVect (const std::string &name, INT_4U nDim=1, const Dimension *dims=0, T *data=0, const std::string &unitY="") | |
exc: std::bad_alloc - Memory allocation failed. | |
FrVect (const Previous::FrVect &Source, istream_type *Stream) | |
virtual | ~FrVect () |
virtual const char * | ObjectStructName () const |
Retrieve the class name of the object. | |
bool | operator== (const FrVect &RHS) const |
bool | operator!= (const FrVect &RHS) const |
FrVect & | operator+= (const FrVect &RHS) |
virtual bool | operator== (const Common::FrameSpec::Object &Obj) const |
comparison operator | |
FrameCPP::cmn_streamsize_type | Bytes (const Common::StreamBase &Stream) const |
Return the number of bytes for this object. | |
const std::string & | GetName () const |
INT_2U | GetCompress () const |
INT_2U | GetType () const |
INT_8U | GetNData () const |
INT_8U | GetNBytes () const |
data_type | GetData () const |
data_type | GetDataRaw () const |
data_type | GetDataRaw () |
data_type | GetDataUncompressed () |
data_pointer_type | GetDataUncompressed (boost::shared_array< CHAR_U > &Expanded) const |
INT_4U | GetNDim () const |
const Dimension & | GetDim (nDim_type Offset) const |
Dimension & | GetDim (nDim_type Offset) |
const std::string | GetUnitY () const |
void | Compress (compression_scheme_type Scheme, int GZipLevel) |
void | Uncompress () |
virtual void | CompressData (INT_4U Scheme, INT_2U GZipLevel) |
virtual Compression::compression_base_type | Compression () const |
virtual Common::FrameSpec::Object * | CloneCompressed (cmn_compression_scheme_type Scheme, cmn_compression_level_type Level) const |
void | SetName (const std::string &Name) |
Establish the channel name. | |
void | SetNData (INT_4U NData) |
size_t | GetTypeSize () const |
FrVect & | Merge (const FrVect &RHS) |
subfrvect_type | SubFrVect (INT_4U Start, INT_4U Stop) const |
virtual FrVect * | Create (istream_type &Stream) const |
constructor - virtual | |
virtual void | VerifyObject (Common::Verify &Verifier, Common::IFrameStream &Stream) const |
Verify the integrity of the object. | |
virtual void | Write (ostream_type &Stream) const |
Write object to the stream. | |
class_type | GetClass () const |
Retrieve the class identifier. | |
class_type | GetClass () const |
Retrieve the class identifier. | |
const Description * | GetDescription () const |
Retrieve FrSH/FrSE description of the parent object. | |
const Description * | GetDescription () const |
Retrieve FrSH/FrSE description of the parent object. | |
ostream_type & | WriteNext (ostream_type &Stream) const |
Write a next pointer to the parent to the stream. | |
ostream_type & | WriteNext (ostream_type &Stream) const |
Write a next pointer to the parent to the stream. | |
virtual Object * | Create () const |
constructor - virtual | |
virtual Object * | Create (std::istream &Buffer) const |
constructor - virtual | |
virtual Object * | Clone () const |
constructor - virtual copy constructor | |
virtual Object * | Clone () const |
constructor - virtual copy constructor | |
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, istream_type *Stream) |
static const char * | StructName () |
static const Common::Description * | StructDescription () |
template<class T > | |
static INT_2U | GetDataType () |
static size_t | GetTypeSize (INT_2U type) |
param: INT_2U type - Data type ID. | |
static promote_ret_type | Promote (INT_2U Source, promote_arg_type Obj, istream_type *Stream) |
static const char * | StructName () |
static const Common::Description * | StructDescription () |
template<class T > | |
static INT_2U | GetDataType () |
static size_t | GetTypeSize (INT_2U type) |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
template<> | |
INT_2U | GetDataType () |
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
Down grade an object. | |
static object_type | DemoteObject (frame_spec_version_type Target, object_type Obj, istream_type *Stream) |
Down grade an object. | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. | |
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. | |
static object_type | PromoteObject (frame_spec_version_type Target, frame_spec_version_type Source, object_type Obj, istream_type *Stream) |
Upgrade an object. | |
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. | |
Static Public Attributes | |
static const int | DEFAULT_GZIP_LEVEL |
Protected Member Functions | |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, istream_type *Stream) const |
Down grade an object. | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, istream_type *Stream) const |
Upgrade an object. | |
void | expandToBuffer (boost::shared_array< CHAR_U > &Dest, INT_8U &DestNBytes) const |
virtual demote_ret_type | demote (INT_2U Target, demote_arg_type Obj, istream_type *Stream) const |
Down grade an object. | |
virtual promote_ret_type | promote (INT_2U Target, promote_arg_type Obj, istream_type *Stream) const |
Upgrade an object. | |
void | expandToBuffer (boost::shared_array< CHAR_U > &Dest, INT_8U &DestNBytes) const |
virtual class_type | getClass () const |
Retrieve the class identifier. | |
virtual class_type | getClass () const |
Retrieve the class identifier. | |
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 | 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 |
Private Member Functions | |
FrVect (istream_type &Stream) | |
void | data_alloc (nBytes_type NBytes) |
void | data_copy (data_const_pointer_type Data, nBytes_type NBytes) |
FrVect (istream_type &Stream) | |
void | data_alloc (nBytes_type NBytes) |
void | data_copy (data_const_pointer_type Data, nBytes_type NBytes) |
Private Attributes | |
data_definition_type | m_data |
const class_type | m_class |
Storage for the class identifier. | |
const Description *const | m_desc |
Description for parent class. | |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef INT_2U FrameCPP::Version_6::FrVect::compress_type |
typedef INT_2U FrameCPP::Version_6::FrVect::compress_type |
typedef const data_element_type* FrameCPP::Version_6::FrVect::data_const_pointer_type |
typedef const data_element_type* FrameCPP::Version_6::FrVect::data_const_pointer_type |
typedef data_type::element_type FrameCPP::Version_6::FrVect::data_element_type |
typedef data_type::element_type FrameCPP::Version_6::FrVect::data_element_type |
typedef data_element_type* FrameCPP::Version_6::FrVect::data_pointer_type |
typedef data_element_type* FrameCPP::Version_6::FrVect::data_pointer_type |
typedef boost::shared_array< CHAR_U > FrameCPP::Version_6::FrVect::data_type |
typedef boost::shared_array< CHAR_U > FrameCPP::Version_6::FrVect::data_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef INT_8U FrameCPP::Version_6::FrVect::nBytes_type |
typedef INT_8U FrameCPP::Version_6::FrVect::nBytes_type |
typedef INT_8U FrameCPP::Version_6::FrVect::nData_type |
typedef INT_8U FrameCPP::Version_6::FrVect::nData_type |
typedef INT_4U FrameCPP::Version_6::FrVect::nDim_type |
typedef INT_4U FrameCPP::Version_6::FrVect::nDim_type |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef std::unique_ptr< FrVect > FrameCPP::Version_6::FrVect::subfrvect_type |
typedef std::unique_ptr< FrVect > FrameCPP::Version_6::FrVect::subfrvect_type |
typedef INT_2U FrameCPP::Version_6::FrVect::type_type |
typedef INT_2U FrameCPP::Version_6::FrVect::type_type |
|
inherited |
|
inherited |
enum FrameCPP::Version_6::FrVect::compression_scheme_type |
enum FrameCPP::Version_6::FrVect::compression_scheme_type |
enum FrameCPP::Version_6::FrVect::data_types_type |
enum FrameCPP::Version_6::FrVect::data_types_type |
FrameCPP::Version_6::FrVect::FrVect | ( | ) |
FrameCPP::Version_6::FrVect::FrVect | ( | const FrVect & | Source | ) |
Copy Constructor.
[in] | Source | Source vector. |
FrameCPP::Version_6::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 = "" ) |
|
explicit |
exc: std::bad_alloc - Memory allocation failed.
param: const std::string& name - The name of the data. param: INT_2U type - The data type. param: INT_4U nDim - The number of dimensions. param: const Dimension* dims - A pointer to 'nDim' Dimension objects param: const byte_order_type byte_order - Byte order of the data. Default param: const void* data - A pointer to the data. Default: 0 param: const std::string& unitY - Units for the data. Default: ""
FrameCPP::Version_6::FrVect::FrVect | ( | const std::string & | name, |
INT_2U | type, | ||
INT_4U | nDim, | ||
const Dimension * | dims, | ||
const byte_order_type | byte_order = BYTE_ORDER_HOST, | ||
void * | data = 0, | ||
const std::string & | unitY = "" ) |
exc: std::bad_alloc - Memory allocation failed.
param: const std::string& name - The name of the data. param: INT_2U type - The data type. param: INT_4U nDim - The number of dimensions. param: const Dimension* dims - A pointer to 'nDim' Dimension objects param: const byte_order_type byte_order - Byte order of the data. param: const void* data - A pointer to the data. Default: 0 param: const std::string& unitY - Units for the data. Default: "" param: bool allocate - Whether to allocate data. Default: true. param: bool owns - Whether to destruct data in the destructor.
|
explicit |
FrameCPP::Version_6::FrVect::FrVect | ( | const std::string & | name, |
INT_4U | nDim = 1, | ||
const Dimension * | dims = 0, | ||
const T * | data = 0, | ||
const std::string & | unitY = "" ) |
exc: std::bad_alloc - Memory allocation failed.
FrameCPP::Version_6::FrVect::FrVect | ( | const std::string & | name, |
INT_4U | nDim = 1, | ||
const Dimension * | dims = 0, | ||
T * | data = 0, | ||
const std::string & | unitY = "" ) |
exc: std::bad_alloc - Memory allocation failed.
FrameCPP::Version_6::FrVect::FrVect | ( | const Previous::FrVect & | Source, |
istream_type * | Stream ) |
|
virtual |
Reimplemented from FrameCPP::Common::FrVect.
|
private |
FrameCPP::Version_6::FrVect::FrVect | ( | ) |
FrameCPP::Version_6::FrVect::FrVect | ( | const FrVect & | Source | ) |
Copy Constructor.
[in] | Source | Source vector. |
FrameCPP::Version_6::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 = "" ) |
|
explicit |
exc: std::bad_alloc - Memory allocation failed.
param: const std::string& name - The name of the data. param: INT_2U type - The data type. param: INT_4U nDim - The number of dimensions. param: const Dimension* dims - A pointer to 'nDim' Dimension objects param: const byte_order_type byte_order - Byte order of the data. Default param: const void* data - A pointer to the data. Default: 0 param: const std::string& unitY - Units for the data. Default: ""
FrameCPP::Version_6::FrVect::FrVect | ( | const std::string & | name, |
INT_2U | type, | ||
INT_4U | nDim, | ||
const Dimension * | dims, | ||
const byte_order_type | byte_order = BYTE_ORDER_HOST, | ||
void * | data = 0, | ||
const std::string & | unitY = "" ) |
exc: std::bad_alloc - Memory allocation failed.
param: const std::string& name - The name of the data. param: INT_2U type - The data type. param: INT_4U nDim - The number of dimensions. param: const Dimension* dims - A pointer to 'nDim' Dimension objects param: const byte_order_type byte_order - Byte order of the data. param: const void* data - A pointer to the data. Default: 0 param: const std::string& unitY - Units for the data. Default: "" param: bool allocate - Whether to allocate data. Default: true. param: bool owns - Whether to destruct data in the destructor.
|
explicit |
FrameCPP::Version_6::FrVect::FrVect | ( | const std::string & | name, |
INT_4U | nDim = 1, | ||
const Dimension * | dims = 0, | ||
const T * | data = 0, | ||
const std::string & | unitY = "" ) |
exc: std::bad_alloc - Memory allocation failed.
FrameCPP::Version_6::FrVect::FrVect | ( | const std::string & | name, |
INT_4U | nDim = 1, | ||
const Dimension * | dims = 0, | ||
T * | data = 0, | ||
const std::string & | unitY = "" ) |
exc: std::bad_alloc - Memory allocation failed.
FrameCPP::Version_6::FrVect::FrVect | ( | const Previous::FrVect & | Source, |
istream_type * | Stream ) |
|
virtual |
Reimplemented from FrameCPP::Common::FrVect.
|
private |
|
virtual |
Return the number of bytes for this object.
[in] | Stream | The stream on which the object will be written or read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Return the number of bytes for this object.
[in] | Stream | The stream on which the object will be written or read. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
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::FrEndOfFile, FrameCPP::Version_8::FrHeader, 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::FrEndOfFile, FrameCPP::Version_8::FrHeader, 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::FrEndOfFile, FrameCPP::Version_8::FrHeader, 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::FrEndOfFile, FrameCPP::Version_8::FrHeader, FrameCPP::Common::PTR_STRUCT_BASE, and FrameCPP::Common::PTR_STRUCT_BASE.
|
virtual |
Implements FrameCPP::Common::FrVect.
|
virtual |
Implements FrameCPP::Common::FrVect.
void FrameCPP::Version_6::FrVect::Compress | ( | compression_scheme_type | Scheme, |
int | GZipLevel ) |
void FrameCPP::Version_6::FrVect::Compress | ( | compression_scheme_type | Scheme, |
int | GZipLevel ) |
|
virtual |
Implements FrameCPP::Common::FrVect.
|
virtual |
Implements FrameCPP::Common::FrVect.
|
inlinevirtual |
Implements FrameCPP::Common::FrVect.
|
virtual |
Implements FrameCPP::Common::FrVect.
|
protectedinherited |
|
protectedinherited |
|
virtualinherited |
constructor - virtual
Reimplemented in FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Version_4::FrTOC, FrameCPP::Version_6::FrTOC, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Version_4::FrTOC, and FrameCPP::Version_6::FrTOC.
|
virtual |
constructor - virtual
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
constructor - virtual
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtualinherited |
constructor - virtual
Reimplemented in FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrameSpec::Object, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrDetector, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrSH, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrStatData, checksum_type >, FrameCPP::Common::FrameSpec::ObjectWithChecksum< Common::FrTOC, checksum_type >, FrameCPP::Version_3::FrHeader, FrameCPP::Version_8::FrHeader, FrameCPP::Version_3::FrHeader, and FrameCPP::Version_8::FrHeader.
|
private |
|
private |
|
private |
|
private |
|
protectedvirtual |
Down grade an object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
Down grade an object.
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. |
|
protected |
|
protected |
|
protectedinherited |
|
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.
|
inline |
INT_2U FrameCPP::Version_6::FrVect::GetCompress | ( | ) | const |
|
inline |
Return a pointer to the data being managed by the FrVect structure.
data_type FrameCPP::Version_6::FrVect::GetData | ( | ) | const |
|
inline |
data_type FrameCPP::Version_6::FrVect::GetDataRaw | ( | ) |
|
inline |
data_type FrameCPP::Version_6::FrVect::GetDataRaw | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inline |
data_type FrameCPP::Version_6::FrVect::GetDataUncompressed | ( | ) |
FrVect::data_pointer_type FrameCPP::Version_6::FrVect::GetDataUncompressed | ( | boost::shared_array< CHAR_U > & | Expanded | ) | const |
data_pointer_type FrameCPP::Version_6::FrVect::GetDataUncompressed | ( | boost::shared_array< CHAR_U > & | Expanded | ) | const |
|
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.
const std::string & FrameCPP::Version_6::FrVect::GetName | ( | ) | const |
const std::string & FrameCPP::Version_6::FrVect::GetName | ( | ) | const |
|
inline |
INT_8U FrameCPP::Version_6::FrVect::GetNBytes | ( | ) | const |
INT_8U FrameCPP::Version_6::FrVect::GetNData | ( | ) | const |
INT_8U FrameCPP::Version_6::FrVect::GetNData | ( | ) | const |
|
inline |
INT_4U FrameCPP::Version_6::FrVect::GetNDim | ( | ) | const |
|
inline |
INT_2U FrameCPP::Version_6::FrVect::GetType | ( | ) | const |
|
inline |
size_t FrameCPP::Version_6::FrVect::GetTypeSize | ( | ) | const |
|
static |
param: INT_2U type - Data type ID.
return: INT_2U - Data size. exc: None.
|
static |
|
inline |
const std::string FrameCPP::Version_6::FrVect::GetUnitY | ( | ) | const |
|
virtual |
Retrieve the class name of the object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Retrieve the class name of the object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
bool FrameCPP::Version_6::FrVect::operator!= | ( | const FrVect & | RHS | ) | const |
bool FrameCPP::Version_6::FrVect::operator!= | ( | const FrVect & | RHS | ) | const |
|
virtual |
comparison operator
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
comparison operator
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
bool FrameCPP::Version_6::FrVect::operator== | ( | const FrVect & | RHS | ) | const |
bool FrameCPP::Version_6::FrVect::operator== | ( | const FrVect & | RHS | ) | const |
|
inlinestatic |
|
static |
|
protectedvirtual |
Upgrade an object.
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
protectedvirtual |
Upgrade an object.
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. |
|
inherited |
|
inline |
Establish the channel name.
Assign a new value for the channel name.
[in] | Name | The channel name |
void FrameCPP::Version_6::FrVect::SetName | ( | const std::string & | Name | ) |
Establish the channel name.
[in] | Name | The channel name |
|
inline |
void FrameCPP::Version_6::FrVect::SetNData | ( | INT_4U | NData | ) |
|
static |
|
static |
|
inlinestatic |
|
static |
FrVect::subfrvect_type FrameCPP::Version_6::FrVect::SubFrVect | ( | INT_4U | Start, |
INT_4U | Stop ) const |
subfrvect_type FrameCPP::Version_6::FrVect::SubFrVect | ( | INT_4U | Start, |
INT_4U | Stop ) const |
void FrameCPP::Version_6::FrVect::Uncompress | ( | ) |
void FrameCPP::Version_6::FrVect::Uncompress | ( | ) |
|
virtual |
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. |
This routine is called to verify the integrety of this FrVect object.
Reimplemented from FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
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.
|
virtual |
Write object to the stream.
[in,out] | Stream | The stream being written with the contents of object. |
Implements FrameCPP::Common::FrameSpec::ObjectInterface.
|
virtual |
Write object to the stream.
[in,out] | Stream | The stream being written with the contents of object. |
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. |
|
static |
|
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.
|
private |
|
privateinherited |
Description for parent class.
The description for the parent class composed of one FrSH and one or more FrSE elements.