27 #include <ServerFunction.h>
36 void function_dap2_version(
int argc, libdap::BaseType *argv[], libdap::DDS &dds, libdap::BaseType **btpp) ;
37 libdap::BaseType *function_dap4_version(libdap::D4RValueList *args, libdap::DMR &dmr);
44 setDescriptionString(
"The version function provides a list of the server-side processing functions available on a given server along with their versions.");
45 setUsageString(
"version()");
46 setRole(
"http://services.opendap.org/dap4/server-side-function/version");
47 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#version");
48 setFunction(function_dap2_version);
49 setFunction(function_dap4_version);