ZOO-Project
|
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... | |
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.
str | the string to transform |
from | the string to replace |
to | the string used as replacement |
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
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 |
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.