Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Revision 1748


Jump to revision: Previous Next
Author: amb
Date: Thu Jul 16 18:34:22 2015 UTC (9 years, 8 months ago)
Changed paths: 6
Log Message:
Validate profile parameters better when reading XML or router command
line.  Change the Profile data structure so that UpdateProfile() does
not change the parts that are loaded from file so that it can be used
multiple times on the same profile.  Change the highway and props data
to be between 0 and 1 rather than a percentage.  Add a new function to
the library to validate a profile and also update it.


Changed paths

Path Details
Directorybranches/libroutino/src/profiles.c modified , text changed
Directorybranches/libroutino/src/profiles.h modified , text changed
Directorybranches/libroutino/src/router+lib.c modified , text changed
Directorybranches/libroutino/src/router.c modified , text changed
Directorybranches/libroutino/src/routino.c modified , text changed
Directorybranches/libroutino/src/routino.h modified , text changed