|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <stdio.h>
Go to the source code of this file.
Macros | |
| #define | ERROR(msg) |
| #define | HDFEOS_ERROR_CHECK(msg) |
| #define | MEM_ERROR_CHECK(msg) |
| #define | WRN_LOG_JUMP(msg) goto ERROR_HANDLE; |
| #define ERROR | ( | msg | ) |
Definition at line 16 of file errormacros.h.
| #define HDFEOS_ERROR_CHECK | ( | msg | ) |
Definition at line 6 of file errormacros.h.
| #define MEM_ERROR_CHECK | ( | msg | ) |
Definition at line 11 of file errormacros.h.
| #define WRN_LOG_JUMP | ( | msg | ) | goto ERROR_HANDLE; |
Definition at line 29 of file errormacros.h.