#include <libusb.h>
#include <list>
#include <string>
#include <cmath>
#include <cstdint>
#include <unistd.h>
Go to the source code of this file.
enum ChannelMode |
Definition at line 50 of file USBInterface.h.
enum HomeMode |
Definition at line 58 of file USBInterface.h.
enum uscParameter |
The different parameters that can be read or written with REQUEST_GET_PARAMETER and REQUEST_SET_PARAMETER. These values should only be used by the Usc class.
Definition at line 437 of file USBInterface.h.
enum uscRequest |
Definition at line 101 of file USBInterface.h.
enum uscSerialMode |
The different serial modes the Maestro can be in. The serial mode determines how the Command Port, TTL Port, the TTL-level UART, and the command processor are connected.
Definition at line 71 of file USBInterface.h.
const uint8_t servoParameterBytes = 9 |
Definition at line 513 of file USBInterface.h.