Changeset 1699 for trunk/MagicSoft/Cosy/main/MCosy.h
- Timestamp:
- 01/08/03 17:21:33 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MCosy.h
r1691 r1699 10 10 #define kDEG ((char)0x9c) // Linux 'ø' 11 11 12 #define WM_WAIT WM_NULL 13 #define WM_PRESET 0x1000 14 #define WM_POSITION 0x1001 15 #define WM_TRACK 0x1002 16 #define WM_STOP 0x1003 17 #define WM_CALIB 0x1004 18 #define WM_TPOINT 0x1005 19 #define WM_NEWTRACK 0x1006 20 #define WM_LOADBENDING 0x1007 21 #define WM_CALCALTAZ 0x1008 12 #define WM_WAIT WM_NULL 13 #define WM_PRESET 0x1000 14 #define WM_POSITION 0x1001 15 #define WM_TRACK 0x1002 16 #define WM_STOP 0x1003 17 #define WM_CALIB 0x1004 18 #define WM_TPOINT 0x1005 19 #define WM_NEWTRACK 0x1006 20 #define WM_LOADBENDING 0x1007 21 #define WM_RESETBENDING 0x1008 22 #define WM_CALCALTAZ 0x1009 22 23 23 24 class ShaftEncoder; … … 125 126 void WaitForEndMovement(); 126 127 127 void Constructor( );128 void ConstructorSE( );128 void Constructor(Int_t id1, Int_t id2, Int_t id3, Int_t id4, Int_t id5, Int_t id6); 129 void ConstructorSE(Int_t id1, Int_t id2, Int_t id3); 129 130 void ConstructorDemo(); 130 131
Note:
See TracChangeset
for help on using the changeset viewer.