ejip
Class Slip

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--javax.joprt.RtThread
              |
              +--ejip.LinkLayer
                    |
                    +--ejip.Slip

public class Slip
extends LinkLayer

Slip driver.


Fields inherited from class java.lang.Thread
CREATED, DEAD, MAX_PRIORITY, MIN_PRIORITY, MS, next, NORM_PRIORITY, RUNNING, state, WAITING
 
Method Summary
static void init()
          allocate buffer, start serial buffer and slip Thread.
 void run()
          main loop.
 
Methods inherited from class javax.joprt.RtThread
startMission, waitForMission, waitForNextPeriod
 
Methods inherited from class java.lang.Thread
activeCount, currentThread, getPriority, isAlive, join, setPriority, sleep, start, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

init

public static void init()
allocate buffer, start serial buffer and slip Thread.

run

public void run()
main loop.
Overrides:
run in class java.lang.Thread