KNX IoT
KNX IoT Point API stack implementation
|
platform specific asserts More...
#include "port/oc_log.h"
Go to the source code of this file.
Macros | |
#define | oc_assert(cond) |
assert the condition and if it fails abort with message (reason) More... | |
Functions | |
void | abort_impl (void) |
abort application More... | |
void | exit_impl (int status) |
exit the application More... | |
platform specific asserts
Definition in file oc_assert.h.
#define oc_assert | ( | cond | ) |
assert the condition and if it fails abort with message (reason)
Definition at line 63 of file oc_assert.h.
void abort_impl | ( | void | ) |
abort application
void exit_impl | ( | int | status | ) |
exit the application
status | the exist status |