#include <seiral_func.hpp>
|
void | UART0_Close (int fd) |
|
int | UART0_Init (int fd, int speed, int flow_ctrl, int databits, int stopbits, int parity) |
|
int | UART0_Recv (int fd, char *rcv_buf, int data_len) |
|
int | UART0_Send (int fd, char *send_buf, int data_len) |
|
int | UART0_Set (int fd, int speed, int flow_ctrl, int databits, int stopbits, int parity) |
|
@ brief Driver of dumpbot for reading data.
The Cht10Driver keeps track of sensor data and publish.
Definition at line 47 of file seiral_func.hpp.
void cht10_seiral_func::Cht10Driver::UART0_Close |
( |
int |
fd | ) |
|
|
inline |
int cht10_seiral_func::Cht10Driver::UART0_Init |
( |
int |
fd, |
|
|
int |
speed, |
|
|
int |
flow_ctrl, |
|
|
int |
databits, |
|
|
int |
stopbits, |
|
|
int |
parity |
|
) |
| |
|
inline |
int cht10_seiral_func::Cht10Driver::UART0_Recv |
( |
int |
fd, |
|
|
char * |
rcv_buf, |
|
|
int |
data_len |
|
) |
| |
|
inline |
int cht10_seiral_func::Cht10Driver::UART0_Send |
( |
int |
fd, |
|
|
char * |
send_buf, |
|
|
int |
data_len |
|
) |
| |
|
inline |
int cht10_seiral_func::Cht10Driver::UART0_Set |
( |
int |
fd, |
|
|
int |
speed, |
|
|
int |
flow_ctrl, |
|
|
int |
databits, |
|
|
int |
stopbits, |
|
|
int |
parity |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: