|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Value block of a PARAM_FLOAT parameter. More...
#include <ComponentMemory.h>
Public Attributes | |
| float64 | val |
| Current value. | |
| float64 | defaultVal |
| Value restored by resetParameter(). | |
| float64 | minVal |
| Inclusive lower bound. | |
| float64 | maxVal |
| Inclusive upper bound. | |
| float64 | interval |
| Step used by tweakParameter(). | |
Value block of a PARAM_FLOAT parameter.
Definition at line 225 of file ComponentMemory.h.
| float64 cmlabs::ParamFloatHeader::defaultVal |
Value restored by resetParameter().
Definition at line 227 of file ComponentMemory.h.
Referenced by cmlabs::ComponentMemory::createParameter().
| float64 cmlabs::ParamFloatHeader::interval |
Step used by tweakParameter().
Definition at line 230 of file ComponentMemory.h.
Referenced by cmlabs::ComponentMemory::createParameter(), and cmlabs::ComponentMemory::tweakParameter().
| float64 cmlabs::ParamFloatHeader::maxVal |
Inclusive upper bound.
Definition at line 229 of file ComponentMemory.h.
Referenced by cmlabs::ComponentMemory::createParameter(), and cmlabs::ComponentMemory::tweakParameter().
| float64 cmlabs::ParamFloatHeader::minVal |
Inclusive lower bound.
Definition at line 228 of file ComponentMemory.h.
Referenced by cmlabs::ComponentMemory::createParameter(), and cmlabs::ComponentMemory::tweakParameter().
| float64 cmlabs::ParamFloatHeader::val |
Current value.
Definition at line 226 of file ComponentMemory.h.
Referenced by cmlabs::ComponentMemory::createParameter(), and cmlabs::ComponentMemory::tweakParameter().