SERIAL++ library: simple serial port access
◆
SERIALPORT_nonfatal_assert
#define SERIALPORT_nonfatal_assert
(
F,
C,
M,
V
)
if (F) {
SERIALPORT_report_assert
(C,M,V) } else {
SERIALPORT_assert
(C,M) }
Macro to distinguish between fatal and non fatal assertions.
Parameters
F
true for non fatal behaviour
C
assert condition
M
message of type char*
V
any values that should be output (comment) a sequence of values and output operators
Definition at line
184
of file
error.h
.
Error handling module
Generated on Mon Aug 21 2023 17:36:31 for SERIAL++ library: simple serial port access by
1.8.14