Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
ResPluginFrugalEditor_t
A structure that defines a frugal editor
Synopsis:
typedef struct ResPluginFrugalEditor_ {
/* the common stuff */
ResPluginCommon_t common;
/* the frugal editor */
ResPluginFrugalCreateF_t *create;
} ResPluginFrugalEditor_t;
Description:
This structure defines the elements and functions for a frugal editor required for the frugal_editors array of ResPlugin_t.
ResPluginFrugalEditor_t has these members:
- common
- A ResPluginCommon_t structure that defines name, datatype, version, and endian string (if required) for a frugal editor, as well as its set data and destroy functions.
- create
- A pointer to the plugin's ResPluginFrugalCreateF_t create() function.
Classification:
PhotonSee also:
ResPlugin_t, ResPluginCommon_t.
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)