|
Nyx Node
|
Struct describing the options for INDI / Nyx vectors. More...
#include <nyx_node.h>
Data Fields | |
| __NYX_NULLABLE__ STR_t | group |
GUI group membership, if NULL, replaced by "Main". | |
| __NYX_NULLABLE__ STR_t | label |
GUI label, if NULL, replaced by the device name. | |
| __NYX_NULLABLE__ STR_t | hints |
| GUI Markdown description. | |
| __NYX_NULLABLE__ STR_t | message |
| Free comment. | |
| __NYX_ZEROABLE__ double | timeout |
| Worst-case time [sec] to apply, 0 by default, N/A for RO. | |
Struct describing the options for INDI / Nyx vectors.
Definition at line 1916 of file nyx_node.h.
| __NYX_NULLABLE__ STR_t nyx_opts_t::group |
GUI group membership, if NULL, replaced by "Main".
Definition at line 1918 of file nyx_node.h.
| __NYX_NULLABLE__ STR_t nyx_opts_t::label |
GUI label, if NULL, replaced by the device name.
Definition at line 1919 of file nyx_node.h.
| __NYX_NULLABLE__ STR_t nyx_opts_t::hints |
GUI Markdown description.
Definition at line 1920 of file nyx_node.h.
| __NYX_NULLABLE__ STR_t nyx_opts_t::message |
Free comment.
Definition at line 1921 of file nyx_node.h.
| __NYX_ZEROABLE__ double nyx_opts_t::timeout |
Worst-case time [sec] to apply, 0 by default, N/A for RO.
Definition at line 1922 of file nyx_node.h.