MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / registerApps

Function registerApps

Tactility/Source/Tactility.cpp:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void registerApps() {
325 registerInternalApps();
326 registerInstalledAppsFromFileSystems();
327}
328
329void run(const Configuration& config, Module* dtsModules[], DtsDevice dtsDevices[]) {
330 LOGGER.info("Tactility v{} on {} ({})", TT_VERSION, CONFIG_TT_DEVICE_NAME, CONFIG_TT_DEVICE_ID);

Callers 1

bootThreadCallbackMethod · 0.85

Calls 2

registerInternalAppsFunction · 0.85

Tested by

no test coverage detected