ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
turnstate.h
Go to the documentation of this file.
1
/********************************************************************************
2
* Copyright (C) 2017-2021 German Aerospace Center (DLR).
3
* Eclipse ADORe, Automated Driving Open Research https://eclipse.org/adore
4
*
5
* This program and the accompanying materials are made available under the
6
* terms of the Eclipse Public License 2.0 which is available at
7
* http://www.eclipse.org/legal/epl-2.0.
8
*
9
* SPDX-License-Identifier: EPL-2.0
10
*
11
* Contributors:
12
* Thomas Lobig
13
********************************************************************************/
14
#pragma once
15
16
namespace
adore
17
{
18
namespace
fun
19
{
20
enum
Turnstate
21
{
22
off
,
23
left
,
24
right
,
25
both
26
};
27
}
28
}
// namespace adore
adore::fun::Turnstate
Turnstate
Definition:
turnstate.h:21
adore::fun::right
@ right
Definition:
turnstate.h:24
adore::fun::off
@ off
Definition:
turnstate.h:22
adore::fun::both
@ both
Definition:
turnstate.h:25
adore::fun::left
@ left
Definition:
turnstate.h:23
adore
Definition:
areaofeffectconverter.h:20
libadore
libadore
adore
fun
include
adore
fun
turnstate.h
Generated by
1.9.1