RMW desert
1.0
Loading...
Searching...
No Matches
src
desert_classes
DesertWaitSet.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (C) 2024 Davide Costa *
3
* *
4
* This file is part of RMW desert. *
5
* *
6
* RMW desert is free software: you can redistribute it and/or modify it *
7
* under the terms of the GNU General Public License as published by the *
8
* Free Software Foundation, either version 3 of the License, or any *
9
* later version. *
10
* *
11
* RMW desert is distributed in the hope that it will be useful, *
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14
* GNU General Public License for more details. *
15
* *
16
* You should have received a copy of the GNU General Public License *
17
* along with RMW desert. If not, see <http://www.gnu.org/licenses/>. *
18
****************************************************************************/
19
30
#ifndef DESERT_WAIT_SET_H_
31
#define DESERT_WAIT_SET_H_
32
33
class
DesertWaitset
34
{
35
public
:
36
DesertWaitset
()
37
{}
38
39
std::mutex lock;
40
bool
inuse;
41
};
42
43
#endif
DesertWaitset
Definition
DesertWaitSet.h:34
Generated by
1.9.8