OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <sstream>
#include "StandAloneClient.h"
#include "BESDebug.h"
#include "BESXMLInterface.h"
#include "CmdTranslation.h"
Go to the source code of this file.
Macros | |
#define | SIZE_COMMUNICATION_BUFFER 4096*4096 |
#define SIZE_COMMUNICATION_BUFFER 4096*4096 |
Definition at line 81 of file StandAloneClient.cc.