IWNN_CLASS Structure
Description
The class structure for parsing information stores variables used by iWnn during conversion and parsing.
You can change the dictionary being used by setting the dictionary set included in this structure.
For information on setting the dictionary set, see Section 8.2, Dictionary Set (IWNN_DIC_SET, IWNN_DIC_INFO, and IWNN_FLASH_DIC_INFO) Memory other than that for the dictionary set is initialized using the initialization API function (NjxInit
).
Structure Configuration
struct IWNN_CLASS {
...
IWNN_DIC_SET dicSet; // Dictionary set
...
};
CONFIDENTIAL