|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.fs.FsSetup
public class FsSetup
This class defines setup fields that are commonly associated with the Frame Synchronizer component.
Field Summary | |
---|---|
boolean |
correctInversion
If true, the synchronizer will correct the polarity of frames that it determines have an inverted sync pattern. |
int |
flywheelDuration
If the synchronizer loses sync, then it will flywheel a number of frame lengths equal to the flywheel duration, after which it will then search for sync once again. |
int |
frameLength
The frame length in bytes. |
boolean |
invertedSyncEnabled
If true, the synchronizer searches for inverted sync patterns. |
boolean |
isPnEncoded
If true, it assumes the frames are encoded with bit transition density encoding, and it will decode the frames. |
boolean |
isSendingFlywheels
If false, the synchronizer discards flywheel data. |
int |
slippage
If 1 or 2, it permits frames to slip long or short 1 or 2 bits respectively. |
static int |
SYNC_PATTERN
|
int |
syncLength
The sync pattern length. |
byte[] |
syncPattern
The frame sync pattern. |
(package private) TimeStamp |
timestamp
This object contains information to configure the clock that stamps every frame with a time. |
boolean |
trueSyncEnabled
If true, the synchronizer searches for true sync patterns. |
Constructor Summary | |
---|---|
FsSetup(org.w3c.dom.Element element)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SYNC_PATTERN
public byte[] syncPattern
public int syncLength
public int frameLength
public int slippage
public boolean trueSyncEnabled
public boolean invertedSyncEnabled
public boolean correctInversion
public int flywheelDuration
public boolean isSendingFlywheels
public boolean isPnEncoded
TimeStamp timestamp
Constructor Detail |
---|
public FsSetup(org.w3c.dom.Element element) throws RtStpsException
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |