libyang  1.0.225
YANG data modeling language library
Schema printer flags

Schema output flags accepted by libyang printer functions. More...

Collaboration diagram for Schema printer flags:

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
 

Detailed Description

Schema output flags accepted by libyang printer functions.

Macro Definition Documentation

◆ LYS_OUTOPT_TREE_RFC

#define LYS_OUTOPT_TREE_RFC   0x01

Conform to the RFC TODO tree output (only for tree format)

Definition at line 211 of file tree_schema.h.

◆ LYS_OUTOPT_TREE_GROUPING

#define LYS_OUTOPT_TREE_GROUPING   0x02

Print groupings separately (only for tree format)

Definition at line 212 of file tree_schema.h.

◆ LYS_OUTOPT_TREE_USES

#define LYS_OUTOPT_TREE_USES   0x04

Print only uses instead the resolved grouping nodes (only for tree format)

Definition at line 213 of file tree_schema.h.

◆ LYS_OUTOPT_TREE_NO_LEAFREF

#define LYS_OUTOPT_TREE_NO_LEAFREF   0x08

Do not print the target of leafrefs (only for tree format)

Definition at line 214 of file tree_schema.h.