ZOO-Project
|
service_internal_otb.c File Reference
Data Structures | |
class | MyCommand |
The command to create a ZooWatcher and add it to the global m_WatcherList. More... | |
Functions | |
std::string | ReplaceAll (std::string str, const std::string &from, const std::string &to) |
Replace all occurence of from by to in a str string. More... | |
int | zoo_otb_support (maps **main_conf, map *request, service *s, maps **real_inputs, maps **real_outputs) |
Load and run an OTB Application corresponding to the service by using inputs parameters. More... | |
Variables | |
int | otbCounter =0 |
Global OTB counter. More... | |
WatcherListType | m_WatcherList |
The ZooWatcher list. More... | |
maps * | m_Conf |
A pointer to the conf maps containing the main.cfg settings. More... | |
Function Documentation
std::string ReplaceAll | ( | std::string | str, |
const std::string & | from, | ||
const std::string & | to | ||
) |
Replace all occurence of from by to in a str string.
- Parameters
-
str the string to transform from the string to replace to the string used as replacement
- Returns
- the resulting string
int zoo_otb_support | ( | maps ** | main_conf, |
map * | request, | ||
service * | s, | ||
maps ** | real_inputs, | ||
maps ** | real_outputs | ||
) |
Load and run an OTB Application corresponding to the service by using inputs parameters.
Define the m_Conf
- Parameters
-
main_conf the conf maps containing the main.cfg settings request the map containing the HTTP request s the service structure real_inputs the maps containing the inputs real_outputs the maps containing the outputs
Variable Documentation
maps* m_Conf |
A pointer to the conf maps containing the main.cfg settings.
WatcherListType m_WatcherList |
The ZooWatcher list.
int otbCounter =0 |
Global OTB counter.
Generated on Wed Apr 2 2025 10:00:02 for ZOO-Project by
