#include <DCDT_Channel.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <termios.h>
#include <iostream>
#include <sys/time.h>
#include <DCDT_ctrace.h>
Go to the source code of this file.
Classes | |
class | DCDT_Channel_Serial |
class | CommData_Serial |
Defines | |
#define | DEVICE_NAME_LEN UNIX_PATH_MAX |
#define | BAUDRATE B4000000 |
#define | SER_LOST_TIMER_VAL 10000000 |
#define | SER_RECV_TIMER_VAL 100000 |
|
Definition at line 38 of file DCDT_Channel_Serial.h. Referenced by DCDT_Channel_Serial::Open(). |
|
Definition at line 37 of file DCDT_Channel_Serial.h. |
|
Definition at line 40 of file DCDT_Channel_Serial.h. Referenced by DCDT_Channel_Serial::SetTimers(), and DCDT_Channel_Serial::StaticPrepare(). |
|
Definition at line 41 of file DCDT_Channel_Serial.h. Referenced by DCDT_Channel_Serial::SetTimers(). |