yumapro
24.10-1
YumaPro SDK
|
Generic objects to construct generic output data in the server. More...
Functions | |
obj_template_t * | ncx_get_gen_anyxml (void) |
Get the object template for the NCX generic anyxml container. More... | |
obj_template_t * | ncx_get_gen_container (void) |
Get the object template for the NCX generic container. More... | |
obj_template_t * | ncx_get_gen_string (void) |
Get the object template for the NCX generic string leaf. More... | |
obj_template_t * | ncx_get_gen_empty (void) |
Get the object template for the NCX generic empty leaf. More... | |
obj_template_t * | ncx_get_gen_root (void) |
Get the object template for the NCX generic root container. More... | |
obj_template_t * | ncx_get_gen_binary (void) |
Get the object template for the NCX generic binary leaf. More... | |
obj_template_t * | ncx_get_gen_leaflist (void) |
Get the object template for the NCX generic leaf-list string. More... | |
obj_template_t * | ncx_get_yang_insert (void) |
Get the object template for the YANG insert attribute. More... | |
obj_template_t * | ncx_get_yang_key (void) |
Get the object template for the YANG key attribute. More... | |
obj_template_t * | ncx_get_yang_value (void) |
Get the object template for the YANG value attribute. More... | |
obj_template_t * | ncx_get_nc_operation (void) |
Get the cached operation meta-object template used to contruct a metaval for the attribute. More... | |
obj_template_t * | ncx_get_datapath_obj (void) |
Get the cached datapath meta-object template used to contruct a metaval for the attribute. More... | |
obj_template_t * | ncx_get_fixed_value_obj (void) |
Get the cached fixed-value meta-object template used to contruct a metaval for the attribute. More... | |
obj_template_t * | ncx_get_btype_obj (void) |
Get the cached datapath meta-object template used to contruct a metaval for the attribute. More... | |
boolean | ncx_obj_is_generic (const obj_template_t *obj) |
Check if the object is 1 of the gen_foo object templates. More... | |
Generic objects to construct generic output data in the server.
These object templates are not intended for SIL or SIL-SA code to construct GET2 responses. They are used internally in the server where the generic template does not affect operations.
obj_template_t * ncx_get_btype_obj | ( | void | ) |
Get the cached datapath meta-object template used to contruct a metaval for the attribute.
obj_template_t * ncx_get_datapath_obj | ( | void | ) |
Get the cached datapath meta-object template used to contruct a metaval for the attribute.
obj_template_t * ncx_get_fixed_value_obj | ( | void | ) |
Get the cached fixed-value meta-object template used to contruct a metaval for the attribute.
obj_template_t * ncx_get_gen_anyxml | ( | void | ) |
Get the object template for the NCX generic anyxml container.
obj_template_t * ncx_get_gen_binary | ( | void | ) |
Get the object template for the NCX generic binary leaf.
obj_template_t * ncx_get_gen_container | ( | void | ) |
Get the object template for the NCX generic container.
obj_template_t * ncx_get_gen_empty | ( | void | ) |
Get the object template for the NCX generic empty leaf.
obj_template_t * ncx_get_gen_leaflist | ( | void | ) |
Get the object template for the NCX generic leaf-list string.
obj_template_t * ncx_get_gen_root | ( | void | ) |
Get the object template for the NCX generic root container.
obj_template_t * ncx_get_gen_string | ( | void | ) |
Get the object template for the NCX generic string leaf.
obj_template_t * ncx_get_nc_operation | ( | void | ) |
Get the cached operation meta-object template used to contruct a metaval for the attribute.
obj_template_t * ncx_get_yang_insert | ( | void | ) |
Get the object template for the YANG insert attribute.
obj_template_t * ncx_get_yang_key | ( | void | ) |
Get the object template for the YANG key attribute.
obj_template_t * ncx_get_yang_value | ( | void | ) |
Get the object template for the YANG value attribute.
boolean ncx_obj_is_generic | ( | const obj_template_t * | obj | ) |
Check if the object is 1 of the gen_foo object templates.