Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ getModels
Function
getModels
Tactility/Source/hal/gps/GpsConfiguration.cpp:43–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
std::vector<std::string> getModels() {
44
std::vector<std::string> result;
45
for (GpsModel model = GpsModel::Unknown; model <= GpsModel::UC6580; ++(int&)model) {
46
result.push_back(toString(model));
47
}
48
return result;
49
}
50
51
}
Callers
1
onShow
Method · 0.85
Calls
1
toString
Function · 0.70
Tested by
no test coverage detected