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

Moint Point Instance This struct lives in a val_value_t.val_extra struct. More...

#include <ncxtypes.h>

Collaboration diagram for ncx_sm_mpid_t:

Data Fields

dlq_hdr_t qhdr
 queue header
 
dlq_hdr_t anckeyQ
 Q of malloced val_value_t; 1 entry for each key leaf includes the ancestor keys.
 
struct val_value_t_ * valroot
 Backptr to the value node that contains this MPID This is a SIL only field. More...
 
ncx_backptr_t backptr
 inline backptr used to store this MPID in the rootcb->mpidQ. More...
 
boolean backptr_queued
 flag to indicate the backptr is actually in a rootcb->mpidQ. More...
 
xmlChar * module
 Set for SIL-SA ONLY: module name for the mount point This is a malloced string.
 
xmlChar * label
 Set for SIL-SA ONLY: label for the mount point This is a malloced string.
 
xmlChar * objpath
 Set for SIL-SA ONLY: path string for the object template This is a malloced string.
 

Detailed Description

Moint Point Instance This struct lives in a val_value_t.val_extra struct.

It is created when the val_value_t is parsed and created This is used by internal code and SIL code to identify the ancestor keys above the mount point.

Field Documentation

◆ backptr

ncx_backptr_t backptr

inline backptr used to store this MPID in the rootcb->mpidQ.

The rootcb is stored in the obj_template_t for the SM root object. This is not used in SIL-SA.

◆ backptr_queued

boolean backptr_queued

flag to indicate the backptr is actually in a rootcb->mpidQ.

This is not used in SIL-SA.

◆ valroot

struct val_value_t_* valroot

Backptr to the value node that contains this MPID This is a SIL only field.

The SIL-SA version will be NULL


The documentation for this struct was generated from the following file: