![]() |
ChimeraTK-DeviceAccess 03.20.00
|
#include <MapFileParser.h>
Static Public Member Functions | |
static std::pair< NumericAddressedRegisterCatalogue, MetadataCatalogue > | parse (const std::string &fileName) |
Performs parsing of specified MAP file, resulting in catalogue objects describing all registers and metadata available in file. | |
Definition at line 12 of file MapFileParser.h.
|
static |
Performs parsing of specified MAP file, resulting in catalogue objects describing all registers and metadata available in file.
ChimeraTK::logic_error | if parsing error detected or the specified MAP file cannot be opened. |
fileName | name of MAP file |
Definition at line 15 of file MapFileParser.cpp.