#include <lsiosr.h>
|
int | close () |
|
std::string | getPort () |
|
int | init () |
|
int | read (char *buffer, int length, int timeout=30) |
|
int | send (const char *buffer, int length, int timeout=30) |
|
int | setPort (std::string name) |
|
| ~LSIOSR () |
|
Definition at line 46 of file lsiosr.h.
ls::LSIOSR::LSIOSR |
( |
std::string |
name, |
|
|
int |
speed, |
|
|
int |
fd |
|
) |
| |
|
private |
int ls::LSIOSR::close |
( |
| ) |
|
std::string ls::LSIOSR::getPort |
( |
| ) |
|
LSIOSR * ls::LSIOSR::instance |
( |
std::string |
name, |
|
|
int |
speed, |
|
|
int |
fd = 0 |
|
) |
| |
|
static |
int ls::LSIOSR::read |
( |
char * |
buffer, |
|
|
int |
length, |
|
|
int |
timeout = 30 |
|
) |
| |
int ls::LSIOSR::send |
( |
const char * |
buffer, |
|
|
int |
length, |
|
|
int |
timeout = 30 |
|
) |
| |
int ls::LSIOSR::setOpt |
( |
int |
nBits, |
|
|
uint8_t |
nEvent, |
|
|
int |
nStop |
|
) |
| |
|
private |
int ls::LSIOSR::setPort |
( |
std::string |
name | ) |
|
int ls::LSIOSR::waitReadable |
( |
int |
millis | ) |
|
|
private |
int ls::LSIOSR::waitWritable |
( |
int |
millis | ) |
|
|
private |
int ls::LSIOSR::baud_rate_ |
|
private |
std::string ls::LSIOSR::port_ |
|
private |
The documentation for this class was generated from the following files: