Data structure to define DU Link node to be exported by a DRIVE Update plugin via exportDULinkNodes.
Definition at line 403 of file duplugin.h.

Data Fields | |
| const char * | pPath |
| DU Link path to be exported. More... | |
| const DULINK_CB | cb |
| Callback function to export. More... | |
| DULINK_ATTR | attr |
| DU Link Attribute of node being exported. More... | |
| void * | pCtx |
| Context for to callback function. More... | |
| DULINK_ATTR DULINK_EXPORT_REQS::attr |
DU Link Attribute of node being exported.
Definition at line 410 of file duplugin.h.
| const DULINK_CB DULINK_EXPORT_REQS::cb |
Callback function to export.
Definition at line 408 of file duplugin.h.
| void* DULINK_EXPORT_REQS::pCtx |
Context for to callback function.
Definition at line 412 of file duplugin.h.
| const char* DULINK_EXPORT_REQS::pPath |
DU Link path to be exported.
Definition at line 406 of file duplugin.h.