libdap++  Updated for version 3.12.0
RCReader.cc File Reference
#include "config.h"
#include <cstring>
#include <cstdlib>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <pthread.h>
#include <fstream>
#include "debug.h"
#include "RCReader.h"
#include "Error.h"
Include dependency graph for RCReader.cc:

Go to the source code of this file.

Namespaces

 libdap
 

Macros

#define DIR_SEP_CHAR   '/'
 
#define DIR_SEP_STRING   "/"
 

Macro Definition Documentation

#define DIR_SEP_CHAR   '/'

Definition at line 56 of file RCReader.cc.

#define DIR_SEP_STRING   "/"

A singleton which reads and parses the .dodsrc file. This code was extracted from Connect (which has since changed considerably).

Author
: jose

Definition at line 55 of file RCReader.cc.