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