]> git.street.me.uk Git - andy/viking.git/commit - src/vikutils.c
Add a common method to produce an information message string about a Trackpoint.
authorRob Norris <rw_norris@hotmail.com>
Mon, 15 Jul 2013 21:52:51 +0000 (22:52 +0100)
committerRob Norris <rw_norris@hotmail.com>
Thu, 18 Jul 2013 20:27:08 +0000 (21:27 +0100)
commitf93e021092ab1743a77f4d8790b0b3b482ac45ce
treeb38065c12ff370da24da0134d2a315cf35ed3228
parentdb478c57d411b6e8e82032a04543b55edc29e58c
Add a common method to produce an information message string about a Trackpoint.

Currently for ease of implementation the message format code is a string of characters.
Each character represents what should be inserted in relation to a Trackpoint.
One day it might evolve into something more user friendly with a frontend to control it, perhaps allowing arbitary text too.

However for now at least some control is offered :)
src/Makefile.am
src/vikutils.c [new file with mode: 0644]
src/vikutils.h [new file with mode: 0644]