| 1 | -*-*- END -*-*-
|
|---|
| 2 | 2001/08/15 - Thomas Bretz:
|
|---|
| 3 |
|
|---|
| 4 | * Added:
|
|---|
| 5 | - Makefile.conf.general
|
|---|
| 6 | - gui/Makefile
|
|---|
| 7 | - base/Makefile
|
|---|
| 8 | - candrv/Makefile
|
|---|
| 9 | - catalog/Makefile
|
|---|
| 10 | - slalib/Makefile
|
|---|
| 11 | - videodev/Makefile
|
|---|
| 12 | - devdrv/Makefile
|
|---|
| 13 | - base/MThread.[h,cc]
|
|---|
| 14 | - base/MTimeout.[h, cc]
|
|---|
| 15 | - mgui/MGSkyPosition.[h, cc]
|
|---|
| 16 | - catalog/Slalib.[h,cc]
|
|---|
| 17 |
|
|---|
| 18 | * .cosyrc:
|
|---|
| 19 | - changed names
|
|---|
| 20 | - added HomeTime
|
|---|
| 21 |
|
|---|
| 22 | * MCosy.[h,cc]:
|
|---|
| 23 | - added home time
|
|---|
| 24 | - added MTGui, MTTalk
|
|---|
| 25 | - added reading environment
|
|---|
| 26 |
|
|---|
| 27 | * Makefile, Makefile.conf.linux-gnu, Makefile.rules
|
|---|
| 28 | - changed to Mars style
|
|---|
| 29 |
|
|---|
| 30 | * Starguider.cc:
|
|---|
| 31 | - changed include timer.g to base/timer.h
|
|---|
| 32 |
|
|---|
| 33 | * Starguider.[h,cc]:
|
|---|
| 34 | - renamed Execute to ProcessFrame
|
|---|
| 35 |
|
|---|
| 36 | * cosy.cc:
|
|---|
| 37 | - removed unnecessary includes
|
|---|
| 38 |
|
|---|
| 39 | * base/MGList.h:
|
|---|
| 40 | - added debug output
|
|---|
| 41 |
|
|---|
| 42 | * base/msgqueue.cc:
|
|---|
| 43 | - added comments
|
|---|
| 44 |
|
|---|
| 45 | * base/msgqueue.h:
|
|---|
| 46 | - made Break const
|
|---|
| 47 |
|
|---|
| 48 | * candrv/canopen.[h,cc]:
|
|---|
| 49 | - made CobId const
|
|---|
| 50 |
|
|---|
| 51 | * candrv/network.[h,cc]:
|
|---|
| 52 | - fixed typo
|
|---|
| 53 | - StopReceiver -> VmodIcan::Stop
|
|---|
| 54 | - made HasError const
|
|---|
| 55 |
|
|---|
| 56 | * candrv/nodedrv.[h,cc]:
|
|---|
| 57 | - added timeout to WaitForSdo
|
|---|
| 58 |
|
|---|
| 59 | * candrv/sdolist.[h,cc]:
|
|---|
| 60 | - made IsPending const
|
|---|
| 61 |
|
|---|
| 62 | * candrv/vmodican.[h,cc]:
|
|---|
| 63 | - changed ReceiveThread to new stylish MThread
|
|---|
| 64 |
|
|---|
| 65 | * devdrv/macs.[h,cc]:
|
|---|
| 66 | - changed SetHome to use a maximum positioning time
|
|---|
| 67 | - added comments
|
|---|
| 68 | - replaces SetSyncMode by StartPosSync and StartVelSync
|
|---|
| 69 |
|
|---|
| 70 | * devdrv/shaftencoder.[h,cc]:
|
|---|
| 71 | - removed gui thread (the update is done by MTGui now)
|
|---|
| 72 |
|
|---|
| 73 | * gui/MGCosy.[h,cc]:
|
|---|
| 74 | - some small changed
|
|---|
| 75 | - removed fList->Delete()
|
|---|
| 76 | - added MSkyPosition-Object
|
|---|
| 77 | - gSystem->ExitLoop() replaced by gSystem->Terminate(0)
|
|---|
| 78 |
|
|---|
| 79 | * videodev/Camera.[h,cc]:
|
|---|
| 80 | - renamed Execute to ProcessFrame
|
|---|
| 81 |
|
|---|
| 82 |
|
|---|
| 83 |
|
|---|
| 84 | 2001/05/25 - Thomas Bretz:
|
|---|
| 85 |
|
|---|
| 86 | * .cosyrc:
|
|---|
| 87 | - added
|
|---|
| 88 |
|
|---|
| 89 | * MCosy.[h,cc]:
|
|---|
| 90 | - changed the error handling os SetPosition
|
|---|
| 91 | - added resources from environment-file '.cosyrc'
|
|---|
| 92 | - added WM_WAIT
|
|---|
| 93 | - added support for Mac3 (Synchronisation)
|
|---|
| 94 | - added software endswitch
|
|---|
| 95 |
|
|---|
| 96 | * macs.[h,cc]:
|
|---|
| 97 | - emhanced error handling
|
|---|
| 98 | - added sync support
|
|---|
| 99 |
|
|---|
| 100 | * timer.h:
|
|---|
| 101 | - H(), M(), S() added
|
|---|
| 102 |
|
|---|
| 103 | * network.[h,cc]:
|
|---|
| 104 | - HasError() added
|
|---|
| 105 |
|
|---|
| 106 | * nodedrv.[h,cc]:
|
|---|
| 107 | - error flag handling added
|
|---|
| 108 |
|
|---|
| 109 | * Magic.m:
|
|---|
| 110 | - new version 0.62
|
|---|
| 111 | - enhanced error handling
|
|---|
| 112 | - sync support
|
|---|
| 113 |
|
|---|
| 114 | * Starcatalog.[h,cc], Camera.cc, Filter.[h,cc], Writer.[h,cc],
|
|---|
| 115 | MGImage.[h,cc]:
|
|---|
| 116 | - changed type of image from char* to byte*
|
|---|
| 117 |
|
|---|
| 118 | * MGCoordinate.[h,cc]:
|
|---|
| 119 | - changed typed from UInt_t to Int_t
|
|---|
| 120 |
|
|---|
| 121 |
|
|---|
| 122 | 2001/04/10 - Thomas Bretz:
|
|---|
| 123 |
|
|---|
| 124 | * Starguide.[h,cc]:
|
|---|
| 125 | - added limiting magnitude to menu
|
|---|
| 126 |
|
|---|
| 127 | * catalog/StarCatalog.cc, catalog/SaoFile.cc:
|
|---|
| 128 | - exit if file cannot be opened
|
|---|
| 129 |
|
|---|
| 130 | * catalog/File.[h,cc]:
|
|---|
| 131 | - added !-operator
|
|---|
| 132 | - warning output in case of a file which could not be opened
|
|---|
| 133 |
|
|---|
| 134 |
|
|---|
| 135 | 2001/04/09 - Thomas Bretz:
|
|---|
| 136 |
|
|---|
| 137 | * First checkin
|
|---|