source: trunk/MagicSoft/Cosy/Changelog@ 8843

Last change on this file since 8843 was 8843, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 22.5 KB
Line 
1 -*-*- END -*-*-
2
3 2008/01/31 Thomas Bretz
4
5 * base/Makefile:
6 - removed MThread... now in Mars
7
8 * base/msgqueue.[h,cc], candrv/nodedrv.cc, candrv/vmodican.h,
9 main/MCosy.h, main/MTracking.h, tcpip/MTcpIpIO.[h,cc],
10 videodev/Camera.[h,cc]:
11 - renamed MyThreadX to MThread
12
13
14
15 2008/01/30 Thomas Bretz
16
17 * candrv/sdolist.cc:
18 - use the ?: operator instead of a cast
19
20 * gui/GuiIncl.h:
21 - removed obsolete coord.h
22
23 * gui/MGCoordinates.h:
24 - added include of MPointing instead of forward declaration of class XY
25
26 * gui/MGCosy.cc:
27 - revised includes
28 - added some manipulators
29
30 * main/MStarguider.cc:
31 - revised includes
32
33 * main/MCosy.[h,cc]:
34 - chnaged some manipulators
35 - adapted calls to consructors of Macs and ShaftEncoders
36
37 * tcpip/MCeCoCom.[h,cc]:
38 - adapted to the otehr changes. Note that with this all reports are
39 send to CC which means that the Drive reports get send ten times a
40 second
41
42 * candrv/CandrvLinkDef.h:
43 - for the time being Ethernet has been added and Interface be removed
44
45
46
47 2008/01/27 Thomas Bretz
48
49 * .rootrc:
50 - updated to the one of Mars
51
52 * macros/dohtml.C:
53 - added
54
55
56
57 2008/01/24 Thomas Bretz
58
59 * telesto.cc, tpoint/Makefile, tpoint/TPointLinkDef.h, tpoint/skull.xpm,
60 tpoint/TPointIncl.cc, TPointStar.[h,cc], TPointGui.[h,cc]:
61 - added
62
63 * candrv/nodedrv.cc:
64 - changed NodeGuard to new Thread model
65
66 * gui/MGCosy.cc:
67 - replaced usage of old MG*Menu classes by the corresponding basic
68 root classes
69 - use root's cleanup facility indstead of MGList where possible
70 - SetOwner of fList to ensure a real cleanup
71 - Prepare for changes in the coordinate classes
72
73 * main/MSlewing.cc, main/MTracking.cc:
74 - added modifiers to log-stream
75 - prepared for the changes in the coordinate classes
76
77 * main/MStarguider.cc:
78 - replaced MG*Menu classes by the corresponding root classes
79 - use root's cleanup facility
80 - SetOwner of the fList
81
82 * base/coord.h:
83 - removed coordinate classes, replaced by new classes from MPointing.h
84 (they are basically identical by now in libmars.so and derived from
85 TVector2)
86
87 * base/msgqueue.[h,cc]:
88 - simplified the scheme of the message queue using a single thread
89 - now the default is that new messages override pending ones
90 - the development is based on debugging with valgrind
91 - the aim is more stability due to simplification
92 - uses new threading scheme
93
94 * macros/rootlogon.C:
95 - improved
96
97 * Makefile:
98 - added telesto
99 - added inlcude directories
100 - renamed cosy.so to libcosy.so
101
102 * base/MThread.[h,cc]:
103 - implemented new Threading classe(s) -- still to be revised!
104 (should be made part of Mars finally!)
105
106 * candrv/vmodican.[h,cc]:
107 - adapted to new threading scheme
108 - replaced lout by gLog
109 - removed cast from third argument in ioctl (complains from a
110 64bit debugger)
111 - removed HandleMessage (now it is one level up -- that's not logical
112 but just simple)
113 - the same applies to SendCanFrame and MsgDescr
114 - thread is not detached anymore
115
116 * videodev/Camera.[h,cc]:
117 - for the moment the Camera class is removed from the root dictionary
118 - changed to new threading class
119 - thread doesn't run detached anymore
120 - the Camera control is now based on the new MVideo-class
121 - a lot of code has been moved to the new MVideo class
122 - we also support (as a hack for tests) color cameras with different
123 field-of-views
124 - simplified and improved the logic of the loop based on valgrinds output
125
126 * videodev/VideodevLinkDef.h:
127 - removed Camkera from dictionary
128
129 * main/MCosy.[h,cc]:
130 - replaced kDeg2Rad and kRad2Deg by TMath
131 - replaced lout by gLog
132 - made a few changes for the new coordinate classes
133 - added cancel points to thread where possible
134 - changed to new threading classes
135 - thread doesn't run detached anymore
136
137 * candrv/nodedrv.[h,cc], devdrv/macs.[h,cc], devdrv/shaftencoder.[h,cc],
138 candrv/network.[h,cc]:
139 - changed from lout to gLog
140 - added maipulators
141 - removed MLog from the constructor
142
143
144
145 2008/01/19 Thomas Bretz
146
147 * cosy.cc:
148 - gave cosy a typical Mars-like implementation
149 - added thread and memory debugging
150 - changed lout to gLog
151 - fixed the problem with TApplication in the gui classes, thus it could
152 now be instantiated as object
153
154 * devdrv/shaftencoder.cc:
155 - mainly cosmetics
156 - added some initializations suggested by valgrind
157
158 * gui/MGCosy.h:
159 - removed obsolete forward declaration of TGMenuBar
160
161 * gui/MGEmbeddedCanvas.[h,cc]:
162 - some cosmetics
163 - correctly replaced ForEach by R__FOR_EACH
164
165 * main/MStarguider.[h,cc]:
166 - use root's own cleanup facility where possible
167 - set the owenership to fList to ensure deletion
168 - use a simple way to cascade the menues
169 - replace MG*Menu by TG*Menu
170 - improved the switching of the starguider channels. Especially
171 no recreation of the object is done if not necessary
172
173
174
175 2008/01/18 Thomas Bretz
176
177 * base/Makefile:
178 - cosmetics
179
180 * catalog/SlaStars.cc, catalog/Slalib.cc, catalog/StarCatalog.h,
181 gui/MGSkyPosition.cc:
182 - replaced kRad2Deg by TMath::RadToDeg()
183 - replaced kDeg2Rad by TMath::DegToRad()
184 - replaced kPiDiv2 by TMath::Pi()/2
185
186 * main/MCaos.cc:
187 - replaced cout by gLog and use color coding
188 - replaced coord.h by MPointing.h
189
190
191
192 2008/01/16 Thomas Bretz
193
194 * gui/MGMenu.[h,cc]:
195 - removed
196
197 * Makefile, Makefile.conf.general, Makefile.conf.linux,
198 Makefile.rules, caos/Makefile, catalog/Makefile,
199 devdrv/Makefile, gui/Makefile, main/Makefile,
200 slalib/Makefile, tcpip/Makefile, videodev/Makefile:
201 - changed all Makefiles to the Mars Makefile style for better
202 performance, maintanance and reliability
203 - some updates for future code
204
205 * videodev/CaosFilter.h, videodev/FilterLed.h, videodev/PixClient.h,
206 videodev/PixGetter.h, videodev/Writer.h, candrv/sdolist.h:
207 - added virtual destructor as suggested by gcc 4
208
209 * devdrv/macs.[h,cc], devdrv/shaftencoder.[h,cc], candrv/canopen.[h,cc],
210 candrv/network.[h,cc], candrv/nodedrv.[h,cc]:
211 - replaced timeval_t* by a const reference in all arguments of
212 member functions
213
214 * gui/MGEmbeddedCanvas.cc:
215 - replaced C-style includes (iostream.h) with C++ style (iostream)
216
217 * videodev/FilterLed.cc:
218 - initialized fImg as suggested by valgrind
219
220 * candrv/canopen.cc, candrv/network.cc, main/MTracking.cc,
221 main/MPpointing.cc, tcpip/MTcpIpIO.cc:
222 - replaced the lout-logging by gLog
223
224 * candrv/canopen.[h,cc]:
225 - derive from a generalized base class (Interface) now instead of
226 the specialized VmodIcan interface class
227 - added member function to start and stop the underlaying interface
228 - moved the RawCan handling function from VModIcan here
229 (HandleMessage)
230
231 * candrv/network.[h,cc]:
232 - start interface via CanOpen::Start and stop it via CanOpen::Stop
233 - removed obsolete arguments from constructor
234 - initialize fNodes and fNodeInitialized as suggested by valgrind
235
236 * gui/MGCoordinate.cc:
237 - SetOwner of fList to make sure that all gui object are properly deleted
238 - initialize the "label"-pointer as suggested by valgrind
239
240 * gui/MGCosy.h:
241 - removed obsolete forward class declaration of TGMenuBar
242
243 * gui/MGCoordinate.cc, gui/MGPngReader.cc
244 - SetOwner of fList to make sure that all gui object are properly deleted
245
246 * main/MTracking.[h,cc]:
247 - use new threading model (uses RunThread and CancelThread instead of
248 Start Stop)
249 - changed return code of Thread from void* to Int_t#
250 - replaced chacking the HasStopFlag by TThread::CancelPoint calls
251 - renamed MPointing to MSlewing to get rid of a namespace conflic
252 with Mars' MPointing
253
254 * main/MainLinkDef.h:
255 - added the missing + for MCosy and MTracking
256 - replaced MPointing by MSlewing
257
258 * main/MPointing.[h,cc]:
259 - renamed class to MSlewing
260 - removed
261
262 * main/MSlewing.[h,cc]:
263 - added
264
265 * tcpip/MTcpIpIO.[h,cc]:
266 - splitted MTcpIpIO into two base classes, one for input, one for output
267 - made the ports an argument
268 - derived from new threading class
269 - also added a static function to send a frame over a exclusively
270 opened port
271 - replaced old HasStopFlag by new IsThreadCanceled (this is used
272 instead of a CancelPoint to ensure correct cleanup)
273
274 * tcpip/MDriveCom.h:
275 - updated constructor
276
277
278
279 2008/01/14 Thomas Bretz
280
281 * tpoint/gui.C:
282 - added individual reset buttons
283
284
285
286 2008/01/09 Thomas Bretz
287
288 * tpoint/gui.C:
289 - some small improvements
290
291
292
293 2007/06/06 Thomas Bretz
294
295 * tpoint/*:
296 - added new tpoint files
297 - added starguider tpoint files
298 - cleaned up the tpoints from errorneous detections
299
300 * tpoint/gui.C:
301 - added option to read collections
302 - added new button to reread tpoints
303
304
305
306 2007/06/06 Markus Meyer
307
308 * tpoint/:
309 - added tpoint files from Jan. 2007 to June 2007
310
311
312
313 2007/03/14 Thomas Bretz
314
315 * bend.cc, cosy.cc, starg.cc, testse.cc, base/MStarList.cc,
316 base/MThread.cc, base/log.h, base/msgqueue.cc, candrv/nodedrv.cc,
317 candrv/sdolist.cc, catalog/SlaPlanets.cc, catalog/Slalib.cc,
318 catalog/StarCatalog.cc, gui/MGAccuracy.cc, gui/MGCoordinate.cc,
319 gui/MGCoordinates.cc, gui/MGCosy.cc, gui/MGNumStars.cc,
320 gui/MGSkyPosition.cc, main/MBending.cc, main/MStargHistograms.cc,
321 base/coord.h, main/MCaos.cc, main/MCosy.cc, main/MPointing.cc,
322 main/MStarguider.cc, main/MTracking.cc, videodev/FilterLed.cc,
323 videodev/PixClient.cc, videodev/PngReader.cc, videodev/Writer.cc:
324 - replaced obsolete .h by C++ headers
325 - added namespace std
326
327 * base/MStarList.h:
328 - fixed warnings about overwriting of Delete
329
330 * base/MStopwatch.h, gui/MGCoordinate.h, gui/MGCoordinates.h,
331 main/MStarguider.h:
332 - fixed warning about overwriting of Print()
333
334 * base/MTimeout.cc, candrv/nodedrv.cc, devdrv/macs.cc,
335 tcpip/MCeCoCom.cc:
336 - fixed default argument in declaration
337
338 * catalog/StarCatalog.cc, gui/MGAccuracy.cc, main/MCaos.[h,cc],
339 main/MCosy.cc, main/MPointing.cc, main/MStarguider.cc,
340 main/MTracking.cc:
341 - fixed a type problem (int instead of double)
342
343 * gui/MGCoordinate.cc, gui/MGCosy.cc:
344 - fixed a warning about double declaration
345
346 * tcpip/MCeCoCom.h:
347 - renamed Send to SendRep
348
349 * tcpip/MDriveCom.cc:
350 - replaced Send by SendRep
351
352 * tcpip/MTcpIpIO.cc:
353 - added missing return
354
355
356
357 2006/11/01 Thomas Bretz
358
359 * tpoint/gui.C:
360 - added the horizon
361 - got rid of a warning about a TGraph with 0 points in case
362 the tpoint-file didn't contain magnitudes.
363
364
365
366 2006/07/18 Thomas Bretz
367
368 * base/MStar.h:
369 - fixed a really stupid bug in the constructor, which automatically
370 converted the magnitudes into ints.
371
372
373
374 2006/07/16 Thomas Bretz
375
376 * leds.txt:
377 - new values
378
379 * gui/MGCoordinate.cc:
380 - increased size of output text to display sign
381
382 * gui/MGCosy.cc:
383 - named MACS correctly MACS
384
385 * gui/MGNumStars.cc:
386 - changed color for correlated stars from magenta to cyan
387
388 * main/MStarguider.cc:
389 - changed starguider angle to -0.2
390 - changed pixsize to 48.9
391 - update num stars only if starguider is switched on
392 - removed bug which caused the rotation angle in fact to
393 be always 0
394 - reimplemented the algorithm which only takes the n-th brightest
395 stars from the catalog if n is the number of detected stars
396 (otherwise the catalog might be so crowded with stars that
397 one spot is correlated with many catalog stars)
398 - decreased the search region for the LEDs
399 - some things are not done anymore if not necesarry
400
401 * videodev/FilterLed.[h,cc]:
402 - cleaned up
403 - changed the interface of the ClusterFinder slightly to
404 allow it beeing used for the TPoint spot of the star
405
406
407
408 2006/07/16 Daniela Dorner
409
410 * main/MStarguider.[h,cc]:
411 - improvement in showing/hiding of parts of the display in the starguider
412 window
413
414
415
416 * main/MStarguider.cc:
417 - fixed bug in setting menu entry for limiting magnitude
418
419
420
421 2006/07/14 Thomas Bretz (La Palma)
422
423 * stargleds.txt:
424 - changed positions slightly
425
426 * gui/GuiLinkDef.h, gui/Makefile:
427 - added MGNumStars
428
429 * gui/MGStars.[h,cc]:
430 - addde
431
432 * gui/MGAccuracy.[h,cc], gui/MGStarg.[h,cc]:
433 - unified
434 - slight changes to layout
435
436 * gui/MGCoordinate.[h,cc], MGCoordinated.[h,cc]:
437 - added a new mode which allows to suppress the title
438
439 * gui/MGCosy.[h,cc]:
440 - added new status box (armed) currently switched on by default
441 - adapted to changes in MGAccuracy
442 - disallow changing the size of the window
443
444 * main/MCaos.cc:
445 - removed an obsolete Print()
446
447 * main/MCosy.cc:
448 - fixed the name of the log-files (2006 instead of 06)
449
450 * main/MStarguider.[h,cc]:
451 - implemented new socket to send triggers to Amc (port 7307)
452 - changed standard limiting magnitude from 7.0 to 9.0
453 - changed layout of display to implement new canvas
454 displaying the number of detected and correlated stars
455 - adapted to changes in MGStarg
456 - added box to change cleaning level of starguider window
457 - set default rotation angle to -0.4deg
458 - disallow changing of window size
459 - CalcTrackingError: check first the number of detected spots
460 and afterwards the number of found catalog stars
461 - CalcTrackingError: just try to correlate all spots with all stars
462 - decreased box size of LED box in starguider mode
463 - replaced circles around starguider pointing position by
464 camara size hexagons
465 - do not show the starguider pointing position if less than three
466 stars could be correlated
467
468 * tcpip/MTcpIpIO.cc:
469 - fixed a comparison between "signed and unsigned"
470
471 * videodev/FilterLed.[h,cc]:
472 - implemented DrawHexagon based on MGMap::DrawHexagon
473 - renamed *Circle to *Box
474 - replaced old algorithm to find stars in starguider mode (and
475 LEDs) by a new ClusterFinder class
476 - needs more maintanance!
477
478
479
480 2006/07/11 Thomas Bretz (La Palma)
481
482 * Makefile:
483 - changed to support linking with the libmars.so instead
484 of compiling a lot of stuff itself
485
486 * Makefile.conf.general:
487 - added -DMARSVER
488
489 * base/BaseLinkDef.h:
490 - removed the now obsolete pragma
491
492 * base/Makefile
493 - removed the now obsolete files
494
495 * candrv/Makefile, caos/Makefile, catalog/Makefile,
496 videodev/Makefile, devdrv/Makefile, gui/Makefile,
497 main/Makefile, tcpip/Makefile:
498 - added the new mars include directory
499
500 * caos/Leds.h, caos/Rings.h:
501 - added an overwrite for Print to make the compiler happy
502
503 * catalog/StarCatalog.cc:
504 - small improvements to determination of image border
505 by using min- and max-functions
506
507 * gui/MGCoordinate.cc:
508 - small improvement to layout
509
510 * gui/MGImage.cc:
511 - fixed 16bit-color mode. The encoding was just wrong
512
513 * videodev/Camera.cc:
514 - unlock the tread after the broadcast. The reason why it
515 is neccessary in root 4.04/02g to make cosy work is
516 unknown. Anyhow it makes switching the cameras more robust
517
518 * cosy.cc:
519 - updated writing log-files
520 - implemented sanity check for batch mode
521
522 * gui/MGAccuracy.cc, gui/MGStarg.cc:
523 - use GetabsDev from MAstro
524 - scale azimuth deviation to real distance on the sky
525
526 * main/MCosy.[h,cc]:
527 - updated writing log-files
528 - do no perfect position in case of move'n'track
529 - implemented WM_PREPS for predefined positions
530 - unified WM_TRACK and WM_GRB
531 - updated GetFileName
532
533 * main/MStarguider.cc:
534 - undef EXPERT
535 - some layout changes
536 - set rotation angle of starguider camera to -0.4deg
537 - unified FindStar and FindStarCircle
538 - updated writing log-files
539 - to calc skycenter the X-offset must be subtracted
540
541 * tcpip/MDriveCom.[h,cc]:
542 - implemented CommandPREPS
543 - implemented CommandARM
544
545 * videodev/FilterLed.[h,cc]:
546 - unified FindStar and FindStarCircle
547 - fixed algorithm FindStarCircle (it was not working for
548 bright stars and didn't take care of the edge of the
549 image!)
550 - fixed a long outstanding bug which accessed some memory
551 outside the image due to a wrong logical condition
552
553
554
555 2006/07/11 Daniela Dorner
556
557 * main/MStarguider.[h,cc]:
558 - implemented function to disable and uncheck an entry in the menu
559
560 * main/MStarguider.cc:
561 - fixed bugs in (un)checking and en/disabeling items
562 - removed not needed if-clauses
563 - rearranged menu
564
565
566
567 2006/07/10 Thomas Bretz (La Palma)
568
569 * slalib/dat.c:
570 - added leap second from 1st January 2006
571
572
573
574 2006/06/29 Thomas Bretz
575
576 * main/MStarguider.cc:
577 - fixed a bug which gave a starguider mispointing which was wrong
578 by the pointing position.
579 - fixed also the position of the displayed rings wrt to the catalog
580 sky
581
582 * catalog/StarCatalog.cc:
583 - replaced some Float_t by Int_t
584
585
586
587 2006/06/28 Thomas Bretz
588
589 * main/MStargHistograms.[h,cc]:
590 - removed Center in units of Zd, Az
591
592 * main/MStarguider.cc:
593 - removed obsolete and dangerous sgcenterzdaz
594 - do not display the sky-centered rings if sky-center is invalid
595 (LEDs not detected)
596 - rais error in this case and send error state to CC
597 - added lower brighness limit of 30
598 - do not write pointingpos.txt and tracking_error.txt anymore
599
600 * caos/Ring.h:
601 - added Setter SetXY
602
603 * catalog/StarCatalog.cc:
604 - fixed that when checking for the region in which stars will
605 be searched only the y- but not the x-offset has been taken into
606 account
607 - added a small region around the region of interest because
608 the catalog position of visible stars might be out of the
609 search region
610 - commented out an obsolete function
611
612
613
614 2006/05/10 Thomas Bretz
615
616 * main/MStarguider.cc:
617 - fixed an error returning the correct value in CalcTrackingError
618 - added new value to Starguider report
619
620 * tcpip/MDriveCom.[h,cc]:
621 - added new value to starguider report
622
623
624
625 2006/03/23 - Daniela Dorner, Thomas Bretz
626
627 * main/MStarguider.[h,cc]:
628 - changed starguider algorithm
629
630
631
632 2006/03/19 - Daniela Dorner
633
634 * main/MStargHistograms.cc:
635 - changed name of tree from CaOs to Starg
636
637 * leds.txt, stargleds.txt:
638 - added new leds
639
640 * main/MCosy.cc:
641 - changed name of tpoint-files, which are written from Cosy, from
642 tpoint*.txt to old-tpoint*.txt
643
644 * main/MStarguider.[h,cc]:
645 - added StarguiderTpoint Button
646 - included 2 new variables to allow for the implementation of
647 StarguiderTpoints
648 - added writing of StarguiderTpoints to the function CalcTrackingError
649 - StarguiderTpoints are written to tpoint/starg_*.txt
650 - Tpoints are wriiten to tpoint/tpoint_*.txt
651 - added pulldown Mode to Menu
652 - cleaned Menu (removed not needed items, rearanged place of items
653 - removed expertmode
654 - implemented Tpoint- and Starguider-Mode (switches all needed item)
655 put some code into functions therefor
656 - implemented releasing of button, if no tpoint can be taken
657 - fixed small bugs in (un)checking items
658 - removed starguider analyis (writing root-files) from starguider mode to
659 stabilize the code
660 - added 'fGetter->ExitLoop()' before each 'delete fGetter'
661 - added SetDirectory(0) for histogram in starguider
662
663
664
665 2006/03/11 - Daniela Dorner
666
667 * tpoint/bending051124.txt:
668 - added
669
670
671
672 2005/08/29 - Daniela Dorner
673
674 * main/MStarguider.cc, tcpip/MDriveCom.[h,cc]:
675 - added to variables to the Starguider report
676
677
678
679 2005/08/22 - Thomas Bretz
680
681 * candrv/nodedrv.cc, main/MTracking.cc:
682 - fixed usage of MTime (MTime(-1) instead of MTime())
683
684
685
686 2005/08/22 - Thomas Bretz
687
688 * caos/Ring.[h,cc]:
689 - added a sanity check for the case a led entry == NULL
690
691 * caos/Rings.[h,cc]:
692 - code cleanup
693 - added a sanity check to CalcRings
694
695 * devdrv/shaftencoder.h:
696 - added new member function GetPosDirCorrected
697 - added new member function GetOffsetDirCorrected
698
699 * main/MStarguider.cc:
700 - set number of minimum required LEDs for the ring calculation
701 to 3. With two LEDs you can NEVER calculate a ring!
702 - added another sanity check in FindStars
703
704 * main/MTracking.cc:
705 - replaced ?:-operators by new functions Get*DirCorrected
706 - made sure that if both directions have changed the reset
707 really causes the correct values to be used immediatly!
708 - added some code for future use
709
710
711
712 2005/07/28 - Florian Goebel
713
714 * videodev/FilterLed.[cc,h]
715 - add GetMeanPositionCircle and FindStarCircle
716
717 * devdrv/shaftencoder.[cc,h]
718 - add: fDirHasChanged, fDirChangedPos, fDirChangedOffset,
719 fDirection, fHysteresisPos, fHysteresisNeg
720
721 * main/MCosy.cc
722 - set faster acceleration and Velocity parameters in TrackPositionGRB
723
724 * main/MPointing.cc
725 - correct bug which always set speed to LO-SPEED
726
727 * main/MStarguider.[cc,h]
728 - add new Popup "Operation" (functionality is not ready yet)
729 - add new procedure: FindRoqueLamp
730 - in MStarguider::FindStar now use Leds::FindStarCircle
731 (instead of Leds::FindStar)
732
733 * main/MTracking.cc
734 - calculate DirHasChanged etc.
735
736
737
738 2005/04/11 - Thomas Bretz
739
740 * main/MTracking.cc:
741 - allow to send velocity and request position twice
742 - enhanced some debugging output
743
744 * candrv/network.[h,cc]:
745 - implemented PrintError
746
747 * candrv/nodedrv.[h,cc]:
748 - implemented new argument (zombie) to WaitForSdo which allows
749 to mark a missing CANbus message as non-critical
750
751
752
753 2005/03/21 - Thomas Bretz
754
755 * tcpip/MDriveCom.[h,cc]:
756 - added a missing white space behind the brightness and
757 fixed the wrong units of Zd/Az in the starguider report
758
759
760
761 2005/03/17 - Thomas Bretz
762
763 * main/MCosy.[h,cc]:
764 - implemented WM_GRB and TrackPositionGRB for GRB mode
765
766 * main/MStarguider.cc:
767 - added 'status' to FINDSTAR-REPORT
768 - send STARG-REPORT only if Starguider is switched on
769 - enhanced output in starguider report
770
771 * tcpip/MCeCoCom.cc:
772 - tried to backengineer the CC-REPORT because it is not documented
773 in the CC TDAS
774 - changed critical values for windspeed from 10/20/30 to 30/40/50
775
776 * tcpip/MDriveCom.[h,cc]:
777 - implemented handling of GRB command
778 - enhanced SendStargReport. Starguider Report now:
779 misszd[%05.3f] missaz[%05.3f]
780 nomzd[%c %03d %02d %03d] nomaz[%c %03d %02d %03d]
781 centerx[%05.1f] centery[%05.1f] n[%04d]
782 bright[%03.1f] mjd[%12.6f]
Note: See TracBrowser for help on using the repository browser.