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

Function findGpsService

Tactility/Source/service/gps/GpsService.cpp:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247std::shared_ptr<GpsService> findGpsService() {
248 auto service = findServiceById(manifest.id);
249 assert(service != nullptr);
250 return std::static_pointer_cast<GpsService>(service);
251}
252
253extern const ServiceManifest manifest = {
254 .id = "Gps",

Callers 9

tpagerInitFunction · 0.85
initBootFunction · 0.85
updateGpsIconMethod · 0.85
onAddGpsMethod · 0.85
onDeleteConfigurationMethod · 0.85
updateViewsMethod · 0.85
GpsSettingsAppMethod · 0.85
tt_gps_has_coordinatesFunction · 0.85
tt_gps_get_coordinatesFunction · 0.85

Calls 1

findServiceByIdFunction · 0.50

Tested by

no test coverage detected