Implementation of class #SDH::cSerialBase, a virtual base class to access serial interfaces like RS232 or CAN. More...
#include "sdhlibrary_settings.h"
#include <fcntl.h>
#include <stdio.h>
#include <termios.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <iostream>
#include <exception>
#include <stdarg.h>
#include <cstring>
#include "serialbase.h"
#include "simpletime.h"
Go to the source code of this file.
Implementation of class #SDH::cSerialBase, a virtual base class to access serial interfaces like RS232 or CAN.
Copyright (c) 2007 SCHUNK GmbH & Co. KG
Definition in file serialbase.cpp.