Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/routino.h
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 1784 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 13:08:37 2015 UTC (9 years, 7 months ago) by amb
File length: 13560 byte(s)
Copied from: branches/libroutino/src/routino.h revision 1783
Diff to previous 1773
Merge libroutino branch back into the trunk.
Revision 1773 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 10 18:59:51 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 13560 byte(s)
Diff to previous 1771
Use DLL_PUBLIC for the extern definitions of the global variables (patch from Oliver Eichler).
Revision 1771 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 8 15:21:46 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 13538 byte(s)
Diff to previous 1768
Simplify the HTML generation by making more complex format strings when parsing the translations. Add another field to the API HTML format output (cumulative distance). Increase API version to 5.
Revision 1768 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 8 12:31:37 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 13396 byte(s)
Diff to previous 1767
Add a new output list format that contains a text version of the normal HTML output. Increase API version to 4.
Revision 1767 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 4 19:00:44 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 12894 byte(s)
Diff to previous 1766
Add a progress callback that reports routing progress and can abort the routing algorithm if required. Increase API version to 3.
Revision 1766 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 4 18:06:39 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 12587 byte(s)
Diff to previous 1765
Add speed for each route segment (text-all version) and rename the 'string' parameter to 'name'. Increase API version to 2.
Revision 1765 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 3 18:18:29 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 12460 byte(s)
Diff to previous 1760
Add a library API version number #define and variable and a function to compare the two.
Revision 1760 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 31 18:23:33 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 11918 byte(s)
Diff to previous 1758
Documentation for the libroutino library.
Revision 1758 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 30 18:36:07 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 11271 byte(s)
Diff to previous 1757
Add the ability to request a linked list output representing the route when using the routino library.
Revision 1757 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 21 18:15:45 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 9003 byte(s)
Diff to previous 1756
Add a user profile type and functions to convert it to and from the Routino profile.
Revision 1756 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 20 18:33:06 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 6271 byte(s)
Diff to previous 1755
Add options to the routing function to allow selection of the type of output files generated.
Revision 1755 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 20 18:05:01 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 5471 byte(s)
Diff to previous 1753
Add functions to the library to return the list of loaded translation languages and profile names.
Revision 1753 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 20 17:23:20 2015 UTC (9 years, 7 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 5363 byte(s)
Diff to previous 1748
Check for validated profiles before using them.
Revision 1748 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 16 18:34:22 2015 UTC (9 years, 8 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 5262 byte(s)
Diff to previous 1747
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.
Revision 1747 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 15 18:46:03 2015 UTC (9 years, 8 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 5167 byte(s)
Diff to previous 1738
Add a Routino_errno variable that indicates the error status of the most recent library function called.
Revision 1738 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 19:01:12 2015 UTC (9 years, 8 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 3156 byte(s)
Diff to previous 1720
Update the library and include a version of the router program that uses the libroutino shared library for calculating routes. Currently generates output files of all types and accepts but ignores all options to change this.
Revision 1720 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 20 14:51:34 2015 UTC (9 years, 8 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 1822 byte(s)
Diff to previous 1715
Avoid defining DLL_PUBLIC twice on Cygwin.
Revision 1715 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Jun 18 18:54:16 2015 UTC (9 years, 8 months ago) by amb
Original Path: branches/libroutino/src/routino.h
File length: 1774 byte(s)
Add stub files for Routino library exported functions and Makefile support.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.