OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESDapNames.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CATALOG_OR_INFO   "catalog_or_info"
 
#define CATALOG_RESPONSE   "show.catalog"
 
#define CATALOG_RESPONSE_STR   "showCatalog"
 
#define DAP2_FORMAT   "dap2"
 
#define DAS_DESCRIPT   "OPeNDAP Data Attribute Structure"
 
#define DAS_RESPONSE   "get.das"
 
#define DAS_RESPONSE_STR   "getDAS"
 
#define DAS_SERVICE   "das"
 
#define DATA_DESCRIPT   "OPeNDAP Data Object"
 
#define DATA_RESPONSE   "get.dods"
 
#define DATA_RESPONSE_STR   "getDODS"
 
#define DATA_SERVICE   "dods"
 
#define DATADDX_BOUNDARY   "dataddx_boundary"
 
#define DATADDX_DESCRIPT   "OPeNDAP Data Description and Attributes in DDX format and Data Object"
 
#define DATADDX_RESPONSE   "get.dataddx"
 
#define DATADDX_RESPONSE_STR   "getDataDDX"
 
#define DATADDX_SERVICE   "dataddx"
 
#define DATADDX_STARTID   "dataddx_startid"
 
#define DDS_DESCRIPT   "OPeNDAP Data Description Structure"
 
#define DDS_RESPONSE   "get.dds"
 
#define DDS_RESPONSE_STR   "getDDS"
 
#define DDS_SERVICE   "dds"
 
#define DDX_DESCRIPT   "OPeNDAP Data Description and Attribute XML Document"
 
#define DDX_RESPONSE   "get.ddx"
 
#define DDX_RESPONSE_STR   "getDDX"
 
#define DDX_SERVICE   "ddx"
 
#define OPENDAP_SERVICE   "dap"
 macros representing the default response objects handled More...
 
#define SHOW_INFO_RESPONSE   "show.info"
 
#define SHOW_INFO_RESPONSE_STR   "showInfo"
 

Macro Definition Documentation

◆ CATALOG_OR_INFO

#define CATALOG_OR_INFO   "catalog_or_info"

◆ CATALOG_RESPONSE

◆ CATALOG_RESPONSE_STR

◆ DAP2_FORMAT

#define DAP2_FORMAT   "dap2"

◆ DAS_DESCRIPT

#define DAS_DESCRIPT   "OPeNDAP Data Attribute Structure"

Definition at line 56 of file BESDapNames.h.

Referenced by BESDapModule::initialize().

◆ DAS_RESPONSE

#define DAS_RESPONSE   "get.das"

Definition at line 54 of file BESDapNames.h.

Referenced by BESDapModule::initialize(), and BESDapModule::terminate().

◆ DAS_RESPONSE_STR

#define DAS_RESPONSE_STR   "getDAS"

Definition at line 57 of file BESDapNames.h.

Referenced by BESDASResponseHandler::execute().

◆ DAS_SERVICE

#define DAS_SERVICE   "das"

◆ DATA_DESCRIPT

#define DATA_DESCRIPT   "OPeNDAP Data Object"

Definition at line 68 of file BESDapNames.h.

Referenced by BESDapModule::initialize().

◆ DATA_RESPONSE

#define DATA_RESPONSE   "get.dods"

◆ DATA_RESPONSE_STR

#define DATA_RESPONSE_STR   "getDODS"

Definition at line 69 of file BESDapNames.h.

Referenced by BESDataResponseHandler::execute().

◆ DATA_SERVICE

#define DATA_SERVICE   "dods"

◆ DATADDX_BOUNDARY

#define DATADDX_BOUNDARY   "dataddx_boundary"

Definition at line 84 of file BESDapNames.h.

Referenced by BESXMLGetDataDDXCommand::prep_request().

◆ DATADDX_DESCRIPT

#define DATADDX_DESCRIPT   "OPeNDAP Data Description and Attributes in DDX format and Data Object"

Definition at line 72 of file BESDapNames.h.

Referenced by BESDapModule::initialize().

◆ DATADDX_RESPONSE

◆ DATADDX_RESPONSE_STR

#define DATADDX_RESPONSE_STR   "getDataDDX"

Definition at line 73 of file BESDapNames.h.

Referenced by BESDataDDXResponseHandler::execute().

◆ DATADDX_SERVICE

◆ DATADDX_STARTID

#define DATADDX_STARTID   "dataddx_startid"

Definition at line 83 of file BESDapNames.h.

Referenced by BESXMLGetDataDDXCommand::prep_request().

◆ DDS_DESCRIPT

#define DDS_DESCRIPT   "OPeNDAP Data Description Structure"

Definition at line 60 of file BESDapNames.h.

Referenced by BESDapModule::initialize().

◆ DDS_RESPONSE

#define DDS_RESPONSE   "get.dds"

◆ DDS_RESPONSE_STR

#define DDS_RESPONSE_STR   "getDDS"

Definition at line 61 of file BESDapNames.h.

Referenced by BESDDSResponseHandler::execute().

◆ DDS_SERVICE

#define DDS_SERVICE   "dds"

◆ DDX_DESCRIPT

#define DDX_DESCRIPT   "OPeNDAP Data Description and Attribute XML Document"

Definition at line 64 of file BESDapNames.h.

Referenced by BESDapModule::initialize().

◆ DDX_RESPONSE

#define DDX_RESPONSE   "get.ddx"

◆ DDX_RESPONSE_STR

#define DDX_RESPONSE_STR   "getDDX"

Definition at line 65 of file BESDapNames.h.

Referenced by BESDDXResponseHandler::execute().

◆ DDX_SERVICE

#define DDX_SERVICE   "ddx"

◆ OPENDAP_SERVICE

#define OPENDAP_SERVICE   "dap"

macros representing the default response objects handled

These include

* get
*     das
*     dds
*     ddx
*     dods
*     dataddx
* show
*     catalog
*     info
* 

Definition at line 52 of file BESDapNames.h.

Referenced by BESDapService::add_to_dap_service(), BESDapRequestHandler::dap_build_version(), BESDapService::handle_dap_service(), BESDapModule::initialize(), and BESDapModule::terminate().

◆ SHOW_INFO_RESPONSE

#define SHOW_INFO_RESPONSE   "show.info"

◆ SHOW_INFO_RESPONSE_STR