libdap++  Updated for version 3.12.0
getdap.cc File Reference
#include "config.h"
#include <cstring>
#include <string>
#include <sstream>
#include "GetOpt.h"
#include "Sequence.h"
#include "Connect.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

const char * version = CVER " (" DVR " DAP/" DAP_PROTOCOL_VERSION ")"
 

Function Documentation

bool read_data ( FILE *  fp)

Definition at line 119 of file getdap.cc.

Referenced by main().

void usage ( string  name)

Definition at line 65 of file getdap.cc.

Referenced by libdap::DODSFilter::print_usage().

Variable Documentation

const char* version = CVER " (" DVR " DAP/" DAP_PROTOCOL_VERSION ")"

Definition at line 60 of file getdap.cc.

Referenced by main(), and libdap::DODSFilter::set_cgi_version().