|
ZOO-Project
|
service_callback.h File Reference
#include <service.h>Go to the source code of this file.
Functions | |
| bool | invokeBasicCallback (maps *, int) |
| Invoke the callback in case there is a [subscriber] section containing one or more url parameter. More... | |
| void | cleanupCallbackThreads () |
| Wait for the threads to end then, clean used memory. More... | |
Function Documentation
| void cleanupCallbackThreads | ( | ) |
Wait for the threads to end then, clean used memory.
| bool invokeBasicCallback | ( | maps * | conf, |
| int | state | ||
| ) |
Invoke the callback in case there is a [subscriber] section containing one or more url parameter.
- Parameters
-
conf the maps containing the main configuration file definitions state the service state SERVICE_SUCCEEDED / STARTED / FAILED
- Returns
- bool true in case of success, false in other cases
Generated on Fri Sep 18 2026 19:00:02 for ZOO-Project by
1.8.9.1














