#include "config.h"
#include <signal.h>
#include <unistd.h>
#include <sys/wait.h>
#include <iostream>
#include <string>
#include <algorithm>
#include <GetOpt.h>
#include "DAS.h"
#include "DDS.h"
#include "debug.h"
#include "cgi_util.h"
#include "util.h"
#include "escaping.h"
#include "DODSFilter.h"
#include "InternalErr.h"
#include "SignalHandler.h"
#include "EventHandler.h"
#include "AlarmHandler.h"
Include dependency graph for DODSFilter.cc:
Go to the source code of this file.
Variables | |
const string | usage |
const string usage |
Initial value:
"Usage: <handler name> -o <response> -u <url> [options ...] [data set]\n\ \n\ options: -o <response>: DAS, DDS, DataDDS, DDX, BLOB or Version (Required)\n\ -u <url>: The complete URL minus the CE (required for DDX)\n\ -c: Compress the response using the deflate algorithm.\n\ -e <expr>: When returning a DataDDS, use <expr> as the constraint.\n\ -v <version>: Use <version> as the version number\n\ -d <dir>: Look for ancillary file in <dir> (deprecated).\n\ -f <file>: Look for ancillary data in <file> (deprecated).\n\ -r <dir>: Use <dir> as a cache directory\n\ -l <time>: Conditional request; if data source is unchanged since\n\ <time>, return an HTTP 304 response.\n\ -t <seconds>: Timeout the handler after <seconds>.\n\ -h: This message."
Definition at line 76 of file DODSFilter.cc.
Referenced by main(), and DODSFilter::print_usage().