Nyx Node
Loading...
Searching...
No Matches
nyx_node_t Member List

This is the complete list of members for nyx_node_t, including all inherited members.

nyx_mqtt_pub(nyx_node_t *node, STR_t topic, __ZEROABLE__ size_t message_size, __NULLABLE__ BUFF_t message_buff)nyx_node_t
nyx_mqtt_sub(nyx_node_t *node, STR_t topic)nyx_node_t
nyx_node_disable(nyx_node_t *node, STR_t device, __NULLABLE__ STR_t name, __NULLABLE__ STR_t message)nyx_node_t
nyx_node_enable(nyx_node_t *node, STR_t device, __NULLABLE__ STR_t name, __NULLABLE__ STR_t message)nyx_node_t
nyx_node_finalize(nyx_node_t *node, bool free_vectors)nyx_node_t
nyx_node_initialize(STR_t node_id, nyx_dict_t *def_vectors[], __NULLABLE__ STR_t indi_url, __NULLABLE__ STR_t mqtt_url, __NULLABLE__ STR_t mqtt_username, __NULLABLE__ STR_t mqtt_password, __NULLABLE__ nyx_mqtt_handler_t mqtt_handler, __NULLABLE__ STR_t redis_url, __NULLABLE__ STR_t redis_username, __NULLABLE__ STR_t redis_password, int retry_ms, bool enable_xml, bool validate_xml)nyx_node_t
nyx_node_poll(nyx_node_t *node, int timeout_ms)nyx_node_t
nyx_node_send_message(nyx_node_t *node, STR_t device, STR_t message)nyx_node_t
nyx_stream_pub(nyx_node_t *node, STR_t device, STR_t stream, bool check, size_t max_len, __ZEROABLE__ size_t n_fields, const str_t field_names[], const size_t field_sizes[], const buff_t field_buffs[])nyx_node_t