vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Serial.cpp File Reference
#include "precompiled.h"
#include <stdio.h>
#include <vreckoDP/base/classes.h>
#include <termio.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>

Macros

#define OFLAGS
 
#define LFLAGS
 
#define IFLAGS
 

Macro Definition Documentation

#define IFLAGS
Value:
(IGNBRK | BRKINT | IGNPAR | PARMRK | INPCK | INLCR \
| ICRNL | IGNCR | IUCLC | ISTRIP | IXON \
| IXOFF)
#define LFLAGS
Value:
(ICANON | ISIG | XCASE | ECHO | ECHOE | ECHOK \
| ECHONL | NOFLSH)
#define OFLAGS
Value:
(OPOST | OLCUC | ONLCR | OCRNL | ONOCR \
| ONLRET | OFILL | OFDEL)