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