altoslib: Add 'motor_pressure' data value
[fw/altos] / altoslib / AltosReplayReader.java
index 07f62427a3861ac92de1f433b9755e859d3e4f42..bcabf750c2b424fccfad3f34de8cb8b5d25e58d8 100644 (file)
@@ -86,6 +86,7 @@ class AltosReplay extends AltosDataListener implements Runnable {
        public void set_igniter_voltage(double[] voltage) { state.set_igniter_voltage(voltage); }
        public void set_pyro_fired(int pyro_mask) { state.set_pyro_fired(pyro_mask); }
        public void set_companion(AltosCompanion companion) { state.set_companion(companion); }
+       public void set_motor_pressure(double motor_pressure) { state.set_motor_pressure(motor_pressure); }
 
        public void run () {
                /* Run the flight */