summaryrefslogtreecommitdiff
path: root/i/marvin/src/motor/motor.hh
diff options
context:
space:
mode:
authordufourj2006-05-24 20:13:50 +0000
committerdufourj2006-05-24 20:13:50 +0000
commit08c46b0aa2c1791ca404a60ca0f75e4687553076 (patch)
treed0b97fb8acc6da521a1be51de87c113090be0d91 /i/marvin/src/motor/motor.hh
parent78a8f07f655dc7ff426d87001f3ca4d6a8365ded (diff)
Ai :
- rajout de parametres ; - rajout de fonctions. Es : - fonctions de gettage de jack/couleur de sélection.
Diffstat (limited to 'i/marvin/src/motor/motor.hh')
-rw-r--r--i/marvin/src/motor/motor.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/i/marvin/src/motor/motor.hh b/i/marvin/src/motor/motor.hh
index 509ed8b..5770ebb 100644
--- a/i/marvin/src/motor/motor.hh
+++ b/i/marvin/src/motor/motor.hh
@@ -54,6 +54,8 @@ class Motor : public Asserv::Receiver
void findHole (void);
/// Stop now.
void stop (void);
+ /// Reset.
+ void reset (void);
private:
/// Next seq number.
inline void nextSeq (void);