LibJuno 0.23.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_APP_API_TAG Struct Reference

#include <app_api.h>

Data Fields

JUNO_STATUS_T(* OnInit )(JUNO_APP_T *ptJunoApp)
 
JUNO_STATUS_T(* OnProcess )(JUNO_APP_T *ptJunoApp)
 
JUNO_STATUS_T(* OnExit )(JUNO_APP_T *ptJunoApp)
 

Field Documentation

◆ OnExit

JUNO_STATUS_T(* JUNO_APP_API_TAG::OnExit) (JUNO_APP_T *ptJunoApp)

◆ OnInit

JUNO_STATUS_T(* JUNO_APP_API_TAG::OnInit) (JUNO_APP_T *ptJunoApp)

◆ OnProcess

JUNO_STATUS_T(* JUNO_APP_API_TAG::OnProcess) (JUNO_APP_T *ptJunoApp)

The documentation for this struct was generated from the following file: