CommonPlace.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
6 {
7  struct CommonPlace
8  {
9  std::string source;
10  std::string locationName;
11  int priority;
12  };
13 
14 } // namespace armarx::priorknowledge::util
armarx::priorknowledge::util::CommonPlace::locationName
std::string locationName
Definition: CommonPlace.h:10
armarx::priorknowledge::util::CommonPlace
Definition: CommonPlace.h:7
armarx::priorknowledge::util::CommonPlace::priority
int priority
Definition: CommonPlace.h:11
armarx::priorknowledge::util
Definition: AffordanceLoader.cpp:6
armarx::priorknowledge::util::CommonPlace::source
std::string source
Definition: CommonPlace.h:9