SerialParams Struct Reference
describes the parameter for a serial port. More...
#include <serialcomm.h>
Public Attributes | |
| char | pathname [256] |
| int | baudrate |
| int | parity |
| int | bits |
| int | sbit |
| int | hwflow |
| int | swflow |
| int | blocking |
Detailed Description
describes the parameter for a serial port.used to open a port with specific parameters
Definition at line 55 of file serialcomm.h.
Member Data Documentation
bits per second
Definition at line 60 of file serialcomm.h.
Referenced by initSerialParams(), ot::Bird::open(), openSerialPort(), and ot::FastTrakModule::start().
bits of data 5-8
Definition at line 64 of file serialcomm.h.
Referenced by initSerialParams(), ot::Bird::open(), openSerialPort(), and ot::FastTrakModule::start().
yes (!=0) or no (0)
Definition at line 72 of file serialcomm.h.
Referenced by initSerialParams(), ot::Bird::open(), and ot::FastTrakModule::start().
yes (!=0) or no (0)
Definition at line 68 of file serialcomm.h.
Referenced by initSerialParams(), ot::Bird::open(), openSerialPort(), and ot::FastTrakModule::start().
none, even, odd = 0, 2, 1
Definition at line 62 of file serialcomm.h.
Referenced by initSerialParams(), ot::Bird::open(), openSerialPort(), and ot::FastTrakModule::start().
| char SerialParams::pathname[256] |
port to open
Definition at line 58 of file serialcomm.h.
Referenced by initSerialParams(), ot::Bird::open(), openSerialPort(), and ot::FastTrakModule::start().
stopbits 1-2
Definition at line 66 of file serialcomm.h.
Referenced by initSerialParams(), ot::Bird::open(), openSerialPort(), and ot::FastTrakModule::start().
yes (!=0) or no (0)
Definition at line 70 of file serialcomm.h.
Referenced by initSerialParams(), ot::Bird::open(), openSerialPort(), and ot::FastTrakModule::start().
The documentation for this struct was generated from the following file: