rename all names with round_trip, trip or tsp to trip to standardize the naming

This commit is contained in:
Huyen Chau Nguyen
2015-08-20 16:07:56 +02:00
parent 8429a1e792
commit e6eea67eeb
11 changed files with 59 additions and 163 deletions
+3 -3
View File
@@ -78,10 +78,10 @@ struct RouteParameters
void setCompressionFlag(const bool flag);
void addCoordinate(const boost::fusion::vector<double, double> &received_coordinates);
void getCoordinatesFromGeometry(const std::string geometry_string);
void setTSPAlgo(const std::string &tsp_algo);
void setTripAlgo(const std::string &trip_algo);
short zoom_level;
bool print_instructions;
@@ -99,7 +99,7 @@ struct RouteParameters
std::string output_format;
std::string jsonp_parameter;
std::string language;
std::string tsp_algo;
std::string trip_algo;
std::vector<std::string> hints;
std::vector<unsigned> timestamps;
std::vector<bool> uturns;