|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Header file for HDF5 data export and import functions. More...
#include <mutex>#include <string>#include <vector>#include "core/config.h"#include "core/output_metadata.h"
Include dependency graph for hdf5_handler.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | HighFive |
| namespace | serial |
Functions | |
| void | serial::addChunkToFile (HighFive::File &file, const std::vector< ComplexType > &data, RealType time, RealType fullscale, unsigned count, const core::PulseChunkMetadata *metadata=nullptr) |
| Adds a chunk of data to an HDF5 file. | |
| void | serial::writeOutputFileMetadataAttributes (HighFive::File &file, const core::OutputFileMetadata &metadata) |
| Writes additive FERS output metadata attributes to an open HDF5 file. | |
| void | serial::readPulseData (const std::string &name, std::vector< ComplexType > &data) |
| Reads pulse data from an HDF5 file. | |
| std::vector< std::vector< RealType > > | serial::readPattern (const std::string &name, const std::string &datasetName) |
| Reads a 2D pattern dataset from an HDF5 file. | |
Header file for HDF5 data export and import functions.
Definition in file hdf5_handler.h.