Doxygen Source Code Documentation
ncdump.h File Reference
Go to the source code of this file.
Data Structures | |
| struct | fspec |
| struct | ncatt |
| struct | ncdim |
| struct | ncvar |
Defines | |
| #define | NC_CHECK(status) |
| #define | Printf (void) printf |
Typedefs | |
| typedef bool | boolean |
Enumerations | |
| enum | Nclang { LANG_C, LANG_F } |
Define Documentation
|
|
Value: {\
int nc_status = status;\
if(nc_status != NC_NOERR)\
error(nc_strerror(nc_status));\
}Definition at line 9 of file ncdump.h. Referenced by do_ncdump(), pr_att(), and vardata(). |
|
|
Definition at line 15 of file ncdump.h. Referenced by annotate(), do_ncdump(), lastdelim(), pr_att(), pr_att_string(), pr_att_vals(), pr_bvals(), pr_dvals(), pr_fvals(), pr_ivals(), pr_svals(), pr_tvals(), and vardata(). |
Typedef Documentation
|
|
|
Enumeration Type Documentation
|
|
Definition at line 49 of file ncdump.h.
|