/srv/osrm/osrm-backend/include/updater
NameSizeModeActions
csv_file_parser.hpp57320644editdlrm
csv_source.hpp3250644editdlrm
source.hpp24790644editdlrm
updater.hpp13120644editdlrm
updater_config.hpp26010644editdlrm
Edit: /srv/osrm/osrm-backend/include/updater/csv_source.hpp (325B)
#ifndef OSRM_UPDATER_CSV_SOURCE_HPP #define OSRM_UPDATER_CSV_SOURCE_HPP #include "updater/source.hpp" namespace osrm::updater::csv { SegmentLookupTable readSegmentValues(const std::vector &paths); TurnLookupTable readTurnValues(const std::vector &paths); } // namespace osrm::updater::csv #endif