Instrument Neutral Distributed Interface INDI  2.0.2
Functions
magellandriver.c File Reference
#include "magellandriver.h"
#include "indicom.h"
#include "indidevapi.h"
#include <termios.h>

Go to the source code of this file.

Functions

char ACK (int fd)
 
int check_magellan_connection (int fd)
 
int getCommandSexa (int fd, double *value, const char *cmd)
 
int getCalendarDate (int fd, char *date)
 

Function Documentation

◆ ACK()

char ACK ( int  fd)

Definition at line 97 of file magellandriver.c.

◆ check_magellan_connection()

int check_magellan_connection ( int  fd)

Definition at line 59 of file magellandriver.c.

◆ getCalendarDate()

int getCalendarDate ( int  fd,
char *  date 
)

Definition at line 180 of file magellandriver.c.

◆ getCommandSexa()

int getCommandSexa ( int  fd,
double *  value,
const char *  cmd 
)

Definition at line 133 of file magellandriver.c.