|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <stdio.h>#include <iostream>#include <fstream>#include <string>#include <sstream>#include <GNURegex.h>#include <Array.h>#include <Structure.h>#include <Sequence.h>#include <Grid.h>#include <Ancillary.h>#include <DAS.h>#include <util.h>#include <debug.h>#include "usage.h"
Go to the source code of this file.
Namespaces | |
| dap_usage | |
Macros | |
| #define | RETURN_TYPE int |
Functions | |
| string | dap_usage::get_user_supplied_docs (string name, string cgi) |
Look in the CGI directory (given by cgi) for a per-cgi HTML* file. More... | |
| void | dap_usage::html_header (ostream &strm) |
| void | dap_usage::write_usage_response (ostream &strm, DDS &dds, DAS &das, const string &dataset_name, const string &server_name, bool httpheader) throw (Error) |
| Build an HTML page that summarizes the information held int eh DDS/DAS. More... | |