Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ setMain
Function
setMain
Devices/simulator/Source/Main.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
MainFunction mainFunction = nullptr;
13
14
void setMain(MainFunction newMainFunction) {
15
mainFunction = newMainFunction;
16
}
17
18
static void freertosMainTask(void* parameter) {
19
LOGGER.info(
"starting app_main()"
);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected