bes
Updated for version 3.20.6
|
33 #ifndef I_FONcRequestHandler_H
34 #define I_FONcRequestHandler_H 1
36 #include "BESRequestHandler.h"
50 virtual void dump(std::ostream &strm)
const;
52 static std::string temp_dir;
53 static bool byte_to_short;
54 static bool use_compression;
55 static int chunk_size;
56 static bool classic_model;
Represents a specific data type request handler.
virtual void dump(std::ostream &strm) const
dumps information about this object
static bool build_version(BESDataHandlerInterface &dhi)
add version information to a version response
A Request Handler for the Fileout NetCDF request.
virtual ~FONcRequestHandler(void)
Any cleanup that needs to take place.
static bool build_help(BESDataHandlerInterface &dhi)
adds help information for FileOut NetCDF to a help request
Structure storing information used by the BES to handle the request.
FONcRequestHandler(const std::string &name)
Constructor for FileOut NetCDF module.