C++ API Reference¶
Control¶
The control interface is the high level interface that controls an acquisition.
Warning
doxygenclass: Cannot find class “lima::control” in doxygen xml output for project “common” from directory: .doxygen/common/
Allocators¶
Warning
doxygenclass: Cannot find class “lima::numa_allocator” in doxygen xml output for project “common” from directory: .doxygen/common/
Warning
doxygenclass: Cannot find class “lima::track_allocator” in doxygen xml output for project “common” from directory: .doxygen/common/
RPC¶
Warning
doxygenclass: Cannot find class “lima::rpc::client” in doxygen xml output for project “common” from directory: .doxygen/common/
Warning
doxygenclass: Cannot find class “lima::rpc::server” in doxygen xml output for project “common” from directory: .doxygen/common/
Channels¶
Warning
doxygenfunction: Cannot find function “lima::make_buffered_channel” in doxygen xml output for project “common” from directory: .doxygen/common/
Warning
doxygenfunction: Cannot find function “lima::make_unbuffered_channel” in doxygen xml output for project “common” from directory: .doxygen/common/
Warning
doxygenclass: Cannot find class “lima::sender” in doxygen xml output for project “common” from directory: .doxygen/common/
Warning
doxygenclass: Cannot find class “lima::receiver” in doxygen xml output for project “common” from directory: .doxygen/common/
HDF5¶
-
class file : private boost::base_from_member<shared_file_hid_t>, public lima::io::h5::detail::attrs_base<file>, public lima::io::h5::detail::dset_base<file>¶
Represents an HDF5 file.
Subclassed by lima::io::h5::nx::file
Public Functions¶
-
inline bool is_open() const¶
Returns true if the file is open (aka the hid is valid)
-
inline bool is_open() const¶
-
class group : private boost::base_from_member<shared_group_hid_t>, public lima::io::h5::detail::attrs_base<group>, public lima::io::h5::detail::dset_base<group>¶
Represents an HDF5 group.
Subclassed by lima::io::h5::nx::group
Public Functions¶
-
inline bool is_open() const¶
Returns true if the group is open (aka the hid is valid)
-
inline bool is_open() const¶
-
class dataset : private boost::base_from_member<shared_dataset_hid_t>, public lima::io::h5::detail::attrs_base<dataset>¶
Represents an HDF5 dataset.
Public Functions¶
-
inline bool is_open() const¶
Returns true if the dataset is open (aka the hid is valid)
-
inline dataspace space() const¶
Returns a copy of the dataspace of the dataset.
-
inline predef_datatype datatype() const¶
Returns the datatype of the dataset.
-
inline void write(const void *buffer, predef_datatype dtype, hid_t mem_dspace = H5S_ALL, hid_t file_dspace = H5S_ALL, hid_t dtpl_id = H5P_DEFAULT)¶
Writes data to the dataset.
-
inline void write_chunk(const void *buffer, uint32_t filter_mask, hsize_t offset[], size_t data_size, hid_t dtpl_id = H5P_DEFAULT)¶
Writes chunk to the dataset.
-
inline void read(void *buffer, predef_datatype dtype, hid_t mem_dspace = H5S_ALL, hid_t file_dspace = H5S_ALL, hid_t dtpl_id = H5P_DEFAULT)¶
Reads from the dataset.
-
inline bool is_open() const¶