yumapro
24.10-1
YumaPro SDK
|
YumaPro gNMI implementation integrated into the server. More...
Functions | |
status_t | agt_ypgnmi_init (void) |
Initialize the YP-GNMI subsysystem handler. More... | |
void | agt_ypgnmi_cleanup (void) |
Cleanup the YP-GNMI Module. More... | |
status_t | agt_ypgnmi_get_setup (ses_cb_t *scb, rpc_msg_t *msg, val_value_t *input_val) |
handle the YP-GNMI get request from the subsystem More... | |
status_t | agt_ypgnmi_set_setup (ses_cb_t *scb, rpc_msg_t *msg, val_value_t *input_val) |
handle the YP-GNMI SET request from the subsystem More... | |
YumaPro gNMI implementation integrated into the server.
The server communicates with a GO subsystem that implements gNMI
void agt_ypgnmi_cleanup | ( | void | ) |
Cleanup the YP-GNMI Module.
Only present if WITH_GNMI=1 and WITH_RESTCONF=1 and WITH_YCONTROL=1.
status_t agt_ypgnmi_get_setup | ( | ses_cb_t * | scb, |
rpc_msg_t * | msg, | ||
val_value_t * | input_val | ||
) |
handle the YP-GNMI get request from the subsystem
Only present if WITH_GNMI=1 and WITH_RESTCONF=1 and WITH_YCONTROL=1.
scb | session control block for YControl session |
msg | rpc msg header for the ypgnmi <get> request |
input_val | val_value_t representing the <get> container |
status_t agt_ypgnmi_init | ( | void | ) |
Initialize the YP-GNMI subsysystem handler.
Only present if WITH_GNMI=1 and WITH_RESTCONF=1 and WITH_YCONTROL=1.
status_t agt_ypgnmi_set_setup | ( | ses_cb_t * | scb, |
rpc_msg_t * | msg, | ||
val_value_t * | input_val | ||
) |
handle the YP-GNMI SET request from the subsystem
Only present if WITH_GNMI=1 and WITH_RESTCONF=1 and WITH_YCONTROL=1.
scb | session control block for YControl session |
msg | rpc msg header for the ypgnmi <set> request |
input_val | val_value_t representing the <set> container |