26 #include <ServerFunction.h>
35 void function_bind_name_dap2(
int argc, libdap::BaseType *argv[], libdap::DDS &dds, libdap::BaseType **btpp);
36 libdap::BaseType *function_bind_name_dap4(libdap::D4RValueList *args, libdap::DMR &dmr);
48 setDescriptionString(
"The bind_name() function (re)names a DAP variable.");
49 setUsageString(
"bind_name(name,variable)");
50 setRole(
"http://services.opendap.org/dap4/server-side-function/bind_name");
51 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#bind_name");
52 setFunction(function_bind_name_dap2);
53 setFunction(function_bind_name_dap4);