|
FreeStick
0.3
Cross Platform Open Sorce Joystick Lib
|
#include <FSUSBNullDevice.h>

Public Member Functions | |
| FSUSBNullDevice () | |
| virtual FSDeviceType | getClassType () const |
Public Member Functions inherited from freestick::FSUSBDevice | |
| FSUSBDevice (idNumber id, vendorIDType vendorID, productIDType productID) | |
| const std::string | getVendorFriendlyName () const |
| const std::string | getProductFrendlyName () const |
| vendorIDType | getProductID () const |
| productIDType | getVendorID () const |
Public Member Functions inherited from freestick::FSBaseDevice | |
| virtual idNumber | getJoystickID () const |
| const std::string & | GetFrendlyName () const |
| FSBaseDevice (idNumber id) | |
| virtual | ~FSBaseDevice () |
Additional Inherited Members | |
Static Public Member Functions inherited from freestick::FSUSBDevice | |
| static std::string | getFrendlyVendorNameFromID (vendorIDType vendorID) |
| static std::string | getFrendlyProductNameFromID (vendorIDType vendorID, productIDType productID) |
Protected Member Functions inherited from freestick::FSUSBDevice | |
| FSUSBDevice () | |
Protected Member Functions inherited from freestick::FSBaseDevice | |
| FSBaseDevice () | |
Protected Member Functions inherited from freestick::IFSDevice | |
| IFSDevice () | |
| virtual | ~IFSDevice () |
Protected Attributes inherited from freestick::FSUSBDevice | |
| vendorIDType | _vendorID |
| std::string | _vendorIDFriendlyName |
| productIDType | _productID |
| std::string | _productIDFriendlyName |
Protected Attributes inherited from freestick::FSBaseDevice | |
| std::string | _friendlyName |
| FSUSBNullDevice::FSUSBNullDevice | ( | ) |
|
inlinevirtual |
Reimplemented from freestick::FSUSBDevice.
1.8.15