ChimeraTK-DeviceAccess 03.25.00
Loading...
Searching...
No Matches
MapFileParser.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK, ChimeraTK Project <chimeratk-support@desy.de>
2// SPDX-License-Identifier: LGPL-3.0-or-later
3#pragma once
4
5#include "MetadataCatalogue.h"
7
8#include <string>
9
10namespace ChimeraTK {
11
13 public:
22 static std::pair<NumericAddressedRegisterCatalogue, MetadataCatalogue> parse(const std::string& fileName);
23 };
24
25} // namespace ChimeraTK
static std::pair< NumericAddressedRegisterCatalogue, MetadataCatalogue > parse(const std::string &fileName)
Performs parsing of specified MAP file, resulting in catalogue objects describing all registers and m...