1#ifndef AUBO_SCOPE_EXPRESSION_H
2#define AUBO_SCOPE_EXPRESSION_H
52 void append(
const std::string &expressionPart);
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
表达式 表达式可用于配置各种内置程序节点,例如 If 和 Wait 节点。表达式通常是条件表达式 (计算结果为 true 或 false)。
void appendWaypoint(WaypointPtr waypoint)
向表达式追加路点对象。
Expression(Expression &f)
void append(const std::string &expressionPart)
向表达式追加字符串部分。
void appendVariable(VariablePtr variable)
向表达式追加变量对象。
Expression(Expression &&f)
void appendIo(IoPtr io)
向表达式追加I/O对象。
void appendFeature(FeaturePtr feature)
向表达式追加特征对象。