This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
A structure that defines the functions exported by PhAB that can be called by a frugal editor
typedef struct PhABResExportFrugal_ { PhABResExportCommon_t common; PhABExportOpenF_t *open; } PhABResExportFrugal_t;
When a new frugal resource editor is created, it is passed a pointer to this structure, which gives it access to the functions exported by PhAB.
The structure has these members:
open(), PhABResExportCommon_t.