Class used for writing a DataSource with the NDFileHDF5 plugin.
More...
#include <NDFileHDF5Layout.h>
Class used for writing a DataSource with the NDFileHDF5 plugin.
◆ DataSource() [1/5]
hdf5::DataSource::DataSource |
( |
| ) |
|
◆ DataSource() [2/5]
hdf5::DataSource::DataSource |
( |
DataSrc_t |
src, |
|
|
const std::string & |
val |
|
) |
| |
◆ DataSource() [3/5]
hdf5::DataSource::DataSource |
( |
DataSrc_t |
src | ) |
|
◆ DataSource() [4/5]
◆ DataSource() [5/5]
hdf5::DataSource::DataSource |
( |
const DataSource & |
src | ) |
|
◆ ~DataSource()
hdf5::DataSource::~DataSource |
( |
| ) |
|
|
inline |
◆ datatype_size()
size_t hdf5::DataSource::datatype_size |
( |
| ) |
|
◆ get_datatype()
return the string that define the source: either name of NDAttribute or constant value
◆ get_src_def()
std::string hdf5::DataSource::get_src_def |
( |
| ) |
|
◆ get_when_to_save()
When_t hdf5::DataSource::get_when_to_save |
( |
| ) |
|
◆ is_src()
bool hdf5::DataSource::is_src |
( |
DataSrc_t |
src | ) |
|
◆ is_src_constant()
bool hdf5::DataSource::is_src_constant |
( |
| ) |
|
◆ is_src_detector()
bool hdf5::DataSource::is_src_detector |
( |
| ) |
|
◆ is_src_ndattribute()
bool hdf5::DataSource::is_src_ndattribute |
( |
| ) |
|
◆ operator=()
Assignment operator Copies the sources private data members to this object.
◆ set_const_datatype_value()
void hdf5::DataSource::set_const_datatype_value |
( |
DataType_t |
dtype, |
|
|
const std::string & |
str_val |
|
) |
| |
◆ set_datatype()
void hdf5::DataSource::set_datatype |
( |
DataType_t |
type | ) |
|
◆ set_when_to_save()
void hdf5::DataSource::set_when_to_save |
( |
When_t |
when | ) |
|
The documentation for this class was generated from the following files: