|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <iostream>#include <BESRequestHandlerList.h>#include <BESResponseHandlerList.h>#include <BESResponseNames.h>#include <BESContainerStorageList.h>#include <BESContainerStorageCatalog.h>#include <BESCatalogDirectory.h>#include <BESCatalogList.h>#include <BESDapService.h>#include <BESLog.h>#include <BESDebug.h>#include "CSVRequestHandler.h"#include "CSVModule.h"
Go to the source code of this file.
Macros | |
| #define | CSV_CATALOG "catalog" |
| #define | CSV_NAME "csv" |
Functions | |
| BESAbstractModule * | maker () |
| #define CSV_CATALOG "catalog" |
Definition at line 56 of file CSVModule.cc.
Referenced by CSVModule::initialize(), and CSVModule::terminate().
| #define CSV_NAME "csv" |
Definition at line 55 of file CSVModule.cc.
| BESAbstractModule* maker | ( | ) |
Definition at line 94 of file CSVModule.cc.