yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches

Contains SID and LSID management for CBOR encoding. More...

Collaboration diagram for CBOR:

Functions

status_t agt_yang_cbor_init (void)
 Phase 1: Initialize the YANG CBOR code. More...
 
status_t agt_yang_cbor_set_modules (void)
 
  • Set all the SID assignments.
More...
 
status_t agt_yang_cbor_init2 (void)
 Phase 2: Initialize the YANG CBOR code. More...
 
void agt_yang_cbor_cleanup (void)
 Cleanup the YANG CBOR code. More...
 

Detailed Description

Contains SID and LSID management for CBOR encoding.

Function Documentation

◆ agt_yang_cbor_cleanup()

void agt_yang_cbor_cleanup ( void  )

Cleanup the YANG CBOR code.

Called by server when server is restarted

Here is the call graph for this function:

◆ agt_yang_cbor_init()

status_t agt_yang_cbor_init ( void  )

Phase 1: Initialize the YANG CBOR code.

Called by server when server is started

Returns
return status. An error will cause the module load to fail.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ agt_yang_cbor_init2()

status_t agt_yang_cbor_init2 ( void  )

Phase 2: Initialize the YANG CBOR code.

SIL init phase 2: non-config data structures. Called after running config is loaded.

Returns
return status. An error will cause the server initialization to fail.
Here is the call graph for this function:

◆ agt_yang_cbor_set_modules()

status_t agt_yang_cbor_set_modules ( void  )

  • Set all the SID assignments.

Called after all YANG modules loaded at boot-time

Returns
return status. An error will cause the module load to fail.
Here is the call graph for this function:
Here is the caller graph for this function: