libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#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"
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 ")" |