yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
ncx_nmda.h File Reference

NMDA Data Support. More...

#include <xmlstring.h>
#include "dlq.h"
#include "ncxtypes.h"
#include "val.h"
Include dependency graph for ncx_nmda.h:

Go to the source code of this file.

Functions

ncx_origin_filter_tncx_nmda_new_origin_filter (ncx_nmda_origin_t origin)
 Malloc a new ncx_origin_filter_t. More...
 
void ncx_nmda_free_origin_filter (ncx_origin_filter_t *filter)
 Free a ncx_origin_filter_t struct. More...
 
void ncx_nmda_clean_origin_filterQ (dlq_hdr_t *filterQ)
 Clean a Queue of ncx_origin_filter_t structs. More...
 
ncx_nmda_params_tncx_nmda_new_params (void)
 Malloc a new ncx_nmda_params_t. More...
 
void ncx_nmda_free_params (ncx_nmda_params_t *params)
 Free a ncx_nmda_params_t struct. More...
 
ncx_nmda_ds_t ncx_nmda_get_ds_enum (const xmlChar *ds_name)
 Get the standard datastore enum for the string. More...
 
const xmlChar * ncx_nmda_get_ds_str (ncx_nmda_ds_t ds_enum)
 Get the standard datastore string for the enum. More...
 
const xmlChar * ncx_nmda_get_full_ds_str (ncx_nmda_ds_t ds_enum)
 Get the standard datastore string for the enum using the ds: prefix. More...
 
ncx_nmda_ds_t ncx_nmda_get_dsref_parm (val_value_t *parmval)
 Handle the ds:datastore-ref data type parameter Extract the internal enum for the datastore. More...
 
ncx_cfg_t ncx_nmda_get_cfg_id (ncx_nmda_ds_t ds_enum)
 Get the cfg datastore ID for the NMDA datastore ID. More...
 
ncx_nmda_origin_t ncx_nmda_get_originref_parm (val_value_t *parmval)
 Handle the or:origin-ref data type parameter Extract the internal enum for the origin. More...
 
ncx_nmda_origin_t ncx_nmda_get_origin_enum (const xmlChar *or_name)
 Get the standard origin enum for the string. More...
 
const xmlChar * ncx_nmda_get_origin_str (ncx_nmda_origin_t or_enum)
 Get the standard origin string for the enum. More...
 
boolean ncx_nmda_ds_writable (ncx_nmda_ds_t ds_enum)
 Return TRUE if the datastore is writable by a client. More...
 
boolean ncx_nmda_ds_conventional (ncx_nmda_ds_t ds_enum)
 Return TRUE if the datastore is a conventional datastore which has config=true objects only. More...
 
status_t ncx_nmda_load_modules (dlq_hdr_t *devQ)
 Load the ietf-datastore and ietf-origin modules. More...
 

Detailed Description

NMDA Data Support.