|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Mar 14 17:00:51 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/03 14:17:00 Modified: jop/java/target/src/app/oebb State.java Log: flags Revision Changes Path 1.4 jop/java/target/src/app/oebb/State.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/oebb/State.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: State.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/oebb/State.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- State.java 13 Mar 2008 17:25:19 -0000 1.3 +++ State.java 14 Mar 2008 16:00:51 -0000 1.4 @@ -75,10 +75,9 @@ final static int AFLAG_RICHTUNG = 0x00000002; // Falsche Richtung final static int AFLAG_FERL = 0x00000004; // Keine Fahrerlaubnis final static int AFLAG_ES221 = 0x00000008; // ES221 Mode - final static int AFLAG_NOTQUIT = 0x00000010; // NOTHALT Quit - final static int AFLAG_ZIEL = 0x00000020; // Ziel Erreicht - final static int AFLAG_ANK = 0x00000040; // Ankunft - final static int AFLAG_VERL = 0x00000080; // Verlassen + final static int AFLAG_ANK = 0x00000010; // Ankunft + final static int AFLAG_VERL = 0x00000020; // Verlassen + final static int AFLAG_ZIEL = 0x00000040; // Ziel Erreicht // Meldungen von der Zentrale zum BG final static int CFLAG_ABM = 0x00000001; // Abmelden
|