Base class for reading CDX files.
More...
#include <ReadFile.h>
|
|
std::map< std::string, std::vector< double > > | ref_delays |
| |
|
const std::string | file_name |
| | the CDX file's name
|
| |
|
H5::H5File | h5file |
| | the handle to the HDF5 file
|
| |
|
double | c0_m_s |
| | the speed of light in m/s
|
| |
|
double | cir_rate_Hz |
| | the CIR update rate in Hz
|
| |
|
double | transmitter_frequency_Hz |
| | the transmitter frequency in Hz
|
| |
|
std::string | delay_type |
| | the delay type, either "continuous-delay" or "discrete-delay"
|
| |
|
std::vector< std::string > | link_names |
| | vector of the link names
|
| |
|
H5::Group | links_group |
| | handle to the group in the HDF5 file that stores the links
|
| |
|
const size_t | nof_links |
| | the number of the links
|
| |
|
std::map< std::string, H5::Group * > | link_groups |
| | vector of pointers to HDF5 groups which contain data for each link in file
|
| |
|
| static double | read_double_h5 (H5::H5File file, std::string dataset_name) |
| | Reads a double from an HDF5 file. More...
|
| |
| static std::string | read_string_h5 (H5::H5File file, std::string path) |
| | Reads string of given path from an CDX file. More...
|
| |
Base class for reading CDX files.
◆ get_reference_delays()
| vector< double > CDX::ReadFile::get_reference_delays |
( |
std::string |
link | ) |
|
|
protected |
return reference delays for a specific link
The documentation for this class was generated from the following files: