mirror of
https://github.com/eddyem/astrovideoguide_v3.git
synced 2026-03-21 09:11:04 +03:00
Add stationary relay block commands
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "imagefile.h"
|
||||
|
||||
// tolerance of deviations by X and Y axis (if sigmaX or sigmaY greater, values considered to be wrong)
|
||||
#define XY_TOLERANCE (1.)
|
||||
#define XY_TOLERANCE (5.)
|
||||
|
||||
#define PUSIROBO_POSTPROC "pusirobo"
|
||||
// how many frames will be averaged to count image deviation
|
||||
@@ -42,6 +42,7 @@ typedef struct{
|
||||
char *(*movefocus)(const char *newstatus, char *buf, int buflen);
|
||||
char *(*moveByU)(const char *val, char *buf, int buflen);
|
||||
char *(*moveByV)(const char *val, char *buf, int buflen);
|
||||
char *(*relay)(const char *val, char *buf, int buflen);
|
||||
void (*stepdisconnect)();
|
||||
} steppersproc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user