QTelescopeFifo Class Reference

Telescope implementation for a generic fifo interface. More...

#include <QTelescopeFifo.hpp>

Inheritance diagram for QTelescopeFifo:

Inheritance graph
[legend]
Collaboration diagram for QTelescopeFifo:

Collaboration graph
[legend]
List of all members.

Public Slots

virtual void goE (float shift)
 move East
virtual void goW (float shift)
 move West
virtual void goS (float shift)
 move South
virtual void goN (float shift)
 move North
virtual void stopW ()
 stop West move
virtual void stopE ()
 stop East move
virtual void stopN ()
 stop North move
virtual void stopS ()
 stop South move
virtual double setSpeed (double speed)
 set Telescope move speed.
virtual bool setTracking (bool activated)
 set auto tracking mode.

Detailed Description

Telescope implementation for a generic fifo interface.


Member Function Documentation

virtual double QTelescopeFifo::setSpeed ( double  speed  )  [inline, virtual, slot]

set Telescope move speed.

0=> slowest speed, 1.0=> max speed. the speed entered is an hint. The function must return the real speed.

Implements QTelescope.

virtual bool QTelescopeFifo::setTracking ( bool  activated  )  [inline, virtual, slot]

set auto tracking mode.

true=>tracking activated. false=>no tracking. the return value indicate if it was possible: a mount with no tracking mode will allways return !activated (it can always stop).

Implements QTelescope.


The documentation for this class was generated from the following files:
Generated on Sat Oct 27 09:21:11 2007 for QastroCam by  doxygen 1.5.1