libdap++  Updated for version 3.8.2
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

◆ main()

◆ read_data()

bool read_data ( FILE *  fp)

Definition at line 123 of file getdap.cc.

◆ usage()

void usage ( string  name)

Definition at line 69 of file getdap.cc.

Variable Documentation

◆ version

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