public abstract class ControlParameters.CommandParser extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected double | lastStampThis needs to start out at zero vice Double.MAX_VALUE else should an
 out of order telemetry value arise, the system time would never recover
 from a delta of Double.MAX_VALUE and the vehicle would never move
 during telemetry playback | 
| protected int | telemetryCount | 
| Constructor and Description | 
|---|
| ControlParameters.CommandParser() | 
protected double lastStamp
protected int telemetryCount
public abstract boolean parseCommand(Object commandElementOrTelemetryObj)