Nyx Node
Loading...
Searching...
No Matches
Nyx Text
Collaboration diagram for Nyx Text:

Functions

nyx_dict_tnyx_text_def_new (STR_t name, __NULLABLE__ STR_t label, STR_t value)
 Allocates a new INDI / Nyx text.
 
__INLINE__ bool nyx_text_def_set (nyx_dict_t *def, STR_t value)
 
__INLINE__ STR_t nyx_text_def_get (const nyx_dict_t *def)
 
nyx_dict_tnyx_text_def_vector_new (STR_t device, STR_t name, nyx_state_t state, nyx_perm_t perm, nyx_dict_t *defs[], __NULLABLE__ const nyx_opts_t *opts)
 Allocates a new INDI / Nyx text vector.
 

Detailed Description

Function Documentation

◆ nyx_text_def_new()

nyx_dict_t * nyx_text_def_new ( STR_t name,
__NULLABLE__ STR_t label,
STR_t value )

Allocates a new INDI / Nyx text.

Parameters
name
label
value
Returns

◆ nyx_text_def_vector_new()

nyx_dict_t * nyx_text_def_vector_new ( STR_t device,
STR_t name,
nyx_state_t state,
nyx_perm_t perm,
nyx_dict_t * defs[],
__NULLABLE__ const nyx_opts_t * opts )

Allocates a new INDI / Nyx text vector.

Parameters
device
name
state
perm
defs
opts
Returns