CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::ParamCollectionHeader Struct Reference

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.

Detailed Description

Value block of a PARAM_*_COLL parameter; followed by the packed collection values.

Warning
Shared-memory layout; see MemoryManager.h for the ABI/rebuild warning.

Definition at line 236 of file ComponentMemory.h.

Member Data Documentation

◆ count

uint32 cmlabs::ParamCollectionHeader::count

◆ defaultIndex

uint32 cmlabs::ParamCollectionHeader::defaultIndex

◆ index


The documentation for this struct was generated from the following file: