|
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 <DMR.h>#include <D4Group.h>#include <XMLWriter.h>#include <D4AsyncUtil.h>#include <D4StreamMarshaller.h>#include <chunked_ostream.h>#include <chunked_istream.h>#include <D4ConstraintEvaluator.h>#include <D4FunctionEvaluator.h>#include <D4BaseTypeFactory.h>#include <ServerFunctionsList.h>#include <mime_util.h>#include <escaping.h>#include <util.h>#include <SignalHandler.h>#include <EventHandler.h>#include <AlarmHandler.h>#include "TheBESKeys.h"#include "BESDapResponseBuilder.h"#include "BESContextManager.h"#include "BESDapResponseCache.h"#include "BESStoredDapResultCache.h"#include "BESDebug.h"
Go to the source code of this file.
Macros | |
| #define | DAP_PROTOCOL_VERSION "3.2" |
Variables | |
| const std::string | CRLF = "\r\n" |
| #define DAP_PROTOCOL_VERSION "3.2" |
Definition at line 88 of file BESDapResponseBuilder.cc.
Referenced by BESDapResponseBuilder::initialize().
| const std::string CRLF = "\r\n" |
Definition at line 90 of file BESDapResponseBuilder.cc.
Referenced by BESDapResponseBuilder::serialize_dap4_data().