Changeset 1111 for trunk/MagicSoft/Cosy/Changelog
- Timestamp:
- 12/12/01 13:26:34 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r926 r1111 1 1 -*-*- END -*-*- 2 3 2001/12/12 - Thomas Bretz: 4 5 * base/coord.h: 6 - added constants for unit transformations 7 8 * base/msgqueue.h: 9 - replaced pthread.h by thread.h 10 11 * base/timer.h: 12 - removed unistd.h 13 - added forward declaration for timeval 14 15 * candrv/CandrvLinkDef.h: 16 - added VmodIcan 17 - added CanOpen 18 - added Network 19 - added NodeDrv 20 - added PendingSDO 21 - added PendingSDOList 22 23 * candrv/nodedrv.h, candrv/sdolist.h, candrv/vmodican.h, 24 videodev/Camera.h, videodev/Writer.h: 25 - added ClassDef 26 - added some declarations for __CINT__ case 27 28 * base/MThread.h: 29 - added some declarations for __CINT__ case 30 31 * base/threads.h: 32 - added 33 34 * catalog/CatalogLinkDef.h: 35 - added Slalib+ 36 - added SlaStars+ 37 - added SlaPlanets+ 38 - added SaoFile+ 39 - added StarCatalog+ 40 41 * catalog/SlaStars.h: 42 - added ClassDef 43 - included coord.h for coordation tranformations 44 45 * catalog/SlaStars.cc, catalog/Slalib.cc, gui/MGSkyPosition.cc: 46 - added ClassImp 47 - changed slalib macros to coord.h constants 48 49 * catalog/StarCatalog.h: 50 - added ClassDef 51 - changed slalib macros to coord.h constants 52 53 * devdrv/DevdrvLinkDef.h: 54 - added Macs+; 55 - added ShaftEncoder+; 56 57 * gui/GuiIncl.h: 58 - added coord.h 59 60 * gui/GuiLinkDef.h: 61 - added MGAccuracy+; 62 - added MGCoordinate+; 63 - added MGCoordinates+; 64 - added MGEmbeddedCanvas+; 65 - added MGImage+; 66 - added MGSkyPosition+; 67 - added MGVelocity+; 68 - added MGCosy+; 69 - added MGStarguider+; 70 71 * gui/MGCoordinate.[h,cc]: 72 - changed Flist to pointer type 73 74 * gui/MGCosy.cc: 75 - added ClassImp 76 - fixed a bug which causes 'Exit' not to work 77 - changed slalib macros to coord.h constants 78 79 * gui/MGCosy.h: 80 - added ClassDef 81 82 * gui/MGEmbeddedCanvas.h: 83 - added ClassImp 84 - removed consts 85 86 * gui/MGStarguider.[h,cc]: 87 - added ClassImp/Def 88 - change fList to pointer type 89 - change fRaDec to pinter type 90 - changed fSao to pointer type 91 92 * main/MCosy.[h,cc]: 93 - added ClassImp 94 - changed order 95 - added comments 96 - changed slalib macros to coord.h constants 97 - changed defines to enums 98 99 * main/MainCint.h: 100 - removed 101 102 * main/MainLinkDef.h: 103 - added MCosy 104 105 * devdrv/Makefile, candrv/Makefile, catalog/Makefile, gui/Makefile, 106 main/Makefile, videodev/Makefile: 107 - added CINTHEADERS 108 109 * candrv/canopen.cc, candrv/network.cc,candrv/nodedrv.cc, candrv/sdolist.cc 110 candrv/vmodican.cc, catalog/SaoFile.cc, catalog/SlaPlanets.cc, 111 catalog/StarCatalog.cc, devdrv/macs.cc, devdrv/shaftencoder.cc, 112 gui/MGAccuracy.cc, gui/MGCoordinate.cc, gui/MGCoordinates.cc, 113 gui/MGEmbeddedCanvas.cc, gui/MGImage.cc, gui/MGVelocity.cc, 114 videodev/Camera.cc, videodev/Filter.cc, videodev/Writer.cc: 115 - added ClassImp 116 117 * candrv/network.h, catalog/SaoFile.h, catalog/SlaPlanets.h, 118 catalog/Slalib.h, devdrv/macs.h, devdrv/shaftencoder.h, 119 gui/MGAccuracy.h, gui/MGCoordinate.h, gui/MGCoordinates.h, 120 gui/MGImage.h, gui/MGSkyPosition.h, gui/MGVelocity.h, 121 videodev/Filter.h: 122 - added ClassDef 123 124 * videodev/VideodevLinkDef.h: 125 - added Writer+; 126 - added Filter+; 127 - added Camera+; 128 129 2 130 3 131 2001/09/10 - Thomas Bretz: … … 28 156 29 157 30 158 31 159 2001/09/07 - Thomas Bretz: 32 160
Note:
See TracChangeset
for help on using the changeset viewer.