#include <gpdriver.h>
|
| GPUSBDriver () |
|
virtual | ~GPUSBDriver () |
|
bool | Connect () |
|
bool | Disconnect () |
|
bool | startPulse (int direction) |
|
bool | stopPulse (int direction) |
|
void | setDebug (bool enable) |
|
int | WriteInterrupt (unsigned char *, int, int) |
|
int | ReadInterrupt (unsigned char *, int, int) |
|
int | WriteBulk (unsigned char *buf, int nbytes, int timeout) |
|
int | ReadBulk (unsigned char *buf, int nbytes, int timeout) |
|
int | ControlMessage (unsigned char request_type, unsigned char request, unsigned int value, unsigned int index, unsigned char *data, unsigned char len) |
|
int | FindEndpoints () |
|
int | Open () |
|
void | Close () |
|
| USBDevice () |
|
| USBDevice (libusb_device *dev) |
|
virtual | ~USBDevice () |
|
int | WriteInterrupt (unsigned char *, int, int) |
|
int | ReadInterrupt (unsigned char *, int, int) |
|
int | WriteBulk (unsigned char *buf, int nbytes, int timeout) |
|
int | ReadBulk (unsigned char *buf, int nbytes, int timeout) |
|
int | ControlMessage (unsigned char request_type, unsigned char request, unsigned int value, unsigned int index, unsigned char *data, unsigned char len) |
|
int | FindEndpoints () |
|
int | Open () |
|
void | Close () |
|
| USBDevice () |
|
| USBDevice (libusb_device *dev) |
|
virtual | ~USBDevice () |
|
◆ GPUSBDriver()
GPUSBDriver::GPUSBDriver |
( |
| ) |
|
◆ ~GPUSBDriver()
GPUSBDriver::~GPUSBDriver |
( |
| ) |
|
|
virtual |
◆ Connect()
bool GPUSBDriver::Connect |
( |
| ) |
|
◆ Disconnect()
bool GPUSBDriver::Disconnect |
( |
| ) |
|
◆ setDebug()
void GPUSBDriver::setDebug |
( |
bool |
enable | ) |
|
|
inline |
◆ startPulse()
bool GPUSBDriver::startPulse |
( |
int |
direction | ) |
|
◆ stopPulse()
bool GPUSBDriver::stopPulse |
( |
int |
direction | ) |
|
◆ debug
◆ guideCMD
char GPUSBDriver::guideCMD[1] |
|
private |
The documentation for this class was generated from the following files:
- ln/3rdparty/src/indilib/indi-1.7.4/libindi/drivers/auxiliary/gpdriver.h
- ln/3rdparty/src/indilib/indi-1.7.4/libindi/drivers/auxiliary/gpdriver.cpp