OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
FONcModule.cc File Reference
#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>
Include dependency graph for FONcModule.cc:

Go to the source code of this file.

Macros

#define RETURNAS_NETCDF   "netcdf"
 
#define RETURNAS_NETCDF4   "netcdf-4"
 

Functions

BESAbstractModulemaker ()
 A c function that adds this module to the list of modules to be dynamically loaded. More...
 

Macro Definition Documentation

#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().

Function Documentation

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.