nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
Loading...
Searching...
No Matches
Macros
errorSupport.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ NMEALIB_RETURN_ERROR

#define NMEALIB_RETURN_ERROR (   exceptionExpr)    throw (exceptionExpr)

Definition at line 16 of file errorSupport.h.

◆ NMEALIB_RETURN_ERROR_VALUE

#define NMEALIB_RETURN_ERROR_VALUE (   exceptionExpr,
  value 
)    throw (exceptionExpr)

Definition at line 17 of file errorSupport.h.