AudioManager
7.6.6
Native Application Runtime Environment
|
The structure encapsulates the id boundary and the current id value. More...
#include <CAmDatabaseHandlerMap.h>
Public Member Functions | |
AmIdentifier () | |
AmIdentifier (const int16_t &min, const int16_t &max) | |
Public Attributes | |
int16_t | mMin |
min possible value More... | |
int16_t | mMax |
max possible value More... | |
int16_t | mCurrentValue |
current value More... | |
The structure encapsulates the id boundary and the current id value.
It defines a range within the id can vary.
Definition at line 390 of file CAmDatabaseHandlerMap.h.
|
inline |
Definition at line 396 of file CAmDatabaseHandlerMap.h.
|
inline |
Definition at line 397 of file CAmDatabaseHandlerMap.h.
int16_t am::CAmDatabaseHandlerMap::AmMappedData::AmIdentifier::mCurrentValue |
current value
Definition at line 394 of file CAmDatabaseHandlerMap.h.
int16_t am::CAmDatabaseHandlerMap::AmMappedData::AmIdentifier::mMax |
max possible value
Definition at line 393 of file CAmDatabaseHandlerMap.h.
int16_t am::CAmDatabaseHandlerMap::AmMappedData::AmIdentifier::mMin |
min possible value
Definition at line 392 of file CAmDatabaseHandlerMap.h.