Instrument Neutral Distributed Interface INDI  2.0.2
Macros
ttybase.cpp File Reference
#include "ttybase.h"
#include "locale_compat.h"
#include <errno.h>
#include <fcntl.h>
#include <math.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <termios.h>
#include <sys/param.h>

Go to the source code of this file.

Macros

#define _GNU_SOURCE   1
 
#define PARITY_NONE   0
 
#define PARITY_EVEN   1
 
#define PARITY_ODD   2
 

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE   1

Definition at line 26 of file ttybase.cpp.

◆ PARITY_EVEN

#define PARITY_EVEN   1

Definition at line 62 of file ttybase.cpp.

◆ PARITY_NONE

#define PARITY_NONE   0

Definition at line 61 of file ttybase.cpp.

◆ PARITY_ODD

#define PARITY_ODD   2

Definition at line 63 of file ttybase.cpp.