PhABResExportFrugal_t

A structure that defines the functions exported by PhAB that can be called by a frugal editor

Synopsis:

        typedef struct PhABResExportFrugal_ {
                PhABResExportCommon_t common;

                PhABExportOpenF_t *open;
                } PhABResExportFrugal_t;

Description:

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:

common
A PhABResExportCommon_t structure that points to functions common to frugal and full editors.
open
A pointer to the open() function exported by PhAB.

Classification:

Photon

See also:

open(), PhABResExportCommon_t.