Routino SVN Repository Browser

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

/[routino]/trunk/src/functions.h
ViewVC logotype

Log of /trunk/src/functions.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:


Revision 251 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 5 09:36:57 2009 UTC (15 years, 6 months ago) by amb
File length: 2390 byte(s)
Diff to previous 250
Add some more file functions.


Revision 250 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 3 18:35:59 2009 UTC (15 years, 6 months ago) by amb
File length: 2229 byte(s)
Diff to previous 248
Remove extra argument from MapFile function.


Revision 248 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 3 17:49:49 2009 UTC (15 years, 6 months ago) by amb
File length: 2244 byte(s)
Diff to previous 238
Changes to mapping and unmapping files for slim mode.


Revision 238 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 15:27:47 2009 UTC (15 years, 7 months ago) by amb
File length: 2180 byte(s)
Diff to previous 199
Rename the routing functions and make FindRoute only find routes with no
super-nodes in them.


Revision 199 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 18:56:09 2009 UTC (15 years, 9 months ago) by amb
File length: 2177 byte(s)
Diff to previous 165
Put some of types.h into typesx.h (for extended data types).
Put some of functions.h into functionsx.h (for OSM parser).
Change included files to match.


Revision 165 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 27 18:56:39 2009 UTC (15 years, 10 months ago) by amb
File length: 2299 byte(s)
Diff to previous 164
Allow generating a route with intermediate waypoints.


Revision 164 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 24 16:53:37 2009 UTC (15 years, 10 months ago) by amb
File length: 2386 byte(s)
Diff to previous 162
Split the output functions into separate head/body/tail.
Read in an optional copyright.txt file and include contents in output.


Revision 162 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 23 17:37:04 2009 UTC (15 years, 10 months ago) by amb
File length: 2315 byte(s)
Diff to previous 161
Move the filename generation to a new function.


Revision 161 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 22 18:52:35 2009 UTC (15 years, 10 months ago) by amb
File length: 2240 byte(s)
Diff to previous 151
Split the function to print the output into a new file.


Revision 151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 8 16:54:34 2009 UTC (15 years, 11 months ago) by amb
File length: 2220 byte(s)
Diff to previous 126
Changed the license to Affero GPLv3.


Revision 126 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 19:12:41 2009 UTC (16 years, 1 month ago) by amb
File length: 1761 byte(s)
Diff to previous 109
Change some function names.


Revision 109 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 7 15:56:08 2009 UTC (16 years, 1 month ago) by amb
File length: 1757 byte(s)
Diff to previous 104
Split the extended data types from the normal data types.


Revision 104 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 6 20:23:35 2009 UTC (16 years, 1 month ago) by amb
File length: 2225 byte(s)
Diff to previous 97
Segments now not duplicated in database.
Routing with all nodes works, not with super-nodes.


Revision 97 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 1 17:11:08 2009 UTC (16 years, 1 month ago) by amb
File length: 2152 byte(s)
Diff to previous 96
Rename some variable types.


Revision 96 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 15:32:42 2009 UTC (16 years, 1 month ago) by amb
File length: 2201 byte(s)
Diff to previous 95
Intermediate version during code cleanup.


Revision 95 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 14:53:29 2009 UTC (16 years, 1 month ago) by amb
File length: 2211 byte(s)
Diff to previous 90
Intermediate checkin, routing now working.


Revision 90 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 29 19:31:52 2009 UTC (16 years, 1 month ago) by amb
File length: 2238 byte(s)
Diff to previous 89
Intermediate version while transitioning data format for nodes and segments.


Revision 89 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 28 18:46:55 2009 UTC (16 years, 1 month ago) by amb
File length: 2248 byte(s)
Diff to previous 88
Intermediate version while transitioning data format for nodes and segments.


Revision 88 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 27 18:22:37 2009 UTC (16 years, 1 month ago) by amb
File length: 2263 byte(s)
Diff to previous 87
Intermediate version while transitioning data format for nodes and segments.


Revision 87 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 26 18:47:23 2009 UTC (16 years, 1 month ago) by amb
File length: 2241 byte(s)
Diff to previous 82
Change Segment to contain index of way not its real ID.
Don't store the real way ID to save space.


Revision 82 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 10:58:52 2009 UTC (16 years, 1 month ago) by amb
File length: 2204 byte(s)
Diff to previous 76
Added profiles to define speed and allowed highways.
Added new options to planetsplitter and router to use the profiles.


Revision 76 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 17:13:48 2009 UTC (16 years, 1 month ago) by amb
File length: 2305 byte(s)
Diff to previous 75
Remove "iteration" as function argument.


Revision 75 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 17:09:41 2009 UTC (16 years, 1 month ago) by amb
File length: 2333 byte(s)
Diff to previous 74
Add command line options to planetsplitter and router.
Select transport type (must be allowed on way for parsing).
Select highway types (ignore when parsing or routing).


Revision 74 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 16:09:09 2009 UTC (16 years, 1 month ago) by amb
File length: 2223 byte(s)
Diff to previous 71
Add enumerated type Transport.
Replace variables of AllowType with Transport where more appropriate.
Replace AllowType with Allowed.
Replace WayType with Highway.


Revision 71 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Jan 23 15:22:31 2009 UTC (16 years, 1 month ago) by amb
File length: 2217 byte(s)
Diff to previous 63
Create a large or small results structure depending on how many nodes are
expected.



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.

  Diffs between and
  Type of Diff should be a