| 1 | -*-*- END -*-*-
|
|---|
| 2 |
|
|---|
| 3 | 2001/08/17 - Thomas Bretz:
|
|---|
| 4 |
|
|---|
| 5 | * Added:
|
|---|
| 6 | - catalog/SlaStars.cc
|
|---|
| 7 | - catalog/SlaStars.h
|
|---|
| 8 | - catalog/SlaPlanets.cc
|
|---|
| 9 | - catalog/SlaPlanets.h
|
|---|
| 10 | - gui/MGAccuracy.cc
|
|---|
| 11 | - gui/MGAccuracy.h
|
|---|
| 12 |
|
|---|
| 13 | * MCosy.[h,cc]:
|
|---|
| 14 | - removed dependance from MGSkyPosition
|
|---|
| 15 | - changed Timer function names
|
|---|
| 16 | - moved timer calls into Slalib calls
|
|---|
| 17 | - changed Slalib to SlaStars
|
|---|
| 18 | - added fAccuracy
|
|---|
| 19 | - added accuracy display to MTGui
|
|---|
| 20 |
|
|---|
| 21 | * Makefile:
|
|---|
| 22 | - changed order of libraries
|
|---|
| 23 |
|
|---|
| 24 | * Starguider.cc:
|
|---|
| 25 | - changed Timer function names
|
|---|
| 26 |
|
|---|
| 27 | * base/timer.[h,cc]
|
|---|
| 28 | - changed GetTime -> Now
|
|---|
| 29 | - changed GetMjd -> CalcMjd
|
|---|
| 30 |
|
|---|
| 31 | * catalog/Makefile:
|
|---|
| 32 | - added new file SlaStars.cc
|
|---|
| 33 | - added new file SlaPlanets.cc
|
|---|
| 34 |
|
|---|
| 35 | * catalog/Slalib.[h,cc]:
|
|---|
| 36 | - moved star dependent functions to derived class SlaStars
|
|---|
| 37 | - changed name of Set to SetMjd
|
|---|
| 38 | - made SetMjd virtual
|
|---|
| 39 | - derives from Timer now
|
|---|
| 40 | - added conversion function for XYZ->ZdAz
|
|---|
| 41 |
|
|---|
| 42 | * catalog/StarCatalog.cc:
|
|---|
| 43 | - moved timer calls into Slalib calls
|
|---|
| 44 | - changed Slalib to SlaStars
|
|---|
| 45 |
|
|---|
| 46 | * devdrv/macs.cc:
|
|---|
| 47 | - changed names of timer function calls
|
|---|
| 48 |
|
|---|
| 49 | * devdrv/shaftencoder.cc:
|
|---|
| 50 | - changed names of timer function calls
|
|---|
| 51 | - changed some cout's to lout's
|
|---|
| 52 |
|
|---|
| 53 | * gui/MGCosy.[h,cc]:
|
|---|
| 54 | - added fAccuracy
|
|---|
| 55 | - moved timer calls into Slalib calls
|
|---|
| 56 | - changed Slalib to SlaStars
|
|---|
| 57 |
|
|---|
| 58 | * gui/MGSkyPosition.[h,cc]:
|
|---|
| 59 | - added display of planet positions
|
|---|
| 60 |
|
|---|
| 61 | * slalib/Makefile:
|
|---|
| 62 | - added missing files
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|
| 65 |
|
|---|
| 66 |
|
|---|
| 67 | 2001/08/15 - Thomas Bretz:
|
|---|
| 68 |
|
|---|
| 69 | * Added:
|
|---|
| 70 | - Makefile.conf.general
|
|---|
| 71 | - gui/Makefile
|
|---|
| 72 | - base/Makefile
|
|---|
| 73 | - candrv/Makefile
|
|---|
| 74 | - catalog/Makefile
|
|---|
| 75 | - slalib/Makefile
|
|---|
| 76 | - videodev/Makefile
|
|---|
| 77 | - devdrv/Makefile
|
|---|
| 78 | - base/MThread.[h,cc]
|
|---|
| 79 | - base/MTimeout.[h, cc]
|
|---|
| 80 | - mgui/MGSkyPosition.[h, cc]
|
|---|
| 81 | - catalog/Slalib.[h,cc]
|
|---|
| 82 |
|
|---|
| 83 | * .cosyrc:
|
|---|
| 84 | - changed names
|
|---|
| 85 | - added HomeTime
|
|---|
| 86 |
|
|---|
| 87 | * MCosy.[h,cc]:
|
|---|
| 88 | - added home time
|
|---|
| 89 | - added MTGui, MTTalk
|
|---|
| 90 | - added reading environment
|
|---|
| 91 |
|
|---|
| 92 | * Makefile, Makefile.conf.linux-gnu, Makefile.rules
|
|---|
| 93 | - changed to Mars style
|
|---|
| 94 |
|
|---|
| 95 | * Starguider.cc:
|
|---|
| 96 | - changed include timer.g to base/timer.h
|
|---|
| 97 |
|
|---|
| 98 | * Starguider.[h,cc]:
|
|---|
| 99 | - renamed Execute to ProcessFrame
|
|---|
| 100 |
|
|---|
| 101 | * cosy.cc:
|
|---|
| 102 | - removed unnecessary includes
|
|---|
| 103 |
|
|---|
| 104 | * base/MGList.h:
|
|---|
| 105 | - added debug output
|
|---|
| 106 |
|
|---|
| 107 | * base/msgqueue.cc:
|
|---|
| 108 | - added comments
|
|---|
| 109 |
|
|---|
| 110 | * base/msgqueue.h:
|
|---|
| 111 | - made Break const
|
|---|
| 112 |
|
|---|
| 113 | * candrv/canopen.[h,cc]:
|
|---|
| 114 | - made CobId const
|
|---|
| 115 |
|
|---|
| 116 | * candrv/network.[h,cc]:
|
|---|
| 117 | - fixed typo
|
|---|
| 118 | - StopReceiver -> VmodIcan::Stop
|
|---|
| 119 | - made HasError const
|
|---|
| 120 |
|
|---|
| 121 | * candrv/nodedrv.[h,cc]:
|
|---|
| 122 | - added timeout to WaitForSdo
|
|---|
| 123 |
|
|---|
| 124 | * candrv/sdolist.[h,cc]:
|
|---|
| 125 | - made IsPending const
|
|---|
| 126 |
|
|---|
| 127 | * candrv/vmodican.[h,cc]:
|
|---|
| 128 | - changed ReceiveThread to new stylish MThread
|
|---|
| 129 |
|
|---|
| 130 | * devdrv/macs.[h,cc]:
|
|---|
| 131 | - changed SetHome to use a maximum positioning time
|
|---|
| 132 | - added comments
|
|---|
| 133 | - replaces SetSyncMode by StartPosSync and StartVelSync
|
|---|
| 134 |
|
|---|
| 135 | * devdrv/shaftencoder.[h,cc]:
|
|---|
| 136 | - removed gui thread (the update is done by MTGui now)
|
|---|
| 137 |
|
|---|
| 138 | * gui/MGCosy.[h,cc]:
|
|---|
| 139 | - some small changed
|
|---|
| 140 | - removed fList->Delete()
|
|---|
| 141 | - added MSkyPosition-Object
|
|---|
| 142 | - gSystem->ExitLoop() replaced by gSystem->Terminate(0)
|
|---|
| 143 |
|
|---|
| 144 | * videodev/Camera.[h,cc]:
|
|---|
| 145 | - renamed Execute to ProcessFrame
|
|---|
| 146 |
|
|---|
| 147 |
|
|---|
| 148 |
|
|---|
| 149 | 2001/05/25 - Thomas Bretz:
|
|---|
| 150 |
|
|---|
| 151 | * .cosyrc:
|
|---|
| 152 | - added
|
|---|
| 153 |
|
|---|
| 154 | * MCosy.[h,cc]:
|
|---|
| 155 | - changed the error handling os SetPosition
|
|---|
| 156 | - added resources from environment-file '.cosyrc'
|
|---|
| 157 | - added WM_WAIT
|
|---|
| 158 | - added support for Mac3 (Synchronisation)
|
|---|
| 159 | - added software endswitch
|
|---|
| 160 |
|
|---|
| 161 | * macs.[h,cc]:
|
|---|
| 162 | - emhanced error handling
|
|---|
| 163 | - added sync support
|
|---|
| 164 |
|
|---|
| 165 | * timer.h:
|
|---|
| 166 | - H(), M(), S() added
|
|---|
| 167 |
|
|---|
| 168 | * network.[h,cc]:
|
|---|
| 169 | - HasError() added
|
|---|
| 170 |
|
|---|
| 171 | * nodedrv.[h,cc]:
|
|---|
| 172 | - error flag handling added
|
|---|
| 173 |
|
|---|
| 174 | * Magic.m:
|
|---|
| 175 | - new version 0.62
|
|---|
| 176 | - enhanced error handling
|
|---|
| 177 | - sync support
|
|---|
| 178 |
|
|---|
| 179 | * Starcatalog.[h,cc], Camera.cc, Filter.[h,cc], Writer.[h,cc],
|
|---|
| 180 | MGImage.[h,cc]:
|
|---|
| 181 | - changed type of image from char* to byte*
|
|---|
| 182 |
|
|---|
| 183 | * MGCoordinate.[h,cc]:
|
|---|
| 184 | - changed typed from UInt_t to Int_t
|
|---|
| 185 |
|
|---|
| 186 |
|
|---|
| 187 | 2001/04/10 - Thomas Bretz:
|
|---|
| 188 |
|
|---|
| 189 | * Starguide.[h,cc]:
|
|---|
| 190 | - added limiting magnitude to menu
|
|---|
| 191 |
|
|---|
| 192 | * catalog/StarCatalog.cc, catalog/SaoFile.cc:
|
|---|
| 193 | - exit if file cannot be opened
|
|---|
| 194 |
|
|---|
| 195 | * catalog/File.[h,cc]:
|
|---|
| 196 | - added !-operator
|
|---|
| 197 | - warning output in case of a file which could not be opened
|
|---|
| 198 |
|
|---|
| 199 |
|
|---|
| 200 | 2001/04/09 - Thomas Bretz:
|
|---|
| 201 |
|
|---|
| 202 | * First checkin
|
|---|