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