FreeStick
0.3
Cross Platform Open Sorce Joystick Lib
|
#include <FSUSBNullDevice.h>
Public Member Functions | |
FSUSBNullDevice () | |
virtual FSDeviceType | getClassType () const |
![]() | |
FSUSBDevice (idNumber id, vendorIDType vendorID, productIDType productID) | |
const std::string | getVendorFriendlyName () const |
const std::string | getProductFrendlyName () const |
vendorIDType | getProductID () const |
productIDType | getVendorID () const |
![]() | |
virtual idNumber | getJoystickID () const |
const std::string & | GetFrendlyName () const |
FSBaseDevice (idNumber id) | |
virtual | ~FSBaseDevice () |
Additional Inherited Members | |
![]() | |
static std::string | getFrendlyVendorNameFromID (vendorIDType vendorID) |
static std::string | getFrendlyProductNameFromID (vendorIDType vendorID, productIDType productID) |
![]() | |
FSUSBDevice () | |
![]() | |
FSBaseDevice () | |
![]() | |
IFSDevice () | |
virtual | ~IFSDevice () |
![]() | |
vendorIDType | _vendorID |
std::string | _vendorIDFriendlyName |
productIDType | _productID |
std::string | _productIDFriendlyName |
![]() | |
std::string | _friendlyName |
FSUSBNullDevice::FSUSBNullDevice | ( | ) |
|
inlinevirtual |
Reimplemented from freestick::FSUSBDevice.