25 #ifndef DEBUGFUNCTIONS_H_
26 #define DEBUGFUNCTIONS_H_
32 #include <ServerFunction.h>
33 #include "BESAbstractModule.h"
35 namespace debug_function {
46 virtual void initialize(
const string &modname);
47 virtual void terminate(
const string &modname);
49 virtual void dump(ostream &strm)
const;
63 void abort_ssf(
int argc, libdap::BaseType * argv[], libdap::DDS &dds, libdap::BaseType **btpp);
78 void sleep_ssf(
int argc, libdap::BaseType * argv[], libdap::DDS &dds, libdap::BaseType **btpp);
94 void sum_until_ssf(
int argc, libdap::BaseType * argv[], libdap::DDS &dds, libdap::BaseType **btpp);
111 void error_ssf(
int argc, libdap::BaseType * argv[], libdap::DDS &dds, libdap::BaseType **btpp);