frame
Class TtoRFrame

java.lang.Object
  extended by frame.RFIDFrame
      extended by frame.TtoRFrame
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
CollisionFrame, EPCFrame, RN16Frame

public abstract class TtoRFrame
extends RFIDFrame

Base class of all frames from the tags to the reader.

This class does pretty much nothing. We have it so that Java can type check that the frames flowing in each direction in the simulator are of the correct sort.


Nested Class Summary
 
Nested classes/interfaces inherited from class frame.RFIDFrame
RFIDFrame.FrameType
 
Field Summary
 
Fields inherited from class frame.RFIDFrame
CRC_SIZE, data, hasCRC, isCorrupted
 
Constructor Summary
protected TtoRFrame(int size, RFIDFrame.FrameType type)
           
 
Method Summary
 
Methods inherited from class frame.RFIDFrame
clone, dup, flipBit, getSize, getType, hasCRC, isCollision, isCorrupted, markCorrupted, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TtoRFrame

protected TtoRFrame(int size,
                    RFIDFrame.FrameType type)