MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / readTurnValues

Function readTurnValues

src/updater/csv_source.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54TurnLookupTable readTurnValues(const std::vector<std::string> &paths)
55{
56 CSVFilesParser<Turn, PenaltySource> parser(1,
57 x3::ulong_long >> ',' >> x3::ulong_long >> ',' >>
58 x3::ulong_long,
59 x3::double_ >> -(',' >> x3::double_));
60 return parser(paths);
61}
62} // namespace osrm::updater::csv

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected