ChimeraTK-DeviceAccess  03.18.00
ChimeraTK::MapFileParser Class Reference

Provides method to parse MAP file. More...

#include <MapFileParser.h>

Public Member Functions

std::pair< NumericAddressedRegisterCatalogue, MetadataCatalogueparse (const std::string &file_name)
 Performs parsing of specified MAP file. More...
 

Detailed Description

Provides method to parse MAP file.

Definition at line 21 of file MapFileParser.h.

Member Function Documentation

◆ parse()

std::pair< NumericAddressedRegisterCatalogue, MetadataCatalogue > ChimeraTK::MapFileParser::parse ( const std::string &  file_name)

Performs parsing of specified MAP file.

Returns pointer to RegisterInfo object describing all registers and metadata available in file.

Exceptions
ChimeraTK::logic_errorif parsing error detected or the specified MAP file cannot be opened
Parameters
file_namename of MAP file
Returns
pointer to RegisterInfoMap object

Definition at line 19 of file MapFileParser.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: