libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include "config.h"
#include <signal.h>
#include <unistd.h>
#include <sys/stat.h>
#include <uuid/uuid.h>
#include <sys/wait.h>
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <cstring>
#include <ctime>
#include "DDXParserSAX2.h"
#include "D4Group.h"
#include "D4ResponseBuilder.h"
#include "XDRStreamMarshaller.h"
#include "XDRFileUnMarshaller.h"
#include "DAPCache3.h"
#include "debug.h"
#include "mime_util.h"
#include "escaping.h"
#include "util.h"
#include "SignalHandler.h"
#include "EventHandler.h"
#include "AlarmHandler.h"
Go to the source code of this file.
Namespaces | |
namespace | libdap |
top level DAP object to house generic methods | |
Macros | |
#define | CRLF "\r\n" |
#define | FUNCTION_CACHE "/tmp/dap_functions_cache/" |
#define | FUNCTION_CACHE_PREFIX "f" |
#define | FUNCTION_CACHE_SIZE 20000 |
#define CRLF "\r\n" |
Definition at line 74 of file D4ResponseBuilder.cc.
#define FUNCTION_CACHE "/tmp/dap_functions_cache/" |
Definition at line 75 of file D4ResponseBuilder.cc.
#define FUNCTION_CACHE_PREFIX "f" |
Definition at line 76 of file D4ResponseBuilder.cc.
#define FUNCTION_CACHE_SIZE 20000 |
Definition at line 78 of file D4ResponseBuilder.cc.