ZOO-Project
|
Functions | |
int | zoo_mono_support (maps **main_conf, map *request, service *s, maps **real_inputs, maps **real_outputs) |
Load a Mono dll then run the static public method corresponding to the service by passing the conf, inputs and outputs parameters. More... | |
MonoObject * | ZMapsFromMaps (MonoDomain *domain, MonoClass **classes, MonoMethod **methods, MonoObject **exc, maps *m) |
Create ZMaps from maps. More... | |
MonoObject * | ZMapFromMap (MonoDomain *domain, MonoClass *ZMapClass, MonoMethod **methods, MonoObject **exc, map *m) |
Create ZMap from map. More... | |
maps * | mapsFromZMaps (MonoDomain *domain, MonoClass **classes, MonoMethod **methods, MonoObject *m) |
Create maps from ZMaps. More... | |
map * | mapFromZMap (MonoDomain *domain, MonoClass **classes, MonoMethod **methods, MonoObject *m) |
Create map from ZMap. More... | |
static MonoString * | MonoTranslate (MonoString *str) |
The translate function to search in zoo-services gettext domain for translating a string. More... | |
static void | MonoUpdateStatus (MonoObject *obj, MonoString *str, int p) |
The updateStatus function to update the ongoing status of a ZOO-Service. More... | |
Variables | |
MonoClass * | iclasses [4] |
MonoMethod * | imethods [10] |
Function Documentation
map* mapFromZMap | ( | MonoDomain * | domain, |
MonoClass ** | classes, | ||
MonoMethod ** | methods, | ||
MonoObject * | m | ||
) |
Create map from ZMap.
- Parameters
-
domain the Mono Domain classes the Mono classes required (_ZMapsClass,ZMapsClass,ZMapClass,KeysList) methods the Mono methods required (ZMapsGetMaps,ZMapsGetKeysCount,ZMapsGetKey,ZMapGetMap,ZMapGetKeysCount,ZMapGetKey,_ZMapsGetContent,_ZMapsGetChild,ZMapGetSize) m the ZMap to use as source to create a new map
- Returns
- MonoObject* to a new ZMap
maps* mapsFromZMaps | ( | MonoDomain * | domain, |
MonoClass ** | classes, | ||
MonoMethod ** | methods, | ||
MonoObject * | m | ||
) |
Create maps from ZMaps.
- Parameters
-
domain the Mono Domain classes the Mono classes required to create (_ZMapsClass,ZMapsClass,ZMapClass,KeysList) methods the Mono methods required (ZMapsGetMaps,ZMapsGetKeysCount,ZMapsGetKey,ZMapGetMap,ZMapGetKeysCount,ZMapGetKey,_ZMapsGetContent,_ZMapsGetChild) m the ZMaps to use as source to create a new maps
- Returns
- MonoObject* to a new ZMaps
|
static |
The translate function to search in zoo-services gettext domain for translating a string.
- Parameters
-
str the string to be translated
- Returns
- the translated string
|
static |
The updateStatus function to update the ongoing status of a ZOO-Service.
- Parameters
-
m the main.cfg map str the message for the current step p the percentage of the
- Returns
- the translated string
MonoObject* ZMapFromMap | ( | MonoDomain * | domain, |
MonoClass * | ZMapClass, | ||
MonoMethod ** | methods, | ||
MonoObject ** | exc, | ||
map * | m | ||
) |
Create ZMap from map.
- Parameters
-
domain the Mono Domain classes the Mono classes required to create (_ZMaps,ZMaps and ZMap) methods the Mono methods required (ZMapsAdd, _ZMapsSetContent, _ZMapsSetChild, ZMapAdd and ZMapDisplay) exc the Mono exception object m the map to use as source to create a new ZMap
- Returns
- MonoObject* to a new ZMap
MonoObject* ZMapsFromMaps | ( | MonoDomain * | domain, |
MonoClass ** | classes, | ||
MonoMethod ** | methods, | ||
MonoObject ** | exc, | ||
maps * | m | ||
) |
Create ZMaps from maps.
- Parameters
-
domain the Mono Domain classes the Mono classes required to create (_ZMaps,ZMaps and ZMap) methods the Mono methods required (ZMapsAdd, _ZMapsSetContent, _ZMapsSetChild, ZMapAdd and ZMapDisplay) m the maps to use as source to create the corresponding ZMaps
- Returns
- MonoObject* to a new ZMap
int zoo_mono_support | ( | maps ** | main_conf, |
map * | request, | ||
service * | s, | ||
maps ** | real_inputs, | ||
maps ** | real_outputs | ||
) |
Load a Mono dll then run the static public method corresponding to the service by passing the conf, inputs and outputs parameters.
- 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
MonoClass* iclasses[4] |
MonoMethod* imethods[10] |
Generated on Wed Feb 5 2025 12:00:16 for ZOO-Project by 1.8.9.1