|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdx.RawFrame
public class RawFrame
A raw radar frame where callsigns and positions are recorded sequentially and seperately. This is a mutual object whose values are updated.
Field Summary | |
---|---|
byte[] |
callsigns
An array for storing callsings. |
int |
planeCnt
The current postion of aircraft, since the number of aircraft in a radar frame may change. |
float[] |
positions
An array for storing positions |
Constructor Summary | |
---|---|
RawFrame()
|
Method Summary | |
---|---|
void |
copy(byte[] signs,
float[] posns)
Initialise this object from a callsigns and positions array. |
void |
copy(RawFrame frame)
Initialise this object from a another RawFrame object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final byte[] callsigns
public final float[] positions
public int planeCnt
Constructor Detail |
---|
public RawFrame()
Method Detail |
---|
public void copy(byte[] signs, float[] posns)
signs
- a sequence of callsignsposns
- a sequnece of 3d positionspublic void copy(RawFrame frame)
frame
- a RawFrame
object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |