Go to the documentation of this file.
23 #ifndef INCLUDED_ANALOG_RAIL_FF_H
24 #define INCLUDED_ANALOG_RAIL_FF_H
48 static sptr make(
float lo,
float hi);
50 virtual float lo()
const = 0;
51 virtual float hi()
const = 0;
53 virtual void set_lo(
float lo) = 0;
54 virtual void set_hi(
float hi) = 0;