|
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| compress_type FrameCPP::Version_8::FrVectImpl::Data::data_definition_type::compress |
Compression algorithm number.
| data_type FrameCPP::Version_8::FrVectImpl::Data::data_definition_type::data |
Compressed data series.
| dimension_container_type FrameCPP::Version_8::FrVectImpl::Data::data_definition_type::dimension |
Dimension data for data series.
| name_type FrameCPP::Version_8::FrVectImpl::Data::data_definition_type::name |
Channel name.
| nBytes_type FrameCPP::Version_8::FrVectImpl::Data::data_definition_type::nBytes |
Number of bytes in the compressed vector.
| nData_type FrameCPP::Version_8::FrVectImpl::Data::data_definition_type::nData |
Number of sample elements in data series.
| type_type FrameCPP::Version_8::FrVectImpl::Data::data_definition_type::type |
Vector class.
| unit_y_type FrameCPP::Version_8::FrVectImpl::Data::data_definition_type::unitY |
String describing how to interpret the value of each element.