DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
thunk.c File Reference
#include <osapi-common.h>
#include <osapi-bsp.h>
+ Include dependency graph for thunk.c:

Functions

int unity_main (void)
 Provide a name-mapping thunk between OSAL runtime and Unity test function.
 
void OS_Application_Run (void)
 The OSAL entrypoint signature.
 

Function Documentation

◆ OS_Application_Run()

void OS_Application_Run ( void  )

The OSAL entrypoint signature.

References unity_main().

◆ unity_main()

int unity_main ( void  )

Provide a name-mapping thunk between OSAL runtime and Unity test function.

The entrypoint name created by unity

Referenced by OS_Application_Run().