|
ZOO-Project
|
#include "otbWrapperApplication.h"#include "otbWrapperApplicationRegistry.h"#include "otbWrapperInputImageListParameter.h"#include "otbWrapperListViewParameter.h"#include "otbWrapperAddProcessToWatchEvent.h"#include "otbZooWatcher.h"#include "service_internal.h"#include "service.h"Go to the source code of this file.
Typedefs | |
| typedef std::vector< ZooWatcher * > | WatcherListType |
| A vector to store the ZooWatcher. More... | |
Functions | |
| int | zoo_otb_support (maps **, map *, service *, maps **, maps **) |
| Load and run an OTB Application corresponding to the service by using inputs parameters. More... | |
Typedef Documentation
| typedef std::vector<ZooWatcher *> WatcherListType |
A vector to store the ZooWatcher.
Function Documentation
| 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
Generated on Fri Sep 18 2026 19:00:02 for ZOO-Project by
1.8.9.1














