|
AARE
Data analysis library for PSI hybrid detectors
|
#include <cstdint>#include <string>#include <typeinfo>Go to the source code of this file.
Data Structures | |
| class | aare::DType |
Namespaces | |
| namespace | aare |
| Frame class to represent a single frame of data model class should be able to work with streams coming from files or network. | |
Enumerations | |
| enum class | aare::endian { aare::little = __ORDER_LITTLE_ENDIAN__ , aare::big = __ORDER_BIG_ENDIAN__ , aare::native = __BYTE_ORDER__ } |