Literals are part of the user front end of the ArmarX condition mechanism.
More...
#include <ArmarXCore/observers/condition/Term.h>
Literals are part of the user front end of the ArmarX condition mechanism.
Literals describe condition checks in the distributed ArmarX scenario.
- See also
- Conditions
Definition at line 208 of file Term.h.
◆ Literal() [1/4]
Construct a literal using a datafieldidentifier as string.
- Parameters
-
| dataFieldIdentifierStr | dataFieldIdentifier as string |
| checkName | name of the check as available in the observer. The usual checks can be found in the namespace armarx::checks. For the available checks for the specific observer, check the Gui ObserverView while the Observer is running |
| checkParameters | parameter list for the check |
Definition at line 113 of file Term.cpp.
◆ Literal() [2/4]
Construct a literal using a datafieldidentifier object.
- Parameters
-
| dataFieldIdentifier | dataFieldIdentifier object |
| checkName | name of the check as available in the observer. The usual checks can be found in the namespace armarx::checks. For the available checks for the specific observer, check the Gui ObserverView while the Observer is running |
| checkParameters | parameter list for the check |
Definition at line 120 of file Term.cpp.
◆ Literal() [3/4]
Construct a literal using a datafieldidentifier pointer.
- Parameters
-
| dataFieldIdentifier | dataFieldIdentifier pointer |
| checkName | name of the check as available in the observer. The usual checks can be found in the namespace armarx::checks. For the available checks for the specific observer, check the Gui ObserverView while the Observer is running |
| checkParameters | parameter list for the check |
Definition at line 127 of file Term.cpp.
◆ Literal() [4/4]
◆ createParameterList() [1/4]
Static helper method to create an empty parameterlist.
- Returns
- parameterlist as required for the construction of a literal
Definition at line 142 of file Term.cpp.
◆ createParameterList() [2/4]
Static helper method to create a parameterlist.
- Parameters
-
- Returns
- parameterlist as required for the construction of a literal
Definition at line 148 of file Term.cpp.
◆ createParameterList() [3/4]
Static helper method to create a parameterlist.
- Parameters
-
| param1 | first parameter |
| param2 | second parameter |
- Returns
- parameterlist as required for the construction of a literal
Definition at line 157 of file Term.cpp.
◆ createParameterList() [4/4]
Static helper method to create a parameterlist.
- Parameters
-
| param1 | first parameter |
| param2 | second parameter |
| param3 | third parameter |
- Returns
- parameterlist as required for the construction of a literal
Definition at line 167 of file Term.cpp.
◆ toParamList()
| ParameterList toParamList |
( |
const VarList & | varList | ) |
const |
The documentation for this class was generated from the following files:
- ArmarXCore/observers/condition/Term.h
- ArmarXCore/observers/condition/Term.cpp