DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
types.hpp
Go to the documentation of this file.
1
/*
2
* types.h
3
*
4
* Created on: Nov 3, 2015
5
* Author: lgeorgop
6
*/
7
8
#ifndef DBE_TYPES_H_
9
#define DBE_TYPES_H_
10
11
#include <mutex>
12
13
namespace
dbe
14
{
15
namespace
types
16
{
17
namespace
common
18
{
19
20
typedef
std::mutex
type_mutex
;
21
typedef
std::lock_guard<type_mutex>
type_lock
;
22
23
}
24
}
25
}
26
27
#endif
/* DBE_TYPES_H_ */
dbe::types::common::type_lock
std::lock_guard< type_mutex > type_lock
Definition
types.hpp:21
dbe::types::common::type_mutex
std::mutex type_mutex
Definition
types.hpp:20
dbe
Include QT Headers.
Definition
BatchChangeWidget.hpp:13
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0