diff --git a/motorApp/MotorSrc/motordrvCom.h b/motorApp/MotorSrc/motordrvCom.h index 2720faf0..455632d7 100644 --- a/motorApp/MotorSrc/motordrvCom.h +++ b/motorApp/MotorSrc/motordrvCom.h @@ -4,9 +4,9 @@ FILENAME... motordrvCom.h USAGE... This file contains definitions and structures that are common to all motor record driver support modules. -Version: $Revision: 1.8 $ +Version: $Revision: 1.9 $ Modified By: $Author: sluiter $ -Last Modified: $Date: 2002-10-21 21:08:10 $ +Last Modified: $Date: 2002-10-31 20:43:05 $ */ /* @@ -65,10 +65,6 @@ enum CommStatus COMM_ERR /* Communication timeout error. */ }; -#ifndef __cplusplus -typedef enum PortType PortType; -typedef enum CommStatus CommStatus; -#endif /* Valid message types for the driver. The order is of importance; 0 is @@ -85,9 +81,6 @@ enum msg_types { INFO /* get curr motor/encoder pos and stat */ }; -#ifndef __cplusplus -typedef enum msg_types msg_types; -#endif /* Macros used to set/clear bits in any_motor_in_motion variable. */ #define SET_MM_ON(v,a) v|=(1<