MITK-IGT
IGT Extension of MITK
|
#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 |
#define ERROR_VALUE 0 |
Definition at line 32 of file mitkSerialCommunication.cpp.
#define INVALID_HANDLE_VALUE -1 |
Definition at line 28 of file mitkSerialCommunication.cpp.
#define OK 1 |
Definition at line 31 of file mitkSerialCommunication.cpp.