Interface of class #SDH::cSerialBase, a virtal base class to access serial communication channels like RS232 or CAN. More...
#include "sdhlibrary_settings.h"
#include <errno.h>
#include "sdhexception.h"
#include "dbg.h"
#include "sdhbase.h"
Go to the source code of this file.
Classes | |
class | cSerialBase |
Low-level communication class to access a serial port. More... | |
class | cSerialBaseException |
Derived exception class for low-level serial communication related exceptions. More... | |
class | cSerialBase::cSetTimeoutTemporarily |
helper class to set timeout of _serial_base on construction and reset to previous value on destruction. (RAII-idiom) More... | |
Variables | |
NAMESPACE_SDH_START typedef void * | tDeviceHandle |
generic device handle for CAN devices More... | |
Interface of class #SDH::cSerialBase, a virtal base class to access serial communication channels like RS232 or CAN.
Copyright (c) 2008 SCHUNK GmbH & Co. KG
Definition in file serialbase.h.
NAMESPACE_SDH_START typedef void* tDeviceHandle |
generic device handle for CAN devices
Definition at line 64 of file serialbase.h.