1 #ifndef AUBO_SCOPE_VARIABLE_FACTORY_H 2 #define AUBO_SCOPE_VARIABLE_FACTORY_H 44 GlobalVariablePtr createGlobalVariable(
const std::string &suggested_name);
76 GlobalVariablePtr createGlobalVariable(
const std::string &suggested_name,
77 ExpressionPtr initialValue);
108 FeatureVariablePtr createFeatureVariable(
const std::string &suggested_name,
109 const std::vector<double> &pose);
112 friend class DataSwitch;
119 #endif // AUBO_SCOPE_VARIABLE_FACTORY_H ARCS_CLASS_FORWARD(GripForceCapability)