MCPcopy 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
43std::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

onShowMethod · 0.85

Calls 1

toStringFunction · 0.70

Tested by

no test coverage detected