Class Konstanten
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.util.rdstmc.Konstanten
-
public final class Konstanten extends java.lang.Object
Klasse mit diversen Konstanten für die RDS-Meldungseingabe.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAXIMALE_ANZAHL_NACHFOLGER_LOKATIONEN
Maximal erlaubte Anzahl von Nachfolger TMC-Lokationen.static de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsEreignisKodierung
RDS_EREIGNIS_KODIERUNG
Der Standardwert für die RDS-Ereignis-Kodierung ("prEN ISO 14819-2 (Alert-C)").static de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttZahl0Bis65535
RDS_EREIGNIS_TABELLE_NUMMER
Der Standardwert für die RDS-Ereignistabellen-Nummer (1).static java.lang.String
RDS_EREIGNIS_TABELLE_VERSION
Der Standardwert für die RDS-Ereignistabellen-Version ("4.00").static de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttZahl0Bis65535
RDS_FORMAT
Der Standardwert für das RDS-Format (0).static java.lang.String
RDS_LANDESKENNUNG_PID
Der Standardwert für die RDS-Landeskennung ("rdsLandesKennung.DE").static de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsLocationFormat
RDS_LOCATION_FORMAT
Der Standardwert für das RDS-Location-Format ("TMC Location").static de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsLocationTabelle
RDS_LOCATION_TABELLE
Der Standardwert für die RDS-Locationtabelle ("Deutschland(1), Tabelle 01").static java.lang.String
RDS_LOCATION_TABELLE_NAME
Der Standardwert für den RDS-Locationtabelle-Name.static de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsLocationTabelleTyp
RDS_LOCATION_TABELLE_TYP
Der Standardwert für den RDS-Locationtabelle-Typ ("TMC Location Tabelle").static java.lang.String
RDS_LOCATION_TABELLE_VERSION
Der Standardwert für die RDS-Locationtabelle-Version.static de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsNachrichtenSprache
RDS_NACHRICHTEN_SPRACHE
Der Standardwert für die RDS-Nachrichtensprache ("deutsch (Standard)").
-
-
-
Field Detail
-
MAXIMALE_ANZAHL_NACHFOLGER_LOKATIONEN
public static final int MAXIMALE_ANZAHL_NACHFOLGER_LOKATIONEN
Maximal erlaubte Anzahl von Nachfolger TMC-Lokationen.- See Also:
- Constant Field Values
-
RDS_LOCATION_FORMAT
public static final de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsLocationFormat RDS_LOCATION_FORMAT
Der Standardwert für das RDS-Location-Format ("TMC Location").
-
RDS_EREIGNIS_KODIERUNG
public static final de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsEreignisKodierung RDS_EREIGNIS_KODIERUNG
Der Standardwert für die RDS-Ereignis-Kodierung ("prEN ISO 14819-2 (Alert-C)").
-
RDS_EREIGNIS_TABELLE_NUMMER
public static final de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttZahl0Bis65535 RDS_EREIGNIS_TABELLE_NUMMER
Der Standardwert für die RDS-Ereignistabellen-Nummer (1).
-
RDS_EREIGNIS_TABELLE_VERSION
public static final java.lang.String RDS_EREIGNIS_TABELLE_VERSION
Der Standardwert für die RDS-Ereignistabellen-Version ("4.00").- See Also:
- Constant Field Values
-
RDS_FORMAT
public static final de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttZahl0Bis65535 RDS_FORMAT
Der Standardwert für das RDS-Format (0).
-
RDS_NACHRICHTEN_SPRACHE
public static final de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsNachrichtenSprache RDS_NACHRICHTEN_SPRACHE
Der Standardwert für die RDS-Nachrichtensprache ("deutsch (Standard)").
-
RDS_LANDESKENNUNG_PID
public static final java.lang.String RDS_LANDESKENNUNG_PID
Der Standardwert für die RDS-Landeskennung ("rdsLandesKennung.DE").- See Also:
- Constant Field Values
-
RDS_LOCATION_TABELLE
public static final de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsLocationTabelle RDS_LOCATION_TABELLE
Der Standardwert für die RDS-Locationtabelle ("Deutschland(1), Tabelle 01").
-
RDS_LOCATION_TABELLE_TYP
public static final de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsLocationTabelleTyp RDS_LOCATION_TABELLE_TYP
Der Standardwert für den RDS-Locationtabelle-Typ ("TMC Location Tabelle").
-
RDS_LOCATION_TABELLE_NAME
public static final java.lang.String RDS_LOCATION_TABELLE_NAME
Der Standardwert für den RDS-Locationtabelle-Name.- See Also:
- Constant Field Values
-
RDS_LOCATION_TABELLE_VERSION
public static final java.lang.String RDS_LOCATION_TABELLE_VERSION
Der Standardwert für die RDS-Locationtabelle-Version.- See Also:
- Constant Field Values
-
-