Instrument Neutral Distributed Interface INDI  2.0.2
Macros | Functions
onfocus.cpp File Reference
#include "onfocus.h"
#include "indicom.h"
#include <stdio.h>
#include <termios.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include <math.h>
#include <memory>

Go to the source code of this file.

Macros

#define ONFOCUS_TIMEOUT   4
 
#define POLLMS_OVERRIDE   1500
 

Functions

std::unique_ptr< OnFocusonFocus (new OnFocus())
 

Macro Definition Documentation

◆ ONFOCUS_TIMEOUT

#define ONFOCUS_TIMEOUT   4

Definition at line 32 of file onfocus.cpp.

◆ POLLMS_OVERRIDE

#define POLLMS_OVERRIDE   1500

Definition at line 34 of file onfocus.cpp.

Function Documentation

◆ onFocus()

std::unique_ptr<OnFocus> onFocus ( new   OnFocus())