version 1.2.2.3, 2012/04/11 15:08:27
|
version 1.2.2.7, 2012/06/26 08:05:58
|
Line 5
|
Line 5
|
void mqttLog(const char *, ...); |
void mqttLog(const char *, ...); |
|
|
void *mqttLoadRTLM(cfg_root_t*, int); |
void *mqttLoadRTLM(cfg_root_t*, int); |
void mqttUnloadRTLM(int); | void mqttUnloadRTLM(void*); |
|
|
inline int mqttMkDir(cfg_root_t *); |
inline int mqttMkDir(cfg_root_t *); |
|
|
Line 23 struct tagCallbacks {
|
Line 23 struct tagCallbacks {
|
int (*FiniSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*); |
int (*FiniSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*); |
int (*ChkSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*); |
int (*ChkSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*); |
|
|
int (*WritePUB_topic)(cfg_root_t *, void *, u_short, const char*, const char*, const char*, const char*, char); | int (*WritePUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, void *, int, |
mqtt_subscr_t *(*ReadPUB_topic)(cfg_root_t *, void *, u_short, const char*, char); | const char*, const char*, char); |
int (*DeletePUB_topic)(cfg_root_t *, void *, u_short, const char*, const char*, const char*, char); | mqtt_subscr_t *(*ReadPUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, char); |
| int (*DeletePUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, const char*, const char*, char); |
| int (*WipePUB_topic)(cfg_root_t *, void *, const char*, const char*, char); |
|
|
int (*WritePUB_subscribe)(cfg_root_t *, void *, u_short, const char*, const char*, const char*, char); | int (*WritePUB_subscribe)(cfg_root_t *, void *, const char*, u_short, const char*, const char*, const char*, char); |
mqtt_subscr_t *(*ReadPUB_subscribe)(cfg_root_t *, void *, const char*); | mqtt_subscr_t *(*ReadPUB_subscribe)(cfg_root_t *, void *, const char*, const char*); |
int (*DeletePUB_subscribe)(cfg_root_t *, void *, const char*, const char*, const char*, char); | int (*DeletePUB_subscribe)(cfg_root_t *, void *, const char*, const char*, const char*, const char*); |
|
|
/* mqtt_log.so */ |
/* mqtt_log.so */ |
void *(*OpenLOG)(cfg_root_t *); |
void *(*OpenLOG)(cfg_root_t *); |