|
SERIAL++ library: simple serial port access
|
| void serialport::report_violation | ( | const char * | message, |
| const char * | file, | ||
| const int & | line, | ||
| const char * | condition | ||
| ) |
report violation of assertion
report violation of condition
| message | message of type char* |
| file | name of source code file |
| line | source code line number |
| condition | assert condition |