|
ldas-tools-framecpp 3.0.4
|
#include <FrVectData.hh>
Public Member Functions | |
| data_definition_type () | |
| data_definition_type (const std::string &n, INT_2U t, const byte_order_type byte_order, nDim_type ndim, const Dimension *dims, const std::string &unit) | |
| void | copy_core (const data_definition_type &Source) |
| void | set (const std::string &n, INT_2U t, const byte_order_type byte_order, nDim_type ndim, const Dimension *dims, const std::string &unit) |
| bool | operator== (const data_definition_type &RHS) const |
| data_definition_type () | |
| data_definition_type (const std::string &n, INT_2U t, const byte_order_type byte_order, nDim_type ndim, const Dimension *dims, const std::string &unit) | |
| void | copy_core (const data_definition_type &Source) |
| void | set (const std::string &n, INT_2U t, const byte_order_type byte_order, nDim_type ndim, const Dimension *dims, const std::string &unit) |
| bool | operator== (const data_definition_type &RHS) const |
Static Public Member Functions | |
| static FrameCPP::cmn_streamsize_type | calc_nData (const std::vector< Dimension > &Dimensions) |
| static FrameCPP::cmn_streamsize_type | calc_nData (const std::vector< Dimension > &Dimensions) |
Public Attributes | |
| name_type | name |
| compress_type | compress |
| Compression algorithm number. | |
| type_type | type |
| Vector class. | |
| nData_type | nData |
| Number of sample elements in data series. | |
| nBytes_type | nBytes |
| Number of bytes in the compressed vector. | |
| data_type | data |
| Compressed data series. | |
| dimension_container_type | dimension |
| Dimension data for data series. | |
| unit_y_type | unitY |
| n_data_valid_type | nDataValid = 0 |
| Number of bytes in the data valid vector. | |
| data_valid_comp_scheme_type | dataValidCompScheme = RAW |
| Compression scheme used by dataValid vector. | |
| n_data_valid_comp_bytes_type | nDataValidCompBytes = 0 |
| Number of bytes in the compressed data valid vector. | |
| data_valid_type | dataValid |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| compress_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::compress |
Compression algorithm number.
| data_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::data |
Compressed data series.
| data_valid_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::dataValid |
This is an array of dataValid value covering the span of the FrVect.data. A value of 0 in teh array signifies the corresponding block of data is valid. A non-zero value in the array signifies data as suspect
| data_valid_comp_scheme_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::dataValidCompScheme = RAW |
Compression scheme used by dataValid vector.
| dimension_container_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::dimension |
Dimension data for data series.
| name_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::name |
Channel name.
| nBytes_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::nBytes |
Number of bytes in the compressed vector.
| nData_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::nData |
Number of sample elements in data series.
| n_data_valid_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::nDataValid = 0 |
Number of bytes in the data valid vector.
| n_data_valid_comp_bytes_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::nDataValidCompBytes = 0 |
Number of bytes in the compressed data valid vector.
| type_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::type |
Vector class.
| unit_y_type FrameCPP::Version_9::FrVectImpl::Data::data_definition_type::unitY |
String describing how to interpret the value of each element.