public abstract class ControlParameters.CommandParser extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
lastStamp
This 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 |
---|
CommandParser() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
parseCommand(Object commandElementOrTelemetryObj) |
protected double lastStamp
protected int telemetryCount
public abstract boolean parseCommand(Object commandElementOrTelemetryObj)