FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
hdf5_handler.h File Reference

Header file for HDF5 data export and import functions. More...

#include <string>
#include <vector>
#include "core/config.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)
 Adds a chunk of data to an 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.
 

Detailed Description

Header file for HDF5 data export and import functions.

Definition in file hdf5_handler.h.