Changeset 2518 for trunk/MagicSoft/Cosy/Changelog
- Timestamp:
- 11/17/03 13:50:48 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r2514 r2518 1 1 -*-*- END -*-*- 2 2003/11/17 - Thomas Bretz (La Palma) 3 4 * Makefile.conf.general: 5 - added libThread.a 6 7 * prepos_magic.txt: 8 - exchanged order 9 - fixed positions 10 11 * stars.txt: 12 - added many sources taken from the CC input file 13 14 * base/MTimeout.[h,cc]: 15 - changed to use check system time (using timers 16 always resulted in trouble) 17 18 * base/msgqueue.[h,cc]: 19 - replaced Posix mutex by TMutex 20 21 * base/timer.cc: 22 - display hour with two digits 23 24 * candrv/canopen.[h,cc]: 25 - replaced Posix semaphores bt TCondition 26 27 * candrv/network.cc: 28 - minor change to output 29 30 * candrv/nodedrv.[h,cc]: 31 - removed old timer stuff, replaced by a watch-dog thread 32 - added MGuard 33 - removed HandleTimer 34 - added argument to SetZombie 35 - nodedrv don't derive from TObject anymore 36 37 * candrv/sdolist.[h,cc]: 38 - replaced Posix sempahores by TMutex 39 40 * candrv/vmodican.cc: 41 - minor change to Send() 42 43 * devdrv/macs.cc: 44 - added to HandleSDO: 0x100c, 0x100d 45 - added to HandleSDOOk: 0x1000, 0x100c, 0x100d, 0x1800, 0x6000, 46 0x6002, 0x6003 47 - Enabled Guarding for Macs 48 49 * devdrv/shaftencoder.cc: 50 - added HandleSDOOk: 0x1802, 0x6001, 0x6002, 0x6003 51 52 * gui/MGAccuracy.[h,cc]: 53 - added fBar 54 55 * gui/MGCosy.cc: 56 - added button for Endswitch alignment printout 57 - merged Move and Resize to MoveResize 58 - fixed UpdateZdAz (uses Slalib now) 59 60 * gui/MGImage.[h,cc]: 61 - replaced Posix sempahores by TMutex 62 - added DrawColImg16 63 64 * main/MCosy.[h,cc]: 65 - some changes to output 66 - some changes to state transmission 67 - fixed (hopefully) treating of endswitch positions 68 - fixed positioning mode for tracking 69 - do not display weird values in case of Zombie 70 Shaftencoders anymore 71 72 * main/MStarguider.cc: 73 - if display is not set locally use 125 avaraged pictures 74 by default. 75 76 * tcpip/MCeCoCom.[h,cc]: 77 - some small fixes 78 - some changes to output 79 - read 30 instead of 29 dummy tokens 80 - added solar radiation and wind speed 81 - moved corresponding code to InterpreteReport 82 83 * tcpip/MDriveCom.[h,cc]: 84 - added ReadAngle for interpretation of Angle in CC commands 85 - added ReadPosition 86 - added Command* 87 - implemented CC commands 88 89 * tcpip/MTcpIpIO.cc: 90 - Stop thread before deleting data members 91 - replace -1 for fRxSocket by 0 92 93 * videodev/Camera.[h,cc]: 94 - replaced Posix sempahores by TMutex and TCondition 95 96 2 97 2003/11/14 - Thomas Bretz (La Palma) 3 98
Note:
See TracChangeset
for help on using the changeset viewer.