FACT++
1.0
|
#include <MStarguider.h>
Public Member Functions | |
MStarguider (Int_t channel) | |
virtual | ~MStarguider () |
void | Layout () |
void | CloseWindow () |
Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
void | ProcessFrame (const unsigned long n, byte *img, struct timeval *tm) |
void | commandHandler () |
Overwritten DimCommand::commandHandler. More... | |
Public Member Functions inherited from PixClient | |
virtual | ~PixClient () |
Public Member Functions inherited from DimCommandHandler | |
DimCommand * | getCommand () |
virtual | ~DimCommandHandler () |
Private Member Functions | |
void | WritePNG (const char *name, const byte *gbuf, const byte *cbuf) |
void | Toggle (TGPopupMenu *p, UInt_t id) |
void | SwitchOff (TGPopupMenu *p, UInt_t id) |
bool | Interpolate (const unsigned long n, byte *img) const |
void | InitGui (Int_t channel) |
Bool_t | HandleTimer (TTimer *t) |
void | SetCut (Double_t cut) |
Private Attributes | |
DimService | fDimData |
DimCommand | fDimTPoint |
DimCommand | fDimScreenshot |
Camera * | fGetter |
TGMenuBar * | fMenu |
MGImage * | fImage |
TGPopupMenu * | fDisplay |
TGPopupMenu * | fSetup |
TGPopupMenu * | fInterpol |
TGPopupMenu * | fCaosWrite |
TGPopupMenu * | fCaosPrint |
TGPopupMenu * | fCaosAnalyse |
TGPopupMenu * | fCaOs |
MCaos * | fCaos |
TTimer * | fTimer |
Int_t | fDx |
Int_t | fDy |
byte | fIntRate |
Double_t | fLastBright |
Double_t | fRadius |
Float_t | fFindStarCut |
Int_t | fFindStarBox |
int | fTPointMode |
bool | fScreenshotColor |
std::string | fScreenshotName |
Additional Inherited Members | |
Public Attributes inherited from DimCommandHandler | |
DimCommand * | itsCommand |
Definition at line 26 of file MStarguider.h.