libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
RCReader.cc File Reference
#include "config.h"
#include <cstdlib>
#include <cstring>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <pthread.h>
#include <fstream>
#include "Error.h"
#include "RCReader.h"
#include "debug.h"
Include dependency graph for RCReader.cc:

Go to the source code of this file.

Namespaces

namespace  libdap
 top level DAP object to house generic methods
 

Macros

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

Macro Definition Documentation

◆ DIR_SEP_CHAR

#define DIR_SEP_CHAR   '/'

Definition at line 55 of file RCReader.cc.

◆ DIR_SEP_STRING

#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 54 of file RCReader.cc.