Instrument Neutral Distributed Interface INDI  2.0.2
Macros
lakeside.cpp File Reference
#include "lakeside.h"
#include <config.h>
#include "indicom.h"
#include "connectionplugins/connectionserial.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 LAKESIDE_VERSION_MAJOR   1
 
#define LAKESIDE_VERSION_MINOR   1
 
#define LAKESIDE_TIMEOUT   2
 
#define LAKESIDE_LEN   7
 
#define LAKESIDE_TIMEOUT_RETRIES   2
 

Macro Definition Documentation

◆ LAKESIDE_LEN

#define LAKESIDE_LEN   7

Definition at line 52 of file lakeside.cpp.

◆ LAKESIDE_TIMEOUT

#define LAKESIDE_TIMEOUT   2

Definition at line 51 of file lakeside.cpp.

◆ LAKESIDE_TIMEOUT_RETRIES

#define LAKESIDE_TIMEOUT_RETRIES   2

Definition at line 57 of file lakeside.cpp.

◆ LAKESIDE_VERSION_MAJOR

#define LAKESIDE_VERSION_MAJOR   1

Definition at line 34 of file lakeside.cpp.

◆ LAKESIDE_VERSION_MINOR

#define LAKESIDE_VERSION_MINOR   1

Definition at line 35 of file lakeside.cpp.