Class RampData


  • public class RampData
    extends java.lang.Object
    This class holds a list of throttle setting to make a smooth acceleration or deceleration. It supplies iterators to cycle through the settings. Used when speed changes are called for by signaled speeds, block speed limits or user controls for speed halts and resumes. Also used to make NXWarrants.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static float INCRE_RATE  
    • Constructor Summary

      Constructors 
      Constructor Description
      RampData​(SpeedUtil util, float throttleIncre, int timeIncre, float fromSet, float toSet)