シリアル制御の構造体 More...
#include <serial_t_win.h>

Public Attributes | |
| int | errno_ |
| エラー番号 | |
| char | error_string_ [SerialErrorStringSize] |
| エラー文字列 | |
| int | fd_ |
| 接続リソース | |
| struct termios | sio_ |
| ターミナル制御 | |
| ringBuffer_t | ring_ |
| リングバッファ | |
| char | buffer_ [RingBufferSize] |
| char | has_last_ch_ |
| 書き戻した文字があるかのフラグ | |
| char | last_ch_ |
| 書き戻した1文字 | |
| HANDLE | hCom_ |
| 接続リソース | |
| int | current_timeout_ |
| タイムアウトの設定時間 [msec] | |
シリアル制御の構造体
| char serial_t::buffer_ |
タイムアウトの設定時間 [msec]
| int serial_t::errno_ |
エラー番号
| char serial_t::error_string_[SerialErrorStringSize] |
エラー文字列
| int serial_t::fd_ |
接続リソース
書き戻した文字があるかのフラグ
| HANDLE serial_t::hCom_ |
接続リソース
| char serial_t::last_ch_ |
書き戻した1文字
リングバッファ
| struct termios serial_t::sio_ |
ターミナル制御
1.7.1