#include <vector>
#include "CSVDAS.h"
#include "DAS.h"
#include "Error.h"
#include "CSV_Obj.h"
Go to the source code of this file.
Functions | |
void | csv_read_attributes (DAS &das, const string &filename) throw (Error) |
void csv_read_attributes | ( | DAS & | das, | |
const string & | filename | |||
) | throw (Error) |
Definition at line 44 of file CSVDAS.cc.
References CSV_Obj::getFieldList(), CSV_Obj::getFieldType(), CSV_Obj::load(), and CSV_Obj::open().
Referenced by CSVRequestHandler::csv_build_das(), CSVRequestHandler::csv_build_data(), and CSVRequestHandler::csv_build_dds().