|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Value block of a PARAM_*_COLL parameter; followed by the packed collection values. More...
#include <ComponentMemory.h>
Public Attributes | |
| uint32 | index |
| Currently selected entry. | |
| uint32 | defaultIndex |
| Entry restored by resetParameter(). | |
| uint32 | count |
| Number of entries in the collection. | |
Value block of a PARAM_*_COLL parameter; followed by the packed collection values.
Definition at line 236 of file ComponentMemory.h.
| uint32 cmlabs::ParamCollectionHeader::count |
Number of entries in the collection.
Definition at line 239 of file ComponentMemory.h.
Referenced by cmlabs::ComponentMemory::createParameter(), cmlabs::ComponentMemory::createParameter(), and cmlabs::ComponentMemory::createParameter().
| uint32 cmlabs::ParamCollectionHeader::defaultIndex |
Entry restored by resetParameter().
Definition at line 238 of file ComponentMemory.h.
Referenced by cmlabs::ComponentMemory::createParameter(), cmlabs::ComponentMemory::createParameter(), and cmlabs::ComponentMemory::createParameter().
| uint32 cmlabs::ParamCollectionHeader::index |
Currently selected entry.
Definition at line 237 of file ComponentMemory.h.
Referenced by cmlabs::ComponentMemory::createParameter(), cmlabs::ComponentMemory::createParameter(), cmlabs::ComponentMemory::createParameter(), cmlabs::ComponentMemory::getParameter(), cmlabs::ComponentMemory::getParameter(), cmlabs::ComponentMemory::getParameter(), cmlabs::ComponentMemory::getParameterAsBool(), cmlabs::ComponentMemory::getParameterString(), cmlabs::ComponentMemory::getParameterValueSize(), cmlabs::ComponentMemory::setParameter(), cmlabs::ComponentMemory::setParameter(), cmlabs::ComponentMemory::setParameter(), and cmlabs::ComponentMemory::tweakParameter().