![]() |
ChimeraTK-DeviceAccess 03.25.00
|
#include <LNMVariable.h>
Collaboration diagram for ChimeraTK::LNMVariable:Classes | |
| struct | ValueTable |
| Hold values of CONSTANT or VARIABLE types in a type-dependent table. More... | |
Public Attributes | |
| TemplateUserTypeMap< ValueTable > | valueTable |
| std::mutex | valueTable_mutex |
| Mutex one needs to hold while accessing valueTable. | |
| std::set< LNMBackend::MathPlugin * > | usingFormulas |
| formulas which need updates after variable was written | |
| ChimeraTK::DataType | valueType |
| type of the variable | |
| bool | isConstant {false} |
| flag whether this variable is actaully a constant | |
Definition at line 17 of file LNMVariable.h.
| bool ChimeraTK::LNMVariable::isConstant {false} |
flag whether this variable is actaully a constant
Definition at line 46 of file LNMVariable.h.
| std::set<LNMBackend::MathPlugin*> ChimeraTK::LNMVariable::usingFormulas |
formulas which need updates after variable was written
Definition at line 40 of file LNMVariable.h.
| TemplateUserTypeMap<ValueTable> ChimeraTK::LNMVariable::valueTable |
Definition at line 34 of file LNMVariable.h.
| std::mutex ChimeraTK::LNMVariable::valueTable_mutex |
Mutex one needs to hold while accessing valueTable.
Definition at line 37 of file LNMVariable.h.
| ChimeraTK::DataType ChimeraTK::LNMVariable::valueType |
type of the variable
Definition at line 43 of file LNMVariable.h.