|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config_ff.h"#include <cstdio>#include <cstring>#include <iostream>#include <string>#include <Error.h>#include <InternalErr.h>#include <mime_util.h>#include <util.h>#include "FreeFormCPP.h"#include <DDS.h>#include "FFInt16.h"#include "FFUInt16.h"#include "FFInt32.h"#include "FFUInt32.h"#include "FFFloat32.h"#include "FFFloat64.h"#include "FFByte.h"#include "FFArray.h"#include "FFSequence.h"#include "FFGrid.h"#include "FFStr.h"#include "util_ff.h"#include "FFRequestHandler.h"
Go to the source code of this file.
Functions | |
| void | ff_read_descriptors (DDS &dds_table, const string &filename) |
| void ff_read_descriptors | ( | DDS & | dds_table, |
| const string & | filename | ||
| ) |
Definition at line 71 of file ffdds.cc.
References db_ask(), db_destroy(), DBASK_ARRAY_DIM_INFO, DBASK_ARRAY_DIM_NAMES, DBASK_PROCESS_INFO, DBASK_VAR_NAMES, dll_first(), struct_ff_array_dim_info::end_index, struct_ff_variable::end_pos, ERR_WARNING_ONLY, ff_create_std_args(), ff_destroy_process_info_list(), ff_destroy_std_args(), ff_find_variable(), FFF_DATA, FFF_INPUT, FFV_DATA_TYPE, FFV_ENOTE, FFV_FLOAT32, FFV_FLOAT64, FFV_INT16, FFV_INT32, FFV_INT64, FFV_INT8, FFV_TEXT, FFV_UINT16, FFV_UINT32, FFV_UINT64, FFV_UINT8, file_exist(), find_ancillary_rss_formats(), FFRequestHandler::get_RSS_format_support(), struct_ff_array_dim_info::granularity, struct_ff_std_args::input_file, struct_ff_std_args::input_format_file, IS_EOL, struct_ff_std_args::struct_std_args_user::is_stdin_redirected, memFree, Msgt_size, struct_ff_format::name, NULL, struct_ff_std_args::output_file, PINFO_FORMAT, PINFO_ORIGIN, FFStr::set_length(), SetDodsDB(), struct_ff_array_dim_info::start_index, struct_ff_variable::start_pos, and struct_ff_std_args::user.
Referenced by FFRequestHandler::ff_build_data(), FFRequestHandler::ff_build_dds(), and FFRequestHandler::ff_build_dmr().
