|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <vector>#include <string>#include "CSVDDS.h"#include "CSV_Obj.h"#include <BESInternalError.h>#include <BESNotFoundError.h>#include <BaseTypeFactory.h>#include <DDS.h>#include <Error.h>#include <Str.h>#include <Int16.h>#include <Int32.h>#include <Float32.h>#include <Float64.h>#include <mime_util.h>#include <Array.h>#include <BESDebug.h>
Go to the source code of this file.
Functions | |
| void | csv_read_descriptors (DDS &dds, const string &filename) |
| void csv_read_descriptors | ( | DDS & | dds, |
| const string & | filename | ||
| ) |
Definition at line 60 of file CSVDDS.cc.
References BESDEBUG, CSV_Obj::getFieldData(), CSV_Obj::getFieldList(), CSV_Obj::getFieldType(), CSV_Obj::getRecordCount(), CSV_Obj::load(), and CSV_Obj::open().
Referenced by CSVRequestHandler::csv_build_data(), CSVRequestHandler::csv_build_dds(), and CSVRequestHandler::csv_build_dmr().
