Choco OS
V.0.16.9.0
Join to the chocolate world
|
stores screen object data More...
Data Fields | |
oC_ObjectControl_t | ObjectControl |
Magic number counted by the Object module. More... | |
oC_Driver_t | Driver |
Pointer to the graphic driver that handles the screen. | |
char | Name [30] |
Name of the screen - useful for screen identification. | |
void * | Config |
Pointer to the screen configuration. More... | |
void * | Context |
Pointer to the driver context. More... | |
bool | Configured |
This flag is set to true if the driver configuration was done and was finished with successful result. | |
Definition at line 43 of file oc_screen.c.
void* Config |
Note, that it is a copy of the configuration given as oC_Screen_New argument
Definition at line 48 of file oc_screen.c.
void* Context |
It is created and allocated by the driver. Only for internal use
Definition at line 49 of file oc_screen.c.
oC_ObjectControl_t ObjectControl |
It is for the Screen verification
Definition at line 45 of file oc_screen.c.