libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
Loading...
Searching...
No Matches
lysp_node_augment Struct Reference

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_instanceexts
uint16_t flags
struct lysp_qnameiffeatures
struct lysp_node_augmentnext
const char * nodeid
uint16_t nodetype
struct lysp_nodeparent
const char * ref
   } 
struct lysp_node node
}; 
struct lysp_node_actionactions
struct lysp_nodechild
struct lysp_node_notifnotifs
struct lysp_whenwhen

Detailed Description

YANG uses-augment-stmt and augment-stmt (compatible with struct lysp_node ).

Definition at line 1065 of file tree_schema.h.

Field Documentation

◆ [union]

union { ... } lysp_node_augment

common part corresponding to lysp_node

◆ actions

struct lysp_node_action* lysp_node_augment::actions

list of actions (linked list)

Definition at line 1084 of file tree_schema.h.

◆ child

struct lysp_node* lysp_node_augment::child

list of data nodes (linked list)

Definition at line 1082 of file tree_schema.h.

◆ notifs

struct lysp_node_notif* lysp_node_augment::notifs

list of notifications (linked list)

Definition at line 1085 of file tree_schema.h.

◆ when

struct lysp_when* lysp_node_augment::when

when statement

Definition at line 1083 of file tree_schema.h.


The documentation for this struct was generated from the following file: