![]() |
libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
YANG uses-augment-stmt and augment-stmt (compatible with struct lysp_node ). More...
#include <tree_schema.h>
Data Fields | |
| union { | |
| struct { | |
| const char * | dsc |
| struct lysp_ext_instance * | exts |
| uint16_t | flags |
| struct lysp_qname * | iffeatures |
| struct lysp_node_augment * | next |
| const char * | nodeid |
| uint16_t | nodetype |
| struct lysp_node * | parent |
| const char * | ref |
| } | |
| struct lysp_node | node |
| }; | |
| struct lysp_node_action * | actions |
| struct lysp_node * | child |
| struct lysp_node_notif * | notifs |
| struct lysp_when * | when |
YANG uses-augment-stmt and augment-stmt (compatible with struct lysp_node ).
Definition at line 1065 of file tree_schema.h.
| union { ... } lysp_node_augment |
common part corresponding to lysp_node
| struct lysp_node_action* lysp_node_augment::actions |
list of actions (linked list)
Definition at line 1084 of file tree_schema.h.
| struct lysp_node* lysp_node_augment::child |
list of data nodes (linked list)
Definition at line 1082 of file tree_schema.h.
| struct lysp_node_notif* lysp_node_augment::notifs |
list of notifications (linked list)
Definition at line 1085 of file tree_schema.h.
| struct lysp_when* lysp_node_augment::when |
when statement
Definition at line 1083 of file tree_schema.h.