|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Nov 14 16:06:46 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/11 14:16:06 Modified: jop/java/target/src/rtapi/safetycritical RtSystem.java Log: comments Revision Changes Path 1.3 jop/java/target/src/rtapi/safetycritical/RtSystem.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/rtapi/safetycritical/RtSystem.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: RtSystem.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/rtapi/safetycritical/RtSystem.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- RtSystem.java 13 Nov 2006 15:25:37 -0000 1.2 +++ RtSystem.java 14 Nov 2006 15:06:46 -0000 1.3 @@ -16,8 +16,8 @@ static Vector rtaLst, rsaLst; /** - * Starts the real-time mission. All periodic and sporadic - * RT-events are scheduled. + * Starts the real-time system (teh mission). + * All periodic and sporadic RT-events are scheduled. * */ public static void start() { @@ -43,7 +43,7 @@ RtThread.startMission(); } /** - * Stop the mission. When the event run() method returns + * Stop the real-time system (mission). When the event run() method returns * true the cleanup() methods are invoked until returning true * for a clean shutdown. *
|
 |