Go to the source code of this file.
Variables | |
static const int | g_num_rates = 31 |
static const speed_t | g_baud_rates [g_num_rates] |
static const int | g_speeds [g_num_rates] |
const speed_t g_baud_rates[g_num_rates] [static] |
Initial value:
{ B0, B50, B75, B110, B134, B150, B200, B300, B600, B1200, B1800, B2400, B4800, B9600, B19200, B38400, B57600, B115200, B230400, B460800, B500000, B576000, B921600, B1000000, B1152000, B1500000, B2000000, B2500000, B3000000, B3500000, B4000000}
Definition at line 18 of file SerialPort.cpp.
Referenced by SerialPort::baud(), and SerialPort::rate().
const int g_num_rates = 31 [static] |
Definition at line 17 of file SerialPort.cpp.
Referenced by SerialPort::baud(), and SerialPort::rate().
const int g_speeds[g_num_rates] [static] |
Initial value:
{ 0, 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 500000, 576000, 921600, 1000000, 1152000, 1500000, 2000000, 2500000, 3000000, 3500000, 4000000}
Definition at line 23 of file SerialPort.cpp.
Referenced by SerialPort::baud(), and SerialPort::rate().