Go to the documentation of this file.
25 #ifndef ZOO_SERVICE_INTERNAL_PYTHON_H
26 #define ZOO_SERVICE_INTERNAL_PYTHON_H 1
int zoo_python_support(maps **, map *, service *, maps **, maps **)
Load a Python module then run the function corresponding to the service by passing the conf,...
Definition: service_internal_python.c:154
map * mapFromPyDict(PyDictObject *t)
Convert a Python dictionary to a map.
Definition: service_internal_python.c:730
PyObject * PythonTranslate(PyObject *, PyObject *)
Use the ZOO-Services messages translation function from the Python environment.
Definition: service_internal_python.c:882
PyObject * PythonDebugMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:984
Metadata information about a full Service.
Definition: service.h:715
PyObject * PythonErrorMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1040
maps * mapsFromPyDict(PyDictObject *t)
Convert a Python dictionary to a maps.
Definition: service_internal_python.c:633
PyObject * PythonCriticalMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1054
PyObject * PythonSuccessMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1012
PyObject * PythonWarningMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:1026
linked list of map pointer
Definition: service.h:678
KVP linked list.
Definition: service.h:657
PyDictObject * PyDict_FromMaps(maps *t)
Convert a maps to a Python dictionary.
Definition: service_internal_python.c:451
PyObject * PythonTraceMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:970
void PythonZooReport(maps **, const char *, int)
Report Python error which may occur on loading the Python module or at runtime.
Definition: service_internal_python.c:366
PyDictObject * PyDict_FromMap(map *t)
Convert a map to a Python dictionary.
Definition: service_internal_python.c:485
PyObject * PythonInfoMessage(PyObject *, PyObject *)
ZOO-API equivalent to logger.debug() in Python.
Definition: service_internal_python.c:998
PyObject * PythonUpdateStatus(PyObject *, PyObject *)
Update the ongoing status of a running service from the Python environment.
Definition: service_internal_python.c:903