|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Feb 24 18:50:16 CET 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/02 24:18:50 Modified: jop/java/target/src/rtapi/sc4 RealtimeSystem.java Log: dummy MissionMode methods Revision Changes Path 1.5 jop/java/target/src/rtapi/sc4/RealtimeSystem.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/rtapi/sc4/RealtimeSystem.java.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: RealtimeSystem.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/rtapi/sc4/RealtimeSystem.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- RealtimeSystem.java 27 Dec 2006 19:42:39 -0000 1.4 +++ RealtimeSystem.java 24 Feb 2007 17:50:15 -0000 1.5 @@ -19,6 +19,11 @@ static Vector rtaLst, rsaLst; + public static void start(MissionMode m) {} + + public static void changeMode(MissionMode m) {} + + /** * Starts the real-time system (teh mission). * All periodic and sporadic RT-events are scheduled.
|
 |