shengine pre-release
shengine by mrsinho
Loading...
Searching...
No Matches
shEngineUI.h File Reference

Declares functions related to setting up the graphical user interface (GUI) for the shengine module. More...

#include <shgui/shgui.h>

Go to the source code of this file.

Typedefs

typedef struct ShEngine ShEngine
 

Functions

uint8_t shEngineGuiSetup (ShEngine *p_engine)
 Sets up the graphical user interface for the shengine module.
 
uint8_t shEngineGuiRelease (ShEngine *p_engine)
 Releases the graphical user interface and frees gui-related memory.
 

Detailed Description

Declares functions related to setting up the graphical user interface (GUI) for the shengine module.

Typedef Documentation

◆ ShEngine

typedef struct ShEngine ShEngine

Function Documentation

◆ shEngineGuiRelease()

uint8_t shEngineGuiRelease ( ShEngine p_engine)
extern

Releases the graphical user interface and frees gui-related memory.

Parameters
p_engineValid pointer to a ShEngine structure.
Returns
Integer status code indicating the success or failure of the operation.

◆ shEngineGuiSetup()

uint8_t shEngineGuiSetup ( ShEngine p_engine)
extern

Sets up the graphical user interface for the shengine module.

Parameters
p_engineValid pointer to a ShEngine structure.
Returns
Integer status code indicating the success or failure of the operation.