![]() |
libyang
0.16.105
YANG data modeling language library
|
Schema output flags accepted by libyang printer functions. More...
Macros | |
#define | LYS_OUTOPT_TREE_RFC 0x01 |
#define | LYS_OUTOPT_TREE_GROUPING 0x02 |
#define | LYS_OUTOPT_TREE_USES 0x04 |
#define | LYS_OUTOPT_TREE_NO_LEAFREF 0x08 |
Schema output flags accepted by libyang printer functions.
#define LYS_OUTOPT_TREE_RFC 0x01 |
Conform to the RFC TODO tree output (only for tree format)
Definition at line 219 of file tree_schema.h.
#define LYS_OUTOPT_TREE_GROUPING 0x02 |
Print groupings separately (only for tree format)
Definition at line 220 of file tree_schema.h.
#define LYS_OUTOPT_TREE_USES 0x04 |
Print only uses instead the resolved grouping nodes (only for tree format)
Definition at line 221 of file tree_schema.h.
#define LYS_OUTOPT_TREE_NO_LEAFREF 0x08 |
Do not print the target of leafrefs (only for tree format)
Definition at line 222 of file tree_schema.h.