ProviewR Programmer's Reference Manual
V6.1.4
|
#include <nmps_appl.h>
Public Attributes | |
pwr_tObjid | objid |
pwr_tString80 | name |
pwr_tAddress | object_ptr |
pwr_tBoolean | select |
pwr_tBoolean | front |
pwr_tBoolean | back |
pwr_tBoolean | newdata |
pwr_tBoolean | removed |
unsigned long | cell_mask |
Data info
Definition at line 82 of file nmps_appl.h.
pwr_tBoolean nmpsappl_t_datainfo::back |
The Back attribute for the dataobject in the cell object. If the dataobject is present in several cells, back is set if the Back flag is set in one of the cells.
Definition at line 94 of file nmps_appl.h.
unsigned long nmpsappl_t_datainfo::cell_mask |
Mask that specifies in which cell or which cells the dataobject resides. The first bit corresponds to the first cell, i.e. the first cell in cell list supplied to nmpsappl_MirrorInit, etc.
Definition at line 103 of file nmps_appl.h.
pwr_tBoolean nmpsappl_t_datainfo::front |
The Front attribute for the dataobject in the cell object. If the dataobject is present in several cells, front is set if the Front flag is set in one of the cells.
Definition at line 90 of file nmps_appl.h.
pwr_tString80 nmpsappl_t_datainfo::name |
Dataobject name (last segment)
Definition at line 84 of file nmps_appl.h.
pwr_tBoolean nmpsappl_t_datainfo::newdata |
Marks that a data object is new since the last mirror.
Definition at line 98 of file nmps_appl.h.
pwr_tAddress nmpsappl_t_datainfo::object_ptr |
Pointer to data object
Definition at line 85 of file nmps_appl.h.
pwr_tObjid nmpsappl_t_datainfo::objid |
Dataobject objid
Definition at line 83 of file nmps_appl.h.
pwr_tBoolean nmpsappl_t_datainfo::removed |
Marks that the dataobject has disappeard since the last mirror. Requires the the option nmpsappl_mOption_Remove is selected.
Definition at line 100 of file nmps_appl.h.
pwr_tBoolean nmpsappl_t_datainfo::select |
The select attribute for the dataobject in the cell object. If the dataobject is present in several cells, select is set if the dataobject is selected in at least one of the cells.
Definition at line 86 of file nmps_appl.h.