MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkSerialCommunication.cpp File Reference
#include "mitkSerialCommunication.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <unistd.h>
#include <termios.h>
#include <cerrno>

Go to the source code of this file.

Macros

#define INVALID_HANDLE_VALUE   -1
 
#define OK   1
 
#define ERROR_VALUE   0
 

Macro Definition Documentation

◆ ERROR_VALUE

#define ERROR_VALUE   0

Definition at line 32 of file mitkSerialCommunication.cpp.

◆ INVALID_HANDLE_VALUE

#define INVALID_HANDLE_VALUE   -1

Definition at line 28 of file mitkSerialCommunication.cpp.

◆ OK

#define OK   1

Definition at line 31 of file mitkSerialCommunication.cpp.