OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
w10n Namespace Reference

Functions

bool allVariablesMarkedToSend (libdap::DDS *dds)
 
bool allVariablesMarkedToSend (libdap::Constructor *ctor)
 
void checkConstrainedDDSForW10nDataCompatibility (libdap::DDS *dds)
 
void checkConstructorForW10nDataCompatibility (libdap::Constructor *constructor)
 
long computeConstrainedShape (libdap::Array *a, std::vector< unsigned int > *shape)
 
std::string escape_for_json (const std::string &input)
 
void eval_resource_path (const string &w10nResourceId, const string &catalogRoot, const bool follow_sym_links, string &validPath, bool &isFile, bool &isDir, string &remainder)
 Check if the specified path is valid. More...
 

Function Documentation

bool w10n::allVariablesMarkedToSend ( libdap::DDS *  dds)

Definition at line 405 of file w10n_utils.cc.

Referenced by allVariablesMarkedToSend().

bool w10n::allVariablesMarkedToSend ( libdap::Constructor *  ctor)

Definition at line 432 of file w10n_utils.cc.

References allVariablesMarkedToSend().

Here is the call graph for this function:

void w10n::checkConstrainedDDSForW10nDataCompatibility ( libdap::DDS *  dds)

Definition at line 334 of file w10n_utils.cc.

References BESDEBUG, checkConstructorForW10nDataCompatibility(), and W10N_DEBUG_KEY.

Referenced by W10nJsonTransmitter::send_data().

Here is the call graph for this function:

void w10n::checkConstructorForW10nDataCompatibility ( libdap::Constructor *  constructor)

Definition at line 365 of file w10n_utils.cc.

References BESDEBUG, and W10N_DEBUG_KEY.

Referenced by checkConstrainedDDSForW10nDataCompatibility().

long w10n::computeConstrainedShape ( libdap::Array *  a,
std::vector< unsigned int > *  shape 
)

Definition at line 296 of file w10n_utils.cc.

References BESDEBUG, and W10N_DEBUG_KEY.

std::string w10n::escape_for_json ( const std::string &  input)

Definition at line 222 of file w10n_utils.cc.

void w10n::eval_resource_path ( const string &  w10nResourceId,
const string &  catalogRoot,
const bool  follow_sym_links,
string &  validPath,
bool &  isFile,
bool &  isDir,
string &  remainder 
)

Check if the specified path is valid.

Definition at line 69 of file w10n_utils.cc.

References BESDEBUG, and W10N_DEBUG_KEY.

Referenced by ShowPathInfoResponseHandler::execute().