2D Graphics attributes for a vehicle based on real time data state.
DropOut | Get the drop out, i.e. data that is outside the time out gap. |
History | Get the historical data, consisting of all data points received from the time of the most current data point back to the last point within the look behind duration. |
LookAhead | Get the look ahead data, calculated on the basis of the last received data point. |
Spline | Get the spline between the last point received and the new point. |
Implemented Interface |
---|
IAgVeGfxAttributes |