OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#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 <ConstraintEvaluator.h>
#include <DDXParserSAX2.h>
#include <Ancillary.h>
#include <XDRStreamMarshaller.h>
#include <XDRFileUnMarshaller.h>
#include <debug.h>
#include <mime_util.h>
#include <escaping.h>
#include <util.h>
#include <SignalHandler.h>
#include <EventHandler.h>
#include <AlarmHandler.h>
#include "BESDapResponseCache.h"
#include "BESDapResponseBuilder.h"
#include "BESDebug.h"
Go to the source code of this file.
Macros | |
#define | CRLF "\r\n" |
#define | DAP_PROTOCOL_VERSION "3.2" |
#define CRLF "\r\n" |
Definition at line 75 of file BESDapResponseBuilder.cc.
Referenced by BESDapResponseBuilder::send_data_ddx().
#define DAP_PROTOCOL_VERSION "3.2" |
Definition at line 76 of file BESDapResponseBuilder.cc.
Referenced by BESDapResponseBuilder::initialize().