#include <stdexcept>#include <termios.h>#include <string>#include <vector>#include <boost/function.hpp>#include <cereal_port/CerealPort.h>

Go to the source code of this file.
Classes | |
| class | USB2_F_7001 |
| C++ class the CAN USB adapter USB2-F-7001. More... | |
Defines | |
| #define | USB2_F_7001_ERROR 7 |
| #define | USB2_F_7001_OK 13 |
Typedefs | |
| typedef enum USB2_F_7001_BitRate_ | USB2_F_7001_BitRate |
| Possible values for the USB-F-7001 bit rate. | |
Enumerations | |
| enum | USB2_F_7001_BitRate_ { BIT_RATE_10Kbps = 0, BIT_RATE_20Kbps = 1, BIT_RATE_50Kbps = 2, BIT_RATE_100Kbps = 3, BIT_RATE_125Kbps = 4, BIT_RATE_250Kbps = 5, BIT_RATE_500Kbps = 6, BIT_RATE_800Kbps = 7, BIT_RATE_1000Kbps = 8 } |
| Possible values for the USB-F-7001 bit rate. More... | |
| #define USB2_F_7001_ERROR 7 |
Definition at line 46 of file USB2_F_7001.h.
| #define USB2_F_7001_OK 13 |
Definition at line 47 of file USB2_F_7001.h.
| typedef enum USB2_F_7001_BitRate_ USB2_F_7001_BitRate |
Possible values for the USB-F-7001 bit rate.
| enum USB2_F_7001_BitRate_ |
Possible values for the USB-F-7001 bit rate.
| BIT_RATE_10Kbps | |
| BIT_RATE_20Kbps | |
| BIT_RATE_50Kbps | |
| BIT_RATE_100Kbps | |
| BIT_RATE_125Kbps | |
| BIT_RATE_250Kbps | |
| BIT_RATE_500Kbps | |
| BIT_RATE_800Kbps | |
| BIT_RATE_1000Kbps |
Definition at line 50 of file USB2_F_7001.h.