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
"
6
#include "
NumericAddressedRegisterCatalogue.h
"
7
8
#include <string>
9
10
namespace
ChimeraTK
{
11
12
class
MapFileParser
{
13
public
:
22
static
std::pair<NumericAddressedRegisterCatalogue, MetadataCatalogue>
parse
(
const
std::string& fileName);
23
};
24
25
}
// namespace ChimeraTK
MetadataCatalogue.h
NumericAddressedRegisterCatalogue.h
ChimeraTK::MapFileParser
Definition
MapFileParser.h:12
ChimeraTK::MapFileParser::parse
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...
Definition
MapFileParser.cpp:15
ChimeraTK
Definition
DummyBackend.h:16
sources
ChimeraTK-DeviceAccess
include
MapFileParser.h
Generated by
1.9.8