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
c
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
e
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
BackendRegisterCatalogue.cc
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
4
#include "
BackendRegisterCatalogue.h
"
5
6
namespace
ChimeraTK
{
7
8
/********************************************************************************************************************/
9
10
[[nodiscard]] std::shared_ptr<async::DataConsistencyRealm>
BackendRegisterCatalogueBase::getDataConsistencyRealm
(
11
const
std::vector<size_t>&
/* qualifiedAsyncDomainId */
)
const
{
12
return
nullptr
;
13
}
10
[[nodiscard]] std::shared_ptr<async::DataConsistencyRealm>
BackendRegisterCatalogueBase::getDataConsistencyRealm
( {
…
}
14
15
/********************************************************************************************************************/
16
17
[[nodiscard]]
RegisterPath
BackendRegisterCatalogueBase::getDataConsistencyKeyRegisterPath
(
18
const
std::vector<size_t>&
/* qualifiedAsyncDomainId */
)
const
{
19
return
{};
20
}
17
[[nodiscard]]
RegisterPath
BackendRegisterCatalogueBase::getDataConsistencyKeyRegisterPath
( {
…
}
21
22
/********************************************************************************************************************/
23
24
}
// namespace ChimeraTK
BackendRegisterCatalogue.h
ChimeraTK::BackendRegisterCatalogueBase::getDataConsistencyRealm
virtual std::shared_ptr< async::DataConsistencyRealm > getDataConsistencyRealm(const std::vector< size_t > &qualifiedAsyncDomainId) const
Return DataConsistencyRealm for the given qualified AsyncDomainId.
Definition
BackendRegisterCatalogue.cc:10
ChimeraTK::BackendRegisterCatalogueBase::getDataConsistencyKeyRegisterPath
virtual RegisterPath getDataConsistencyKeyRegisterPath(const std::vector< size_t > &qualifiedAsyncDomainId) const
Return RegisterPath for the register containing the DataConsistencyKey value for the given qualified ...
Definition
BackendRegisterCatalogue.cc:17
ChimeraTK::RegisterPath
Class to store a register path name.
Definition
RegisterPath.h:16
ChimeraTK
Definition
DummyBackend.h:16
sources
ChimeraTK-DeviceAccess
src
BackendRegisterCatalogue.cc
Generated by
1.9.8