ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Variables
_
a
c
e
h
i
k
l
m
n
p
r
s
t
v
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
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
v
w
Typedefs
a
c
d
e
h
m
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
g
j
m
o
p
s
t
Functions
a
c
e
m
o
p
s
t
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
common
libdaq
src
include
daq
makeDpSpec.hpp
Go to the documentation of this file.
1
/**
2
* @file
3
* @ingroup daq_libdaq
4
* @copyright
5
* (c) Copyright ESO 2022
6
* All Rights Reserved
7
* ESO (eso.org) is an Intergovernmental Organisation, and therefore special legal conditions apply.
8
*/
9
#ifndef DAQ_MAKEDPSPEC_HPP
10
#define DAQ_MAKEDPSPEC_HPP
11
#include <log4cplus/logger.h>
12
13
#include <
daq/daqContext.hpp
>
14
#include <
daq/json/dpSpec.hpp
>
15
16
namespace
daq
{
17
18
/**
19
* Creates a Data Product Specification as serialized JSON from the provided DaqContext.
20
*
21
* DaqContext::specification influences:
22
* - Source merge order
23
* - Merge target.
24
* - Keyword rules.
25
*/
26
json::DpSpec
MakeDataProductSpecification
(DaqContext
const
& ctx, log4cplus::Logger& logger);
27
28
}
29
#endif
// DAQ_MAKEDPSPEC_HPP
daqContext.hpp
Contains declaration of daq::Context.
dpSpec.hpp
daq
Definition:
asyncProcess.cpp:15
daq::MakeDataProductSpecification
json::DpSpec MakeDataProductSpecification(DaqContext const &ctx, log4cplus::Logger &logger)
Creates a Data Product Specification as serialized JSON from the provided DaqContext.
Definition:
makeDpSpec.cpp:266
Generated by
1.9.1