initial commit to new repo
This commit is contained in:
parent
09bc9a5042
commit
42e3bad75a
54 changed files with 2924 additions and 1 deletions
46
decoder/tmc_consts.h
Normal file
46
decoder/tmc_consts.h
Normal 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..."
|
||||
};
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue