LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Tue Nov 14 16:06:46 CET 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    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.
    *



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.