|
LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
|
Application module API (start/process/exit lifecycle). More...


Go to the source code of this file.
Data Structures | |
| struct | JUNO_APP_API_TAG |
Typedefs | |
| typedef struct JUNO_APP_API_TAG | JUNO_APP_API_T |
| The application API. | |
| typedef struct JUNO_APP_ROOT_TAG | JUNO_APP_ROOT_T |
| The application module. | |
Functions | |
| struct JUNO_APP_ROOT_TAG | JUNO_MODULE_ROOT (JUNO_APP_API_T, JUNO_MODULE_EMPTY) |
Application module API (start/process/exit lifecycle).
This API has been generated by LibJuno: https://www.robinonsay.com/libjuno/ This header contains the juno_app library API. The application API is used to provide a common interface to a LibJuno application that a custom executive could utilize
| typedef struct JUNO_APP_API_TAG JUNO_APP_API_T |
The application API.
| typedef struct JUNO_APP_ROOT_TAG JUNO_APP_ROOT_T |
The application module.
| struct JUNO_APP_ROOT_TAG JUNO_MODULE_ROOT | ( | JUNO_APP_API_T | , |
| JUNO_MODULE_EMPTY | |||
| ) |