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

Old experimental code for RESTCONF over CoAP not enabled. More...

Collaboration diagram for Experimental Object Dictionary:

Functions

status_t obj_dict_init (void)
 Initialize the object dictionary. More...
 
void obj_dict_cleanup (void)
 Cleanup the object dictionary. More...
 
status_t obj_dict_add_object (obj_template_t *obj)
 Generate an object identifier and insert into the AVL tree. More...
 
boolean obj_dict_remove_object (obj_template_t *obj)
 Remove an object from the object dictionary. More...
 
void obj_dict_dump (void)
 Print the sorted dictionary contents. More...
 

Detailed Description

Old experimental code for RESTCONF over CoAP not enabled.

Function Documentation

◆ obj_dict_add_object()

status_t obj_dict_add_object ( obj_template_t obj)

Generate an object identifier and insert into the AVL tree.

Experimental: not supported

Parameters
objobject to add
Returns
status
Here is the call graph for this function:

◆ obj_dict_cleanup()

void obj_dict_cleanup ( void  )

Cleanup the object dictionary.

Experimental: not supported

Here is the caller graph for this function:

◆ obj_dict_dump()

void obj_dict_dump ( void  )

Print the sorted dictionary contents.

Experimental: not supported

Here is the call graph for this function:
Here is the caller graph for this function:

◆ obj_dict_init()

status_t obj_dict_init ( void  )

Initialize the object dictionary.

Experimental: not supported

Returns
status
Here is the caller graph for this function:

◆ obj_dict_remove_object()

boolean obj_dict_remove_object ( obj_template_t obj)

Remove an object from the object dictionary.

Experimental: not supported

Parameters
objobject to remove
Returns
TRUE if removed; FALSE if not
Here is the caller graph for this function: