ldas-tools-framecpp  2.7.0
Public Member Functions | Public Attributes | List of all members
FrameCPP::Version_8::FrVect::data_definition_type Struct Reference

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)
 
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)
 
bool operator== (const data_definition_type &RHS) const
 

Public Attributes

STRING name
 
compress_type compress
 Compression algorithm number. More...
 
type_type type
 Vector class. More...
 
nData_type nData
 Number of sample elements in data series. More...
 
nBytes_type nBytes
 Number of bytes in the compressed vector. More...
 
data_type data
 Compressed data series. More...
 
dimension_container_type dimension
 Dimension data for data series. More...
 
STRING unitY
 

Constructor & Destructor Documentation

◆ data_definition_type() [1/4]

FrameCPP::Version_8::FrVect::data_definition_type::data_definition_type ( )

◆ data_definition_type() [2/4]

FrameCPP::Version_8::FrVect::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 
)

◆ data_definition_type() [3/4]

FrVect::data_definition_type::data_definition_type ( )

◆ data_definition_type() [4/4]

FrVect::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 
)

Member Function Documentation

◆ copy_core() [1/2]

void FrameCPP::Version_8::FrVect::data_definition_type::copy_core ( const data_definition_type Source)

◆ copy_core() [2/2]

void FrVect::data_definition_type::copy_core ( const data_definition_type Source)

◆ operator==() [1/2]

bool FrameCPP::Version_8::FrVect::data_definition_type::operator== ( const data_definition_type RHS) const

◆ operator==() [2/2]

bool FrameCPP::Version_8::FrVect::data_definition_type::operator== ( const data_definition_type RHS) const

Member Data Documentation

◆ compress

compress_type FrameCPP::Version_8::FrVect::data_definition_type::compress

Compression algorithm number.

◆ data

data_type FrameCPP::Version_8::FrVect::data_definition_type::data

Compressed data series.

◆ dimension

dimension_container_type FrameCPP::Version_8::FrVect::data_definition_type::dimension

Dimension data for data series.

◆ name

STRING FrameCPP::Version_8::FrVect::data_definition_type::name

Channel name.

Note
Not required to be unique.

◆ nBytes

nBytes_type FrameCPP::Version_8::FrVect::data_definition_type::nBytes

Number of bytes in the compressed vector.

◆ nData

nData_type FrameCPP::Version_8::FrVect::data_definition_type::nData

Number of sample elements in data series.

◆ type

type_type FrameCPP::Version_8::FrVect::data_definition_type::type

Vector class.

◆ unitY

STRING FrameCPP::Version_8::FrVect::data_definition_type::unitY

String describing how to interpret the value of each element.


The documentation for this struct was generated from the following files: