Distributed Multihead X
1.16.4
|
Go to the source code of this file.
Functions | |
void | othUSBRead (DevicePtr pDev, dmxMotionProcPtr motion, dmxEnqueueProcPtr enqueue, dmxCheckSpecialProcPtr checkspecial, DMXBlockType block) |
void | othUSBInit (DevicePtr pDev) |
void | othUSBGetInfo (DevicePtr pDev, DMXLocalInitInfoPtr info) |
int | othUSBOn (DevicePtr pDev) |
void | othUSBCtrl (DevicePtr pDev, PtrCtrl *ctrl) |
Interface to USB generic driver.
void othUSBCtrl | ( | DevicePtr | pDev, |
PtrCtrl * | ctrl | ||
) |
void othUSBGetInfo | ( | DevicePtr | pDev, |
DMXLocalInitInfoPtr | info | ||
) |
Fill the info structure with information needed to initialize pDev.
References _DMXLocalInitInfo::belFeedbackClass, DMX_MAX_AXES, dmxLog(), dmxWarning, GETPRIV, _DMXLocalInitInfo::keyClass, _DMXLocalInitInfo::keySyms, _DMXLocalInitInfo::ledFeedbackClass, _DMXLocalInitInfo::maxres, _DMXLocalInitInfo::maxval, _DMXLocalInitInfo::minres, _DMXLocalInitInfo::minval, _DMXLocalInitInfo::numAbsAxes, _DMXLocalInitInfo::numRelAxes, _DMXLocalInitInfo::res, test_bit, and _DMXLocalInitInfo::valuatorClass.
void othUSBInit | ( | DevicePtr | pDev | ) |
int othUSBOn | ( | DevicePtr | pDev | ) |
Turn pDev on (i.e., take input from pDev).
References GETPRIV, and othUSBInit().
void othUSBRead | ( | DevicePtr | pDev, |
dmxMotionProcPtr | motion, | ||
dmxEnqueueProcPtr | enqueue, | ||
dmxCheckSpecialProcPtr | checkspecial, | ||
DMXBlockType | block | ||
) |