libdap++  Updated for version 3.11.7
ResponseBuilder.cc File Reference
#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 "DAS.h"
#include "DDS.h"
#include "DDXParserSAX2.h"
#include "Ancillary.h"
#include "ResponseBuilder.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"
Include dependency graph for ResponseBuilder.cc:

Go to the source code of this file.

Namespaces

 libdap
 

Constant Groups

 libdap
 

Macros

#define CRLF   "\r\n"
 
#define FUNCTION_CACHE   "/tmp/dap_functions_cache/"
 
#define FUNCTION_CACHE_PREFIX   "f"
 
#define FUNCTION_CACHE_SIZE   20000
 

Macro Definition Documentation

#define FUNCTION_CACHE   "/tmp/dap_functions_cache/"

Definition at line 80 of file ResponseBuilder.cc.

Referenced by libdap::ResponseBuilder::initialize().

#define FUNCTION_CACHE_PREFIX   "f"

Definition at line 81 of file ResponseBuilder.cc.

Referenced by libdap::ResponseBuilder::initialize().

#define FUNCTION_CACHE_SIZE   20000

Definition at line 83 of file ResponseBuilder.cc.

Referenced by libdap::ResponseBuilder::initialize().