|
nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
|

Go to the source code of this file.
Macros | |
| #define | NMEALIB_RETURN_ERROR(exceptionExpr) throw (exceptionExpr) |
| #define | NMEALIB_RETURN_ERROR_VALUE(exceptionExpr, value) throw (exceptionExpr) |
| #define NMEALIB_RETURN_ERROR | ( | exceptionExpr | ) | throw (exceptionExpr) |
Definition at line 16 of file errorSupport.h.
| #define NMEALIB_RETURN_ERROR_VALUE | ( | exceptionExpr, | |
| value | |||
| ) | throw (exceptionExpr) |
Definition at line 17 of file errorSupport.h.