Fix up Image Processing and include figures
[matches/MCTX3420.git] / server / actuator.c
index 617136e..7473485 100644 (file)
@@ -457,3 +457,9 @@ Actuator * Actuator_Identify(const char * name)
        }
        return NULL;
 }
+
+DataPoint Actuator_LastData(int id)
+{
+       Actuator * a = &(g_actuators[id]);
+       return a->last_setting;
+}

UCC git Repository :: git.ucc.asn.au