|
AuboStudio SDK
0.6.2
|
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>


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. More... | |
Public Member Functions inherited from 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. More... | |
| bool | equals (VariablePtr object) |
| size_t | hashCode () |
| std::string | toString () |
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 () | |
A Feature marked as a Variable in the installation will exist even when a robot is turned off and on.
Definition at line 14 of file feature_variable.h.
| arcs::aubo_scope::FeatureVariable::FeatureVariable | ( | FeatureVariable & | f | ) |
| arcs::aubo_scope::FeatureVariable::FeatureVariable | ( | FeatureVariable && | f | ) |
|
virtual |
|
private |
|
friend |
Definition at line 22 of file feature_variable.h.
|
private |
Definition at line 24 of file feature_variable.h.
1.8.11