libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
getdap.cc File Reference
#include "config.h"
#include <cstring>
#include <sstream>
#include <string>
#include <cstdio>
#include "GetOpt.h"
#include "Connect.h"
#include "HTTPResponse.h"
#include "RCReader.h"
#include "Response.h"
#include "Sequence.h"
#include "StdinResponse.h"
#include "debug.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

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 140 of file getdap.cc.

◆ read_data()

bool read_data ( FILE * fp)

Definition at line 111 of file getdap.cc.

◆ usage()

void usage ( string name)

Definition at line 71 of file getdap.cc.

Variable Documentation

◆ version

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

Definition at line 65 of file getdap.cc.