|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <iostream>#include "FONcModule.h"#include "FONcTransmitter.h"#include "FONcRequestHandler.h"#include "BESRequestHandlerList.h"#include <BESReturnManager.h>#include <BESServiceRegistry.h>#include <BESDapNames.h>#include <TheBESKeys.h>#include <BESDebug.h>
Go to the source code of this file.
Macros | |
| #define | RETURNAS_NETCDF "netcdf" |
| #define | RETURNAS_NETCDF4 "netcdf-4" |
Functions | |
| BESAbstractModule * | maker () |
| A c function that adds this module to the list of modules to be dynamically loaded. More... | |
| #define RETURNAS_NETCDF "netcdf" |
Definition at line 51 of file FONcModule.cc.
Referenced by FONcModule::initialize(), and FONcModule::terminate().
| #define RETURNAS_NETCDF4 "netcdf-4" |
Definition at line 52 of file FONcModule.cc.
Referenced by FONcModule::initialize(), and FONcModule::terminate().
| BESAbstractModule* maker | ( | ) |
A c function that adds this module to the list of modules to be dynamically loaded.
Definition at line 149 of file FONcModule.cc.