Enumeration of ASSERT statement options

DEF ENUM enumeration name KCML_ASSERT_OPTIONS

Enumeration ValueValueDescription
_KCML_ASSERT_DEFAULT0x0Default options (all bits off)
_KCML_ASSERT_TEST0x1Test ASSERT statements at runtime
_KCML_ASSERT_CONTINUE0x2Failed ASSERTs do not stop execution, instead acting like PANIC CONTINUE
_KCML_ASSERT_NOFILE0x4Failed ASSERTs do not write a PANIC file

Back to the list of Enumerations and Constants