areaDetector
3-13
EPICS areaDetector framework
|
#include <ostream>
#include <string>
#include <vector>
#include <map>
#include <set>
Go to the source code of this file.
Classes | |
class | hdf5::DataSource |
Class used for writing a DataSource with the NDFileHDF5 plugin. More... | |
class | hdf5::Attribute |
Class used for writing an Attribute with the NDFileHDF5 plugin. More... | |
class | hdf5::Element |
Describe a generic structure element with the NDFileHDF5 plugin. More... | |
class | hdf5::Dataset |
Class used for writing a DataSet with the NDFileHDF5 plugin. More... | |
class | hdf5::HardLink |
Class used for writing a HardLink with the NDFileHDF5 plugin. More... | |
class | hdf5::Group |
Describe a group element. More... | |
class | hdf5::Root |
Class used for writing the root of the file with the NDFileHDF5 plugin. More... | |
Namespaces | |
hdf5 | |
Enumerations | |
enum | hdf5::When_t { hdf5::OnFrame , hdf5::OnFileOpen , hdf5::OnFileClose } |
enum | hdf5::DataSrc_t { hdf5::notset , hdf5::detector , hdf5::ndattribute , hdf5::constant } |
enum | hdf5::DataType_t { hdf5::int8 , hdf5::uint8 , hdf5::int16 , hdf5::uint16 , hdf5::int32 , hdf5::uint32 , hdf5::int64 , hdf5::uint64 , hdf5::float32 , hdf5::float64 , hdf5::string } |