![]() |
libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
YANG rpc-stmt and action-stmt. More...
#include <tree_schema.h>
Data Fields | |
| union { | |
| struct { | |
| const char * | dsc |
| struct lysp_ext_instance * | exts |
| uint16_t | flags |
| struct lysp_qname * | iffeatures |
| const char * | name |
| struct lysp_node_action * | next |
| uint16_t | nodetype |
| struct lysp_node * | parent |
| const char * | ref |
| } | |
| struct lysp_node | node |
| }; | |
| struct lysp_node_grp * | groupings |
| struct lysp_node_action_inout | input |
| struct lysp_node_action_inout | output |
| struct lysp_tpdf * | typedefs |
YANG rpc-stmt and action-stmt.
Definition at line 982 of file tree_schema.h.
| union { ... } lysp_node_action |
common part corresponding to lysp_node
| struct lysp_node_grp* lysp_node_action::groupings |
list of groupings (linked list)
Definition at line 1001 of file tree_schema.h.
| struct lysp_node_action_inout lysp_node_action::input |
RPC's/Action's input
Definition at line 1003 of file tree_schema.h.
| struct lysp_node_action_inout lysp_node_action::output |
RPC's/Action's output
Definition at line 1004 of file tree_schema.h.
| struct lysp_tpdf* lysp_node_action::typedefs |
list of typedefs (sized array)
Definition at line 1000 of file tree_schema.h.