PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::FeatureVariable Class Reference

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

#include <feature_variable.h>

Inheritance diagram for arcs::aubo_scope::FeatureVariable:
Collaboration diagram for arcs::aubo_scope::FeatureVariable:

Public Member Functions

 FeatureVariable (FeatureVariable &f)
 FeatureVariable (FeatureVariable &&f)
virtual ~FeatureVariable ()
Public Member Functions inherited from 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 Member Functions inherited from arcs::aubo_scope::Variable
 Variable (Variable &f)
 Variable (Variable &&f)
virtual ~Variable ()
Type getType ()
 Returns the type of variable.
std::string getDisplayName ()
 Note: The variable can be renamed at any time.
bool equals (VariablePtr object)
 Checks if the object references the same internal Variable.
size_t hashCode ()
 Returns the hash code for this object.
std::string toString ()
 Returns a string representation of the variable.

Private Member Functions

 FeatureVariable ()

Private Attributes

void * d_ { nullptr }

Friends

class DataSwitch

Additional Inherited Members

Public Types inherited from arcs::aubo_scope::Variable
enum  Type : int { GLOBAL , VALUE_PERSISTED , FEATURE }
 The variable type used to determine which type of variable this instance is. More...
Protected Member Functions inherited from arcs::aubo_scope::PersistedVariable
 PersistedVariable ()
Protected Member Functions inherited from arcs::aubo_scope::Variable
 Variable ()

Detailed Description

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

Definition at line 21 of file feature_variable.h.

Constructor & Destructor Documentation

◆ FeatureVariable() [1/3]

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

References FeatureVariable().

Referenced by FeatureVariable(), and FeatureVariable().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FeatureVariable() [2/3]

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

References FeatureVariable().

Here is the call graph for this function:

◆ ~FeatureVariable()

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

◆ FeatureVariable() [3/3]

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

◆ DataSwitch

friend class DataSwitch
friend

Definition at line 29 of file feature_variable.h.

References DataSwitch.

Referenced by DataSwitch.

Member Data Documentation

◆ d_

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

Definition at line 31 of file feature_variable.h.


The documentation for this class was generated from the following file: