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

Go to the source code of this file.

Macros

#define RETURNAS_IJSON   "ijson"
 
#define RETURNAS_JSON   "json"
 

Functions

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

Macro Definition Documentation

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

Function Documentation

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.