AuboStudio SDK  0.6.3
arcs::aubo_scope::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 ()
 A persisted variable can not be guaranteed to be present.
Public 成员函数 继承自 arcs::aubo_scope::Variable
 Variable (Variable &f)
 Variable (Variable &&f)
virtual ~Variable ()
Type getType ()
std::string getDisplayName ()
 Note: The variable can be renamed at any time.
bool equals (VariablePtr object)
size_t hashCode ()
std::string toString ()

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 ()

详细描述

A Feature marked as a Variable in the installation will exist even when a robot is turned off and on.

在文件 feature_variable.h14 行定义.

构造及析构函数说明

◆ 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.h22 行定义.

引用了 DataSwitch.

被这些函数引用 DataSwitch.

类成员变量说明

◆ d_

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

在文件 feature_variable.h24 行定义.


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