|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <iostream>#include "FoJsonModule.h"#include "FoDapJsonTransmitter.h"#include "FoInstanceJsonTransmitter.h"#include "FoJsonRequestHandler.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_IJSON "ijson" |
| #define | RETURNAS_JSON "json" |
Functions | |
| BESAbstractModule * | maker () |
| A c function that adds this module to the list of modules to be dynamically loaded. More... | |
| #define RETURNAS_IJSON "ijson" |
Definition at line 51 of file FoJsonModule.cc.
Referenced by FoJsonModule::initialize().
| #define RETURNAS_JSON "json" |
Definition at line 50 of file FoJsonModule.cc.
Referenced by FoJsonModule::initialize(), and FoJsonModule::terminate().
| BESAbstractModule* maker | ( | ) |
A c function that adds this module to the list of modules to be dynamically loaded.
Definition at line 124 of file FoJsonModule.cc.