#include <delcom_usb_light.h>
Public Member Functions | |
| DelcomUSBLight () | |
| bool | getStatus (USBLightCommand &status) |
| bool | isOpen () const |
| bool | openDevice () |
| bool | sendCommand (const USBLightCommand &cmd) |
| ~DelcomUSBLight () | |
Private Attributes | |
| HIDInterface * | hid_dev_ |
Definition at line 72 of file delcom_usb_light.h.
| DelcomUSBLight::DelcomUSBLight | ( | ) |
Definition at line 189 of file delcom_usb_light.cpp.
| DelcomUSBLight::~DelcomUSBLight | ( | ) |
Definition at line 195 of file delcom_usb_light.cpp.
| bool DelcomUSBLight::getStatus | ( | USBLightCommand & | status | ) |
Definition at line 152 of file delcom_usb_light.cpp.
| bool wgtest_status_indicator::DelcomUSBLight::isOpen | ( | ) | const [inline] |
Definition at line 86 of file delcom_usb_light.h.
| bool DelcomUSBLight::openDevice | ( | ) |
Definition at line 49 of file delcom_usb_light.cpp.
| bool DelcomUSBLight::sendCommand | ( | const USBLightCommand & | cmd | ) |
Definition at line 100 of file delcom_usb_light.cpp.
HIDInterface* wgtest_status_indicator::DelcomUSBLight::hid_dev_ [private] |
Definition at line 75 of file delcom_usb_light.h.