|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <vector>#include "CSVDAS.h"#include "DAS.h"#include "Error.h"#include "CSV_Obj.h"#include <BESNotFoundError.h>#include <BESDebug.h>
Go to the source code of this file.
Functions | |
| void | csv_read_attributes (DAS &das, const string &filename) |
| void csv_read_attributes | ( | DAS & | das, |
| const string & | filename | ||
| ) |
Definition at line 48 of file CSVDAS.cc.
References BESDEBUG, CSV_Obj::getFieldList(), CSV_Obj::getFieldType(), CSV_Obj::load(), NULL, and CSV_Obj::open().
Referenced by CSVRequestHandler::csv_build_das(), CSVRequestHandler::csv_build_data(), CSVRequestHandler::csv_build_dds(), and CSVRequestHandler::csv_build_dmr().
