initial commit to new repo

This commit is contained in:
Nicole Faerber 2021-02-14 18:15:47 +01:00
parent 09bc9a5042
commit 42e3bad75a
54 changed files with 2924 additions and 1 deletions

46
decoder/tmc_consts.h Normal file
View file

@ -0,0 +1,46 @@
/*
* Copyright (C) 2009, 2010 by Nicole Faerber <nicole.faerber@dpin.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
*/
const char *EVNT_LABEL[] = {
"Duration",
"Control code",
"Length of route affected",
"Speed limit advice",
"Quantifier",
"Quantifier",
"Supplimetary information code",
"Explicit start time",
"Explicit stop time",
"Additional event",
"Detailed diversion instructions",
"Destination",
"reserved",
"Cross linkage to source of problem, on another route",
"Separator",
"reserved"
};
const char *monthname[] = {
"Januar",
"Februar",
"März",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember",
"Oh oh..."
};