DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
types.hpp
Go to the documentation of this file.
1
// DUNE DAQ modification notice:
2
// This file has been modified from the original ATLAS dbe source for the DUNE DAQ project.
3
// Fork baseline commit: dbe-02-12-17 (2022-05-12).
4
// Renamed since fork: yes (from dbe/types.h to include/dbe/types.hpp).
5
6
/*
7
* types.h
8
*
9
* Created on: Nov 3, 2015
10
* Author: lgeorgop
11
*/
12
13
#ifndef DBE_TYPES_H_
14
#define DBE_TYPES_H_
15
16
#include <mutex>
17
18
namespace
dbe
19
{
20
namespace
types
21
{
22
namespace
common
23
{
24
25
typedef
std::mutex
type_mutex
;
26
typedef
std::lock_guard<type_mutex>
type_lock
;
27
28
}
29
}
30
}
31
32
#endif
/* DBE_TYPES_H_ */
dbe::types::common
Definition
types.hpp:23
dbe::types::common::type_lock
std::lock_guard< type_mutex > type_lock
Definition
types.hpp:26
dbe::types::common::type_mutex
std::mutex type_mutex
Definition
types.hpp:25
dbe::types
Definition
types.hpp:21
dbe
Include QT Headers.
Definition
BatchChangeWidget.hpp:18
Generated on
for DUNE-DAQ by
1.17.0