its.app.trans
Class SddTranslator

java.lang.Object
  extended byits.backbone.frame.ItsFrameReceiver
      extended byits.app.trans.SddTranslator
All Implemented Interfaces:
java.lang.Runnable

public class SddTranslator
extends ItsFrameReceiver


Field Summary
 
Fields inherited from class its.backbone.frame.ItsFrameReceiver
ignoreStreamTimeout
 
Method Summary
 void frameReceived(ItsFrame f)
          Subclasses can override this method to receive the incoming ITS Frames.
static void main(java.lang.String[] args)
           
 
Methods inherited from class its.backbone.frame.ItsFrameReceiver
getFrameQueue, getInputBuffer, run, start, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

frameReceived

public void frameReceived(ItsFrame f)
Description copied from class: ItsFrameReceiver
Subclasses can override this method to receive the incoming ITS Frames. The subclass must be careful to return from this method in a reasonable amount of time relative to the incoming data rate.

Overrides:
frameReceived in class ItsFrameReceiver

main

public static void main(java.lang.String[] args)