1 #ifndef AUBO_SCOPE_EXPRESSION_H 2 #define AUBO_SCOPE_EXPRESSION_H 13 namespace aubo_scope {
32 std::string toString();
42 void append(
const std::string &expressionPart);
50 void appendVariable(VariablePtr variable);
59 void appendFeature(FeaturePtr feature);
68 void appendWaypoint(WaypointPtr waypoint);
76 void appendIo(IoPtr io);
79 friend class DataSwitch;
86 #endif // AUBO_SCOPE_EXPRESSION_H ARCS_CLASS_FORWARD(GripForceCapability)