diff options
author | mvglasow <michael -at- vonglasow.com> | 2015-12-14 09:36:59 +0100 |
---|---|---|
committer | mvglasow <michael -at- vonglasow.com> | 2015-12-14 09:36:59 +0100 |
commit | b61fded36b6e11027e18b7042b078285dc7a656f (patch) | |
tree | 118cd82c9504404870bcae0bd983d2c0e6983268 | |
parent | 70755a32842a49a4ae038c6152478f97347b9e9a (diff) | |
download | navit-b61fded36b6e11027e18b7042b078285dc7a656f.tar.gz |
Refactor:core:Document tracking_update()R6417
Signed-off-by: mvglasow <michael -at- vonglasow.com>
-rw-r--r-- | navit/track.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/navit/track.c b/navit/track.c index 3d74aa82c..7e9f6fdff 100644 --- a/navit/track.c +++ b/navit/track.c @@ -639,6 +639,14 @@ tracking_value(struct tracking *tr, struct tracking_line *t, int offset, struct } +/** + * @brief Processes a position update. + * + * @param tr The {@code struct tracking} which will receive the position update + * @param v The vehicle whose position has changed + * @param vehicleprofile The vehicle profile to use + * @param pro The projection to use for transformations + */ void tracking_update(struct tracking *tr, struct vehicle *v, struct vehicleprofile *vehicleprofile, enum projection pro) { |