AuboStudio SDK  0.6.3
arcs::aubo_scope::FeatureVariable类 参考

\chinese 特征变量 在安装中被标记为变量的特征,即使在机器人关闭和重新启动后也会存在。 \endchinese \english FeatureVariable A Feature marked as a Variable in the installation will exist even when a robot is turned off and on. 更多...

#include <feature_variable.h>

类 arcs::aubo_scope::FeatureVariable 继承关系图:
arcs::aubo_scope::FeatureVariable 的协作图:

Public 成员函数

 FeatureVariable (FeatureVariable &f)
 FeatureVariable (FeatureVariable &&f)
virtual ~FeatureVariable ()
Public 成员函数 继承自 arcs::aubo_scope::PersistedVariable
 PersistedVariable (PersistedVariable &f)
 PersistedVariable (PersistedVariable &&f)
virtual ~PersistedVariable ()
bool isResolvable ()
 \chinese 持久化变量无法保证始终存在。当终端用户加载不包含该变量的不同安装或删除该变量时, 持久化变量将不可用。如果变量无法解析,存储了PersistedVariable的程序节点将变 为未定义。
Public 成员函数 继承自 arcs::aubo_scope::Variable
 Variable (Variable &f)
 Variable (Variable &&f)
virtual ~Variable ()
Type getType ()
 \chinese 获取变量类型
std::string getDisplayName ()
 \chinese 获取变量显示名称。注意:变量可随时被重命名。
bool equals (VariablePtr object)
 \chinese 判断是否引用相同的内部变量
size_t hashCode ()
 \chinese 获取哈希码
std::string toString ()
 \chinese 获取变量的字符串表示

Private 成员函数

 FeatureVariable ()

Private 属性

void * d_ { nullptr }

友元

class DataSwitch

额外继承的成员函数

Public 类型 继承自 arcs::aubo_scope::Variable
enum  Type : int { GLOBAL , VALUE_PERSISTED , FEATURE }
 The variable type used to determine which type of variable this instance is. 更多...
Protected 成员函数 继承自 arcs::aubo_scope::PersistedVariable
 PersistedVariable ()
Protected 成员函数 继承自 arcs::aubo_scope::Variable
 Variable ()

详细描述

\chinese 特征变量 在安装中被标记为变量的特征,即使在机器人关闭和重新启动后也会存在。 \endchinese \english FeatureVariable A Feature marked as a Variable in the installation will exist even when a robot is turned off and on.

\endenglish

在文件 feature_variable.h21 行定义.

构造及析构函数说明

◆ FeatureVariable() [1/3]

arcs::aubo_scope::FeatureVariable::FeatureVariable ( FeatureVariable & f)

引用了 FeatureVariable().

被这些函数引用 FeatureVariable() , 以及 FeatureVariable().

函数调用图:
这是这个函数的调用关系图:

◆ FeatureVariable() [2/3]

arcs::aubo_scope::FeatureVariable::FeatureVariable ( FeatureVariable && f)

引用了 FeatureVariable().

函数调用图:

◆ ~FeatureVariable()

virtual arcs::aubo_scope::FeatureVariable::~FeatureVariable ( )
virtual

◆ FeatureVariable() [3/3]

arcs::aubo_scope::FeatureVariable::FeatureVariable ( )
private

◆ DataSwitch

friend class DataSwitch
friend

在文件 feature_variable.h29 行定义.

引用了 DataSwitch.

被这些函数引用 DataSwitch.

类成员变量说明

◆ d_

void* arcs::aubo_scope::FeatureVariable::d_ { nullptr }
private

在文件 feature_variable.h31 行定义.


该类的文档由以下文件生成: