Changeset 7764 for trunk/MagicSoft/Cosy/tcpip
- Timestamp:
- 06/28/06 13:49:23 (19 years ago)
- Location:
- trunk/MagicSoft/Cosy/tcpip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc
r7707 r7764 231 231 if (stat&kError) 232 232 SetStatus(0); 233 if (stat&kStopped)234 SetStatus(1);235 233 if (stat&kStandby) 236 234 SetStatus(2); -
trunk/MagicSoft/Cosy/tcpip/MDriveCom.h
r7707 r7764 29 29 enum 30 30 { 31 kError = 0x01,32 kMoving = 0x02,33 kTracking = 0x04,34 kStopping = 0x08,35 kStopped = 0x10,36 kStandby = 0x20,31 kError = 0x01, 32 kMoving = 0x02, 33 kTracking = 0x04, 34 kStopping = 0x08, 35 kStopped = 0x10, 36 kStandby = 0x20, 37 37 kMonitoring = 0x40 38 38 };
Note:
See TracChangeset
for help on using the changeset viewer.