source: trunk/MagicSoft/Cosy/Changelog@ 1703

Last change on this file since 1703 was 1703, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 21.9 KB
Line 
1 -*-*- END -*-*-
2 2003/01/14 - Thomas Bretz:
3
4 * cosy.cc:
5 - added output
6
7 * candrv/network.[cc,h]:
8 - small change to Start
9 - added CheckConnections
10
11 * candrv/nodedrv.[h,cc]:
12 - new Init
13 - new CheckConnections
14 - replaced virtual InitDevice by a common function
15 - replaced virtual Reboot by a common function
16 - Don't send anything to a Zombie node
17 - Delete SDO from list in case of Zombie status instead of waiting
18
19 * candrv/vmodican.cc:
20 - Don't terminate when having a noisy network
21
22 * devdrv/macs.[h,cc], devdrv/shaftencoder.[h,cc]:
23 - added fSoftVersion
24 - added SDO 0x100b
25 - moved init stuff from InitDevice to Init
26 - removed InitDevice and Reboot
27 - added CheckConnection
28
29 * devdrv/shaftencoder.[h,cc]:
30 - Don't display something when having Zombie status
31
32 * main/MCosy.[h,cc]:
33 - reworked all Zombie-stuff
34 - implemented checking of network
35
36
37
38 2003/01/13 - Thomas Bretz:
39
40 * bending.txt:
41 - changed to fit the parameters of the model
42
43 * cosy.cc:
44 - made the 'standard mode' the default
45
46 * base/MTimeout.h:
47 - fixed the change of the base member function name of Notify
48
49 * candrv/network.[h,cc]:
50 - don't set fNodes[i] to NULL if Node is Zombie
51 - implemented HasZombie and RebootZomies
52
53 * candrv/nodedrv.[h,cc]:
54 - implemented a base function Reboot
55 - set node to Zombie status if waitforsdo timed out
56
57 * candrv/vmodican.cc:
58 - added more precise output for CTXcon
59
60 * devdrv/macs.[h,cc]:
61 - if first waitforsdo fails set don't go on
62 - implemented fStatus
63 - implemented enum for fStatus
64
65 * gui/MGAccuracy.cc, gui/MGSkyPosition.cc, gui/MGVelocity.cc:
66 - call SetNoContextMenu in constructor
67
68 * gui/MGCosy.[h,cc]:
69 - some new labels
70 - implemented SetLabelColor
71
72 * gui/MGEmbeddedCanvas.[h,cc]:
73 - implemented SetNoContextMenu
74
75 * main/MCosy.cc:
76 - exchanged all conditionals for the pointers to the nodes
77 by IsZombieNode
78 - implemented check for zombies in Proc
79
80
81
82 2003/01/10 - Thomas Bretz:
83
84 * candrv/network.cc, devdrv/macs.cc, devdrv/shaftencoder.cc:
85 - changed output
86
87 * devdrv/macs.[h,cc]:
88 - request encoder resolution when starting
89
90 * devdrv/shaftencoder.cc:
91 - some fixed in HandleSDO output
92 - fixed a missing return in HandleSDO
93
94 * gui/MGAccuracy.cc, gui/MGVelocity.cc:
95 - set label offset
96
97 * gui/MGCosy.[h,cc]:
98 - added some new gui elements and its handling
99
100 * main/MCosy.[h,cc]:
101 - impemented fZdAzSoll
102 - slight changes to the output
103 - implemented WM_HOME
104 - fixed workaround for the encoder resolutions of the MACS
105
106 * base/MGLIst.h
107 - removed (use the one from Mars)
108
109
110
111 2003/01/08 - Thomas Bretz:
112
113 * bending.txt:
114 - added (preliminary)
115
116 * .cosyrc:
117 - added
118 > Az_GearRatio[U_mot/U_tel]: 5891.7
119 > Zd_GearRatio[U_mot/U_tel]: 2475.6
120 > Az_ResRE[re/U_mot]: 500
121 > Zd_ResRE[re/U_mot]: 500
122 > Az_Id-MAC1: 1
123 > Az_Id-MAC2: 3
124 > Zd_Id-MAC: 2
125 > Zd_Id-MAC1: 4
126 > Zd_Id-MAC2: 5
127 > Az_Id-MAC: 6
128
129 * Makefile:
130 - removed cosy.so
131
132 * Makefile.conf.linux-gnu:
133 - removed optimization (causes problems) --> TO BE FIXED
134
135 * candrv/canopen.h:
136 - added return value to WaitForSDO
137
138 * devdrv/macs.cc:
139 - fixed a typo
140
141 * gui/MGCosy.cc:
142 - added 'Reset Bending'
143
144 * main/MBending.[h,cc]
145 - added Reset
146 - fixed a problem with the units in the correction
147 - added CorrectBack functions
148
149 * main/MCosy.[h,cc]:
150 - changed the bahaviour in case no MAC3 is found
151 - fixed that the MAC3 didn't synchronize anymore
152 - added the bending correction to the displayed position
153 - added a workaround for the wrong (0) Gear Ratios --> TO BE FIXED
154 - added Reset Bending
155 - changed the MAC and SE Id to be a resource value (from .cosyrc)
156
157
158
159 2002/11/12 - Thomas Bretz (LaPalma):
160
161 * aposs/Manual.m:
162 - fixed a bug which caused the drive to shake in case is was
163 switched on again after an emergency switch off
164
165
166
167 2002/09/24 - Thomas Bretz (LaPalma):
168
169 * Starguider.[h,cc]:
170 - added some new menu options
171
172 * cosy.cc:
173 - added the mode switch
174 - tried to get rid of the seg-fault at the end of the program.
175
176 * base/BaseLinkDef.h:
177 - aded MStar
178
179 * base/Makefile:
180 - added MStar.cc
181 - added MStarList.cc
182
183 * base/coord.h:
184 - added <<-/>>-operators for the coordinates
185
186 * base/timer.h:
187 - added getters for d/m/y
188
189 * catalog/StarCatalog.[h,cc]:
190 - added some consts
191 - implemented MStarList-usage
192
193 * devdrv/shaftencoder.cc:
194 - fixed segfaults triing to display values on non existing labels
195
196 * gui/MGCoordinate.[h,cc]:
197 - fixed a problem typing in negative coordinates<1
198
199 * MCosy.[h,c]:
200 - deleted
201
202 * gui/MGCosy.[h,cc]:
203 - added many new options
204 - added time display
205
206 * gui/MGStarguider.[h,cc]:
207 - added many new options
208
209 * main/MainLinkDef.h, main/Makefile:
210 - added MBending
211
212 * main/MBending.[h,cc]:
213 - added
214
215 * videodev/Camera.cc:
216 - added some debugging output
217
218 * videodev/Filter.cc:
219 - changed filter cut from 3.0 to 2.5
220
221
222
223 2002/07/10 - Thomas Bretz:
224
225 * base/coord.h:
226 - added some member functions
227
228 * main/MBending.[h,cc]:
229 - added
230
231
232
233 2002/06/03 - Thomas Bretz:
234
235 * gui/MGImage.cc:
236 - fixed a bug in the destructor while freeing fBuffer
237
238
239
240 2002/04/12 - Thomas Bretz:
241
242 * Makefile.conf.linux-gnu:
243 - added -D_REENTRANT
244
245 * base/MThread.cc:
246 - added debug output
247
248 * candrv/canopen.cc:
249 - added debug output to destructor
250
251 * candrv/vmodican.cc:
252 - added debug output to failing read
253 - added some general debug output
254
255 * catalog/SlaStars.[h,cc]:
256 - added CalcRaDecFast
257 - added Calc*AzFast
258 - added some comments
259
260 * devdrv/macs.cc:
261 - added some HandleSDOOK output
262 - changed timer frequency to Guard Time third instead of half
263 - added some degub output
264 - changed timer to single shot timer
265 - switched off Mac timeout handling!!!
266
267 * gui/MGCosy.cc:
268 - added demo mode for 'Tag-der-Physik'
269
270 * gui/MGSkyPosition.cc:
271 - changed 'dots' to fast calculation functions
272
273 * gui/MGEmbeddedCanvas.cc:
274 - added some output
275 - fixed a bug with zero range
276
277 * main/MCosy.[h,cc]:
278 - added and changed some output
279 - changed LimitSpeed
280 - changed TalkThread
281 + only change offset when a new value for this axis is available
282 + reset the HasChanged flag before testing it
283
284
285
286 2002/04/11 - Thomas Bretz:
287
288 * base/MThread.[h,cc]:
289 - added priority to constructor
290
291 * base/coord.h:
292 - added setter functions to RaDec
293
294 * base/msgqueue.[h,cc]:
295 - added some comments
296
297 * candrv/network.cc:
298 - HasError now checks all nodes
299
300 * candrv/nodedrv.[h,cc]:
301 - fixed some buggy output
302
303 * candrv/vmodican.cc:
304 - removed nonsens SetPriority (doesn't have any effect)
305
306 * gui/MGCosy.cc:
307 - replaced colors by the correct requested colors
308
309 * gui/MGSkyPosition.[h,cc]:
310 - added dots for the position in the past and future
311
312
313
314 2002/04/04 - Thomas Bretz:
315
316 * cosy.cc:
317 - redirected logging output also to screen
318
319 * base/msgqueue.cc:
320 - qualified void-pointer in delete-statements
321
322 * candrv/canopen.cc, candrv/vmodican.cc, candrv/network.cc:
323 - added some more output
324
325 * candrv/vmodican.cc:
326 - added a more informative ouput in case of open fails and exit
327
328 * videodev/Camera.cc:
329 - qualified return value of mmap
330
331
332
333 2001/12/21 - Thomas Bretz:
334
335 * candrv/*.cc:
336 - added comments
337
338 * candrv/*.[cc,h], devdrv/*.[cc,h]:
339 - replaced struct timeval by timeval_t
340
341 * .rootrc:
342 - added
343
344 * Makefile:
345 - changed to create a shared object (for html docu)
346
347 * macros/dohtml.C:
348 - added
349
350 * macros/rootlogon.C:
351 - added
352
353 * subdir lib:
354 - added
355
356
357
358 2001/12/12 - Thomas Bretz:
359
360 * base/coord.h:
361 - added constants for unit transformations
362
363 * base/msgqueue.h:
364 - replaced pthread.h by thread.h
365
366 * base/timer.h:
367 - removed unistd.h
368 - added forward declaration for timeval
369
370 * candrv/CandrvLinkDef.h:
371 - added VmodIcan
372 - added CanOpen
373 - added Network
374 - added NodeDrv
375 - added PendingSDO
376 - added PendingSDOList
377
378 * candrv/nodedrv.h, candrv/sdolist.h, candrv/vmodican.h,
379 videodev/Camera.h, videodev/Writer.h:
380 - added ClassDef
381 - added some declarations for __CINT__ case
382
383 * base/MThread.h:
384 - added some declarations for __CINT__ case
385
386 * base/threads.h:
387 - added
388
389 * catalog/CatalogLinkDef.h:
390 - added Slalib+
391 - added SlaStars+
392 - added SlaPlanets+
393 - added SaoFile+
394 - added StarCatalog+
395
396 * catalog/SlaStars.h:
397 - added ClassDef
398 - included coord.h for coordation tranformations
399
400 * catalog/SlaStars.cc, catalog/Slalib.cc, gui/MGSkyPosition.cc:
401 - added ClassImp
402 - changed slalib macros to coord.h constants
403
404 * catalog/StarCatalog.h:
405 - added ClassDef
406 - changed slalib macros to coord.h constants
407
408 * devdrv/DevdrvLinkDef.h:
409 - added Macs+;
410 - added ShaftEncoder+;
411
412 * gui/GuiIncl.h:
413 - added coord.h
414
415 * gui/GuiLinkDef.h:
416 - added MGAccuracy+;
417 - added MGCoordinate+;
418 - added MGCoordinates+;
419 - added MGEmbeddedCanvas+;
420 - added MGImage+;
421 - added MGSkyPosition+;
422 - added MGVelocity+;
423 - added MGCosy+;
424 - added MGStarguider+;
425
426 * gui/MGCoordinate.[h,cc]:
427 - changed Flist to pointer type
428
429 * gui/MGCosy.cc:
430 - added ClassImp
431 - fixed a bug which causes 'Exit' not to work
432 - changed slalib macros to coord.h constants
433
434 * gui/MGCosy.h:
435 - added ClassDef
436
437 * gui/MGEmbeddedCanvas.h:
438 - added ClassImp
439 - removed consts
440
441 * gui/MGStarguider.[h,cc]:
442 - added ClassImp/Def
443 - change fList to pointer type
444 - change fRaDec to pinter type
445 - changed fSao to pointer type
446
447 * main/MCosy.[h,cc]:
448 - added ClassImp
449 - changed order
450 - added comments
451 - changed slalib macros to coord.h constants
452 - changed defines to enums
453
454 * main/MainCint.h:
455 - removed
456
457 * main/MainLinkDef.h:
458 - added MCosy
459
460 * devdrv/Makefile, candrv/Makefile, catalog/Makefile, gui/Makefile,
461 main/Makefile, videodev/Makefile:
462 - added CINTHEADERS
463
464 * candrv/canopen.cc, candrv/network.cc,candrv/nodedrv.cc, candrv/sdolist.cc
465 candrv/vmodican.cc, catalog/SaoFile.cc, catalog/SlaPlanets.cc,
466 catalog/StarCatalog.cc, devdrv/macs.cc, devdrv/shaftencoder.cc,
467 gui/MGAccuracy.cc, gui/MGCoordinate.cc, gui/MGCoordinates.cc,
468 gui/MGEmbeddedCanvas.cc, gui/MGImage.cc, gui/MGVelocity.cc,
469 videodev/Camera.cc, videodev/Filter.cc, videodev/Writer.cc:
470 - added ClassImp
471
472 * candrv/network.h, catalog/SaoFile.h, catalog/SlaPlanets.h,
473 catalog/Slalib.h, devdrv/macs.h, devdrv/shaftencoder.h,
474 gui/MGAccuracy.h, gui/MGCoordinate.h, gui/MGCoordinates.h,
475 gui/MGImage.h, gui/MGSkyPosition.h, gui/MGVelocity.h,
476 videodev/Filter.h:
477 - added ClassDef
478
479 * videodev/VideodevLinkDef.h:
480 - added Writer+;
481 - added Filter+;
482 - added Camera+;
483
484
485
486 2001/09/10 - Thomas Bretz:
487
488 * base/timer.[h,cc]:
489 - added dome comments
490
491 * candrv/canopen.[cc,h]:
492 - added boolean in SendSDO to suppress occurance in SDO list
493
494 * candrv/nodedrv.[h,cc]:
495 - added Names for Node
496 - added boolean in SendSDO to suppress occurance in SDO list
497
498 * devdrv/macs.[h,cc]:
499 - changed GetId() to GetNodeName() in logging output
500 - made timeout timer periodic again
501 - added timeout for Mac response (added SDOOK)
502 - added Name for Node
503
504 * devdrv/shaftencoder.[h,cc]:
505 - changed GetId() to GetNodeName() in logging output
506 - added Name for Node
507
508 * main/MCosy.[h,cc]:
509 - renamed fAlt1 to fZd1
510 - renamed fAlt2 to fZd2
511
512
513
514 2001/09/07 - Thomas Bretz:
515
516 * aposs/Magic.m:
517 - implemented timeout if cosy crashes
518
519 * candrv/nodedrv.[h,cc]:
520 - Changed ms in WaitForSDO to signed
521
522 * devdrv/macs.[h,cc]:
523 - added 'case 0x4000'
524 - added SetTimeout
525 - added ReqTimeout
526 - added EnableTimeout
527 - added disabling Timeout to Init
528 - changed all upper case 'strings' to lower case
529 - added HandleTimer
530
531 * main/MCosy.cc:
532 - added enableing timeout for Mac1, Mac2
533
534
535
536 2001/09/06 - Thomas Bretz:
537
538 * MCosy.[cc,h]
539 - moved to main
540 - moved logging files to log dir
541
542 * MStarguider.[h,cc]
543 - moved to main
544
545 * Starguider.[h,cc]:
546 - renamed to MGStarguider.[h,cc]
547 - moved to gui dir
548
549 * cosy.cc:
550 - moved logging file to log dir
551
552 * starg.cc:
553 - removed InitGui stuff
554
555
556
557 2001/08/30 - Thomas Bretz:
558
559 * MCosy.[h,cc]
560 - fixed some small bugs in tracking and positioning
561 - reorganized StopMovement and CheckForError
562 - added code into LimitSpeed
563 - added cosy.err
564 - rewrote MTTalk not to ba detached
565 - reorganized the code of MTTalk
566 - added StopMovement, WaitForEndMovement and IsPositioning
567
568 * Starguider.cc:
569 - ready for new MGCoordinates-Constructor
570
571 * base/coord.h:
572 - added pre-'-' operator
573
574 * devdrv/shaftencoder.[h,cc]:
575 - introduced an HasChanged - flag
576
577 * gui/MGAccuracy.cc:
578 - replaced floats by doubles in accuracy calculation,
579 gave wrong values
580
581 * gui/MGCoordinate.[h,cc]:
582 - made a bit wider
583 - added support for hms-system
584
585 * gui/MGCoordinates.[h,cc]:
586 - changed to use two fixed systems RaDec (hms), ZdAz(dms)
587
588 * gui/MGCosy.cc:
589 - added new MGCoordinates
590 - moved two MGCoordinates to CreateTabs
591 - renamed CreateButton to CreateTabs
592 - made MGCoordinates a Client of the two Tabs
593 - transform Ra of RaDec MGCoordinates to Degrees.
594 - Introduced StartPos, StartTrack
595
596 * gui/MGVelocity.cc:
597 - added displaying values of speed
598
599
600
601 2001/08/29 - Thomas Bretz:
602
603 * base/BaseLinkDef.h, base/BaseIncl.h,
604 candrv/CandrvIncl.h, candrv/CandrvLinkDef.h,
605 catalog/CatalogLinkDef.h, catalog/CatalogIncl.h,
606 devdrv/DevdrvIncl.h, devdrv/DevdrvLinkDef.h,
607 gui/GuiLinkDef.h, gui/GuiIncl.h,
608 slalib/SlalibIncl.h, slalib/SlalibLinkDef.h,
609 videodev/VideodevLinkDef.h, videodev/VideodevIncl.h:
610 - added
611
612 * Makefile.rules:
613 - added CINTHEADERS
614
615 * cosy.cc:
616 - changed logging to MLog
617
618 * base/Makefile:
619 - added MLog and MLogManip
620
621 * base/log.h, candrv/canopen.[h,cc], candrv/network.[h,cc],
622 candrv/nodedrv.[h,cc], candrv/vmodican.[h,cc],
623 devdrv/macs.[h,cc]
624 - changed from ostream to MLog
625
626 * devdrv/shaftencoder.[h,cc]
627 - changed from ostream to MLog
628 - changed buffering of values
629 - removed old updating thread stuff
630
631 * catalog/SlaStars.[h,cc]:
632 - added GetApproxVel
633
634 * gui/MGAccuracy.cc:
635 - fixed the wrong deg2rad value
636 - added more accurate calculation of one dimensional
637 tracking error value
638
639 * MGCosy.[h,cc]:
640 - added a TGListBox
641 - added some Labels to display offset as value
642 - removed offset display
643 - changed layout of dialog
644 - added layout manager
645 - added status frame
646 - added tabs
647 - added status display and update
648
649 * gui/MGEmbeddedCanvas.cc:
650 - removed raised frame around embedded canvas
651 - enhanced size by 1
652
653 * gui/MGSkyPosition.cc:
654 - a new position checks now for a new angle, too
655 - removed debugging output
656
657 * slalib/Makefile:
658 - added altaz.c
659
660 * MCosy.[cc,h]:
661 - added fStatus support and update
662 - added some new function to outsource some code from
663 positioning and tracking algorithms
664 - TerminateApp now sends WM_QUIT
665 - removed comments with old GUI thread
666 - added a missing bracket, which prevents us from stopping
667 a positioning command
668 - changed some output from cout to lout
669 - added empty prototype to Limit speed in tracking mode
670 - changed constructor to use of MLog
671
672 * base/MGList.h:
673 - added DBG_MGLIST for debugging
674
675 * gui/MGCoordinate.cc:
676 - removed logging statement from destructor
677
678 * gui/MGVelocity.cc:
679 - the factor 4 is now applied outside of the dialog.
680
681
682
683 2001/08/23 - Thomas Bretz:
684
685 * gui/MGEmbeddedCanvas.[h,cc]:
686 - added
687
688 * gui/MGVelocity.[h,cc]:
689 - added
690
691 * MCosy.[h,cc]:
692 - added GetRePosPdo
693 - changed fOffset to an offset between the se and re system
694 - changed old fOffset to fTrackingError which gives you a good
695 estimate what the tracking error really is
696 - changed the weighting of fOffset from 0.1 to 0.3
697 - reordered some statements for a better overview
698 - changed update of GUI from thread to a timer (s.HandleTimer)
699
700 * Makefile:
701 - added libpthread.a
702 - reordered libraries
703
704 * gui/MGAccuracy.[h,cc]:
705 - changed the layout
706 - make use of TGaxis
707 - added the numbers as text into canvas
708 - added a title
709 - derived from MEmbeddedCanvas
710
711 * gui/MGCosy.[h,cc]:
712 - changed layout
713 - added canvas for velocity
714 - added canvas for offset
715
716 * gui/MGSkyPosition.[h,cc]:
717 - added position as text
718 - added axis labels
719 - derived from MEmbeddedCanvas
720 - reorganized parts of the existing code
721
722
723
724 2001/08/17 - Thomas Bretz:
725
726 * Added:
727 - catalog/SlaStars.cc
728 - catalog/SlaStars.h
729 - catalog/SlaPlanets.cc
730 - catalog/SlaPlanets.h
731 - gui/MGAccuracy.cc
732 - gui/MGAccuracy.h
733
734 * MCosy.[h,cc]:
735 - removed dependance from MGSkyPosition
736 - changed Timer function names
737 - moved timer calls into Slalib calls
738 - changed Slalib to SlaStars
739 - added fAccuracy
740 - added accuracy display to MTGui
741
742 * Makefile:
743 - changed order of libraries
744
745 * Starguider.cc:
746 - changed Timer function names
747
748 * base/timer.[h,cc]
749 - changed GetTime -> Now
750 - changed GetMjd -> CalcMjd
751
752 * catalog/Makefile:
753 - added new file SlaStars.cc
754 - added new file SlaPlanets.cc
755
756 * catalog/Slalib.[h,cc]:
757 - moved star dependent functions to derived class SlaStars
758 - changed name of Set to SetMjd
759 - made SetMjd virtual
760 - derives from Timer now
761 - added conversion function for XYZ->ZdAz
762
763 * catalog/StarCatalog.cc:
764 - moved timer calls into Slalib calls
765 - changed Slalib to SlaStars
766
767 * devdrv/macs.cc:
768 - changed names of timer function calls
769
770 * devdrv/shaftencoder.cc:
771 - changed names of timer function calls
772 - changed some cout's to lout's
773
774 * gui/MGCosy.[h,cc]:
775 - added fAccuracy
776 - moved timer calls into Slalib calls
777 - changed Slalib to SlaStars
778
779 * gui/MGSkyPosition.[h,cc]:
780 - added display of planet positions
781
782 * slalib/Makefile:
783 - added missing files
784
785
786
787 2001/08/15 - Thomas Bretz:
788
789 * Added:
790 - Makefile.conf.general
791 - gui/Makefile
792 - base/Makefile
793 - candrv/Makefile
794 - catalog/Makefile
795 - slalib/Makefile
796 - videodev/Makefile
797 - devdrv/Makefile
798 - base/MThread.[h,cc]
799 - base/MTimeout.[h, cc]
800 - mgui/MGSkyPosition.[h, cc]
801 - catalog/Slalib.[h,cc]
802
803 * .cosyrc:
804 - changed names
805 - added HomeTime
806
807 * MCosy.[h,cc]:
808 - added home time
809 - added MTGui, MTTalk
810 - added reading environment
811
812 * Makefile, Makefile.conf.linux-gnu, Makefile.rules
813 - changed to Mars style
814
815 * Starguider.cc:
816 - changed include timer.g to base/timer.h
817
818 * Starguider.[h,cc]:
819 - renamed Execute to ProcessFrame
820
821 * cosy.cc:
822 - removed unnecessary includes
823
824 * base/MGList.h:
825 - added debug output
826
827 * base/msgqueue.cc:
828 - added comments
829
830 * base/msgqueue.h:
831 - made Break const
832
833 * candrv/canopen.[h,cc]:
834 - made CobId const
835
836 * candrv/network.[h,cc]:
837 - fixed typo
838 - StopReceiver -> VmodIcan::Stop
839 - made HasError const
840
841 * candrv/nodedrv.[h,cc]:
842 - added timeout to WaitForSdo
843
844 * candrv/sdolist.[h,cc]:
845 - made IsPending const
846
847 * candrv/vmodican.[h,cc]:
848 - changed ReceiveThread to new stylish MThread
849
850 * devdrv/macs.[h,cc]:
851 - changed SetHome to use a maximum positioning time
852 - added comments
853 - replaces SetSyncMode by StartPosSync and StartVelSync
854
855 * devdrv/shaftencoder.[h,cc]:
856 - removed gui thread (the update is done by MTGui now)
857
858 * gui/MGCosy.[h,cc]:
859 - some small changed
860 - removed fList->Delete()
861 - added MSkyPosition-Object
862 - gSystem->ExitLoop() replaced by gSystem->Terminate(0)
863
864 * videodev/Camera.[h,cc]:
865 - renamed Execute to ProcessFrame
866
867
868
869 2001/05/25 - Thomas Bretz:
870
871 * .cosyrc:
872 - added
873
874 * MCosy.[h,cc]:
875 - changed the error handling os SetPosition
876 - added resources from environment-file '.cosyrc'
877 - added WM_WAIT
878 - added support for Mac3 (Synchronisation)
879 - added software endswitch
880
881 * macs.[h,cc]:
882 - emhanced error handling
883 - added sync support
884
885 * timer.h:
886 - H(), M(), S() added
887
888 * network.[h,cc]:
889 - HasError() added
890
891 * nodedrv.[h,cc]:
892 - error flag handling added
893
894 * Magic.m:
895 - new version 0.62
896 - enhanced error handling
897 - sync support
898
899 * Starcatalog.[h,cc], Camera.cc, Filter.[h,cc], Writer.[h,cc],
900 MGImage.[h,cc]:
901 - changed type of image from char* to byte*
902
903 * MGCoordinate.[h,cc]:
904 - changed typed from UInt_t to Int_t
905
906
907 2001/04/10 - Thomas Bretz:
908
909 * Starguide.[h,cc]:
910 - added limiting magnitude to menu
911
912 * catalog/StarCatalog.cc, catalog/SaoFile.cc:
913 - exit if file cannot be opened
914
915 * catalog/File.[h,cc]:
916 - added !-operator
917 - warning output in case of a file which could not be opened
918
919
920 2001/04/09 - Thomas Bretz:
921
922 * First checkin
Note: See TracBrowser for help on using the repository browser.