Enumeration of ASSERT statement options
| Enumeration Value | Value | Description |
|---|---|---|
| _KCML_ASSERT_DEFAULT | 0x0 | Default options (all bits off) |
| _KCML_ASSERT_TEST | 0x1 | Test ASSERT statements at runtime |
| _KCML_ASSERT_CONTINUE | 0x2 | Failed ASSERTs do not stop execution, instead acting like PANIC CONTINUE |
| _KCML_ASSERT_NOFILE | 0x4 | Failed ASSERTs do not write a PANIC file |
Back to the list of Enumerations and Constants