OPeNDAP Hyrax Back End Server (BES) Updated for version 3.8.3
mod_opendap.cc File Reference
#include <unistd.h>
#include <iostream>
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "http_protocol.h"
#include "http_request.h"
#include "http_main.h"
#include "util_script.h"
#include "util_md5.h"
#include "BESDataRequestInterface.h"
#include "BESApacheWrapper.h"
Include dependency graph for mod_opendap.cc:

Go to the source code of this file.

Functions

char * ltoa (long val, char *buf, int base)

Variables

module MODULE_VAR_EXPORT opendap_module

Function Documentation

char* ltoa ( long  val,
char *  buf,
int  base 
)

Definition at line 54 of file mod_opendap.cc.


Variable Documentation

module MODULE_VAR_EXPORT opendap_module
Initial value:
{
    STANDARD_MODULE_STUFF,
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    opendap_handlers,      
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL                
}

Definition at line 229 of file mod_opendap.cc.