bes
Updated for version 3.20.6
|
33 #include "BESDapService.h"
34 #include "BESServiceRegistry.h"
35 #include "BESDapNames.h"
50 registry->
add_to_service( OPENDAP_SERVICE, cmd, desc, DAP2_FORMAT ) ;
virtual void add_to_service(const std::string &service, const std::string &cmd, const std::string &cmd_descript, const std::string &format)
This function allows callers to add to a service that already exists.
The service registry allows modules to register services with the BES that they provide.
virtual void handles_service(const std::string &handler, const std::string &service)
The specified handler can handle the specified service.
static void add_to_dap_service(const std::string &cmd, const std::string &desc)
static function to add commands to the dap service
static void handle_dap_service(const std::string &handler)
static function to register a handler to handle the dap services