SERIAL++ library: simple serial port access
|
#define SERIALPORT_assert | ( | C, | |
M | |||
) | SERIALPORT_Xassert( C , M , serialport::Exception ) |
Check an assertion and report by throwing an exception.
C | assert condition |
M | message of type char* |
Definition at line 144 of file error.h.
Referenced by serialport::SerialPort::SerialPort(), serialport::SerialPort::write(), and serialport::SerialPort::~SerialPort().