#include <serial.h>
| Serial::Serial |
( |
const char * |
acm = "/dev/ttyS0", |
|
|
int |
vitesse = 9600 |
|
) |
| |
| void Serial::putchar |
( |
char * |
c, |
|
|
int |
n |
|
) |
| |
| void Serial::setBaud |
( |
int |
vitesse | ) |
|
| void Serial::setBaudRate |
( |
int |
baudRate | ) |
|
| void Serial::setNbBit |
( |
int |
nbBit | ) |
|
| void Serial::setParity |
( |
std::string |
parity | ) |
|
| void Serial::setspeed |
( |
speed_t |
vitesse | ) |
|
| void Serial::setStopBit |
( |
int |
stopBit | ) |
|
| int Serial::sRead |
( |
std::string * |
buf | ) |
|
| void Serial::sWrite |
( |
std::string |
c | ) |
|
| std::string Serial::m_port |
| struct termios Serial::tio |
La documentation de cette classe a été générée à partir des fichiers suivants :
- D:/travail/OPCUA/trunk/sources_cpp/server_CTA/genericServerLib/hardware/serial/serial.h
- D:/travail/OPCUA/trunk/sources_cpp/server_CTA/genericServerLib/hardware/serial/serial.cpp