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