Side.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
armarx::control::pointing::core
4
{
5
/**
6
* @brief Describes the side of an arm.
7
*
8
* @ingroup Library-pointing
9
*/
10
enum
Side
11
{
12
LEFT
,
13
RIGHT
14
};
15
16
}
// namespace armarx::control::pointing::core
armarx::control::pointing::core::Side
Side
Describes the side of an arm.
Definition
Side.h:11
armarx::control::pointing::core::LEFT
@ LEFT
Definition
Side.h:12
armarx::control::pointing::core::RIGHT
@ RIGHT
Definition
Side.h:13
armarx::control::pointing::core
Definition
Pointing.cpp:14
armarx
control
pointing
core
Side.h
Generated by
1.13.2