ChimeraTK-DeviceAccess
03.20.00
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
s
t
u
w
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
i
m
r
s
t
v
Enumerations
Enumerator
Related Symbols
a
d
e
l
m
n
o
r
s
t
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
g
i
l
m
o
p
r
s
t
Variables
Typedefs
Enumerations
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
JsonMapFileParser.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 <fstream>
9
10
namespace
ChimeraTK::detail {
11
16
class
JsonMapFileParser {
17
public
:
18
explicit
JsonMapFileParser(std::string fileName);
19
~JsonMapFileParser();
20
28
std::pair<NumericAddressedRegisterCatalogue, MetadataCatalogue> parse(std::ifstream& stream);
29
30
private
:
31
struct
Imp;
32
std::unique_ptr<Imp> _theImp;
33
};
34
35
}
// namespace ChimeraTK::detail
MetadataCatalogue.h
NumericAddressedRegisterCatalogue.h
sources
ChimeraTK-DeviceAccess
include
JsonMapFileParser.h
Generated by
1.9.8