source: trunk/MagicSoft/Cosy/Changelog@ 8838

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