ingroup ApplicationApi This interface represents variables stored with the installation.
More...
#include <persisted_variable.h>
ingroup ApplicationApi This interface represents variables stored with the installation.
These variables are defined in the installation and will exist even when a robot is turned off and on.
Definition at line 16 of file persisted_variable.h.
◆ PersistedVariable() [1/3]
| arcs::aubo_scope::PersistedVariable::PersistedVariable |
( |
PersistedVariable & | f | ) |
|
◆ PersistedVariable() [2/3]
| arcs::aubo_scope::PersistedVariable::PersistedVariable |
( |
PersistedVariable && | f | ) |
|
◆ ~PersistedVariable()
| virtual arcs::aubo_scope::PersistedVariable::~PersistedVariable |
( |
| ) |
|
|
virtual |
◆ PersistedVariable() [3/3]
| arcs::aubo_scope::PersistedVariable::PersistedVariable |
( |
| ) |
|
|
protected |
◆ isResolvable()
| bool arcs::aubo_scope::PersistedVariable::isResolvable |
( |
| ) |
|
A persisted variable can not be guaranteed to be present.
This method can be used to determine, if the variable is present.
The persisted variable will not be present, if the end user loads a different installation which does not contain the variable, or if the variable is deleted by the end user.
A program node storing a PersistedVariable in its Data Model will be undefined if the variable cannot be resolved (i.e. the variable is not present).
- Returns
true, if this persisted variable is resolvable (i.e. present in the current installation).
◆ DataSwitch
◆ d_
| void* arcs::aubo_scope::PersistedVariable::d_ { nullptr } |
|
private |
The documentation for this class was generated from the following file: