5.2.6.1 CS_MemoryItemId_t Enumeration

Syntax
typedef enum _CS_MemoryItemId_t
{
} CS_MemoryItemId_t;

Description

The CS_MemoryItemId_t enumeration lists all identifiers for configuration server parameters. The system automatically sorts identifiers by memory location and item type (distinguishing between atomic parameters and memory regions). The users must configure the parameters as per their requirement in the csDefaults.h file. To obtain the name of a parameter ID, append _ID to the parameter’s name.