|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <iostream>#include <fstream>#include <DataDDS.h>#include <BaseType.h>#include <escaping.h>#include <ConstraintEvaluator.h>#include <BESInternalError.h>#include <TheBESKeys.h>#include <BESContextManager.h>#include <BESDataDDSResponse.h>#include <BESDapNames.h>#include <BESDataNames.h>#include <BESDebug.h>#include "FONcTransmitter.h"#include "FONcTransform.h"
Go to the source code of this file.
Macros | |
| #define | FONC_TEMP_DIR "/tmp" |
| #define | RETURNAS_NETCDF "netcdf" |
| #define | RETURNAS_NETCDF4 "netcdf-4" |
| #define FONC_TEMP_DIR "/tmp" |
Definition at line 65 of file FONcTransmitter.cc.
Referenced by FONcTransmitter::FONcTransmitter().
| #define RETURNAS_NETCDF "netcdf" |
Definition at line 67 of file FONcTransmitter.cc.
| #define RETURNAS_NETCDF4 "netcdf-4" |
Definition at line 68 of file FONcTransmitter.cc.