just a test

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revision:
33:43e8bc451ef0
Parent:
32:52273c3291fe
Child:
39:7c54b6bca0e2
--- a/elasticLoop.h	Mon Oct 29 14:28:47 2012 +0000
+++ b/elasticLoop.h	Mon Nov 05 06:08:35 2012 +0000
@@ -39,6 +39,8 @@
     virtual void computeBoundingBox();
     virtual void sendDataSpecific(void);
     // Some behaviour parameters:
+    virtual void setSpeed(float speed) {};// do nothing in the case of elastic loop for the time being...
+    virtual void setSize(float size) {}; // do nothing in the case of elastic loop for the time being...
     virtual void speedFactor(float speedfactor);
     virtual void sizeFactor(float sizeFactor) {}; // do nothing in the case of elastic loop for the time being...