DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
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
18namespace dbe
19{
20namespace types
21{
22namespace common
23{
24
25typedef std::mutex type_mutex;
26typedef std::lock_guard<type_mutex> type_lock;
27
28}
29}
30}
31
32#endif /* DBE_TYPES_H_ */
std::lock_guard< type_mutex > type_lock
Definition types.hpp:26
std::mutex type_mutex
Definition types.hpp:25
Include QT Headers.