This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Driver module information
#include <display.h> typedef struct disp_module_info { uint8_t ddk_version_major; uint8_t ddk_version_minor; uint8_t ddk_rev; uint8_t driver_rev; char *description; unsigned reserved[16]; } disp_module_info_t;
The disp_module_info_t structure stores module information about your driver. Your driver must fill in this structure when the graphics framework calls the module_info() function that your driver defines in these structures:
The members of the disp_module_info_t structure include:
Photon
disp_draw_miscfuncs_t, disp_memfuncs_t, disp_modefuncs_t, disp_vidfuncs_t