#include "config.h"
#include <stdio.h>
#include <GetOpt.h>
#include <string>
#include "AISConnect.h"
#include "Response.h"
#include "StdinResponse.h"
Include dependency graph for getdap.cc:
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
bool | read_data (FILE *fp) |
void | usage (string name) |
Variables | |
int | dods_keep_temps |
const char * | version = "$Revision: 16088 $" |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 147 of file getdap.cc.
References DBG, dods_keep_temps, HTTPConnect::fetch_url(), Error::get_error_message(), Connect::get_protocol(), Response::get_stream(), Connect::get_version(), RCReader::instance(), Connect::is_local(), DDS::print(), DDS::print_xml(), read_data(), Connect::read_data(), Connect::read_data_no_mime(), Connect::request_das(), Connect::request_data(), Connect::request_dds(), Connect::request_ddx(), Connect::request_protocol(), HTTPConnect::set_accept_deflate(), Connect::set_accept_deflate(), DDS::transfer_attributes(), Connect::URL(), usage, and version.
Here is the call graph for this function:
int dods_keep_temps |
Definition at line 70 of file HTTPConnect.cc.
Referenced by main(), and HTTPResponse::~HTTPResponse().
const char* version = "$Revision: 16088 $" |