#include <serial_comm.h>
Definition at line 18 of file serial_comm.h.
◆ SerialComm()
milvus::SerialComm::SerialComm |
( |
| ) |
|
◆ ~SerialComm()
milvus::SerialComm::~SerialComm |
( |
| ) |
|
◆ close_port()
int milvus::SerialComm::close_port |
( |
| ) |
|
◆ cputs()
void milvus::SerialComm::cputs |
( |
const char * |
| ) |
|
◆ disable_dtr()
void milvus::SerialComm::disable_dtr |
( |
| ) |
|
◆ disable_rts()
void milvus::SerialComm::disable_rts |
( |
| ) |
|
◆ enable_dtr()
void milvus::SerialComm::enable_dtr |
( |
| ) |
|
◆ enable_rts()
void milvus::SerialComm::enable_rts |
( |
| ) |
|
◆ is_cts_enabled()
int milvus::SerialComm::is_cts_enabled |
( |
| ) |
|
◆ is_dcd_enabled()
int milvus::SerialComm::is_dcd_enabled |
( |
| ) |
|
◆ is_dsr_enabled()
int milvus::SerialComm::is_dsr_enabled |
( |
| ) |
|
◆ open_port()
int milvus::SerialComm::open_port |
( |
std::string |
port_name, |
|
|
int |
baudrate, |
|
|
std::string |
mode_s |
|
) |
| |
◆ poll_comport()
int milvus::SerialComm::poll_comport |
( |
unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
◆ send_buf()
int milvus::SerialComm::send_buf |
( |
unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
◆ send_byte()
int milvus::SerialComm::send_byte |
( |
unsigned |
char | ) |
|
◆ baud_
int milvus::SerialComm::baud_ |
|
private |
◆ error
int milvus::SerialComm::error |
|
private |
◆ fd_
int milvus::SerialComm::fd_ |
|
private |
◆ old_port_settings
struct termios new_port_settings milvus::SerialComm::old_port_settings |
|
private |
◆ port_name_
std::string milvus::SerialComm::port_name_ |
|
private |
The documentation for this class was generated from the following files: