Go to the source code of this file.
Classes | |
struct | Function |
struct | PluginLoadResult |
struct | run_response_t |
Typedefs | |
using | bool_void_func = bool(*)() |
using | plugin_topicparam_func = PluginLoadResult(*)(char *, uint16_t, char *, char *) |
using | void_char_char_func = void(*)(char *, char *) |
using | void_char_func = void(*)(char *) |
using | void_double_func = void(*)(double) |
using | void_uint16_func = void(*)(uint16_t) |
using | void_void_func = void(*)() |
using bool_void_func = bool (*)() |
using plugin_topicparam_func = PluginLoadResult (*)(char*, uint16_t, char*, char*) |
using void_char_char_func = void (*)(char*, char*) |
typedef void(* void_char_func)(char *) |
using void_double_func = void (*)(double) |
using void_uint16_func = void (*)(uint16_t) |
typedef void(* void_void_func)() |