|
@@ -117,10 +117,10 @@
|
117
|
117
|
#define SmartDrive_MOTOR_CONTROL_ON 0x1
|
118
|
118
|
#define SmartDrive_MOTOR_IS_RAMPING 0x2
|
119
|
119
|
#define SmartDrive_MOTOR_IS_POWERED 0x4
|
120
|
|
-#define SmartDrive_MOTOR_POS_CTRL_ON 0x8
|
121
|
|
-#define SmartDrive_MOTOR_IN_BRAKE_MODE 0x10
|
|
120
|
+#define SmartDrive_MOTOR_POS_CTRL_ON 0x8
|
|
121
|
+#define SmartDrive_MOTOR_IN_BRAKE_MODE 0x10
|
122
|
122
|
#define SmartDrive_MOTOR_OVERLOADED 0x20
|
123
|
|
-#define SmartDrive_MOTOR_IN_TIME_MODE 0x40
|
|
123
|
+#define SmartDrive_MOTOR_IN_TIME_MODE 0x40
|
124
|
124
|
#define SmartDrive_MOTOR_IS_STALLED 0x80
|
125
|
125
|
|
126
|
126
|
namespace upm {
|
|
@@ -146,7 +146,6 @@ namespace upm {
|
146
|
146
|
*
|
147
|
147
|
* This module has been tested on the SmartDrive.
|
148
|
148
|
*
|
149
|
|
- * @image html smartdrive.jpeg
|
150
|
149
|
* @snippet smartdrive.cxx Interesting
|
151
|
150
|
*/
|
152
|
151
|
//Class definition
|