Agora
1.2.0
Agora project
|
Recorder worker to write hdf5 output file with all rx symbols. More...
#include "recorder_worker_hdf5.h"
#include <ctime>
#include <fstream>
#include <nlohmann/json.hpp>
#include "comms-lib.h"
#include "logger.h"
#include "utils.h"
#include "version_config.h"
Namespaces | |
Agora_recorder | |
Variables | |
static constexpr bool | Agora_recorder::kDebugPrint = false |
static constexpr size_t | Agora_recorder::kFrameInc = 2000 |
static constexpr ssize_t | Agora_recorder::kFixedDimensions = -1 |
static const std::string | Agora_recorder::kHdf5Group = "Data" |
static constexpr size_t | Agora_recorder::kBeaconDatasetIndex = 0 |
static constexpr size_t | Agora_recorder::kDownlinkDatasetIndex = 1 |
static constexpr size_t | Agora_recorder::kPilotDatasetIndex = 0 |
static constexpr size_t | Agora_recorder::kUplinkDatasetIndex = 1 |
Recorder worker to write hdf5 output file with all rx symbols.