constants.cpp
Go to the documentation of this file.
1 #include "constants.h"
2 
4 {
5  const std::string constants::ARVIZ_LAYER_NAME = "Pointing";
6  const std::string constants::POINT_AT_SKILL_NAME = "PointAt";
7 
8 } // namespace armarx::control::pointing
armarx::control::pointing
Definition: constants.cpp:3
constants.h
armarx::control::pointing::constants::ARVIZ_LAYER_NAME
const std::string ARVIZ_LAYER_NAME
Definition: constants.cpp:5
armarx::control::pointing::constants::POINT_AT_SKILL_NAME
const std::string POINT_AT_SKILL_NAME
Definition: constants.cpp:6