29 #define DEPRECATED_SUPPORT 30 #ifdef DEPRECATED_SUPPORT 37 #include "../../baseClasses/FSBaseDevice.h" const std::string getVendorFriendlyName() const
Definition: FSUSBDevice.h:58
productIDType _productID
Definition: FSUSBDevice.h:51
productIDType getVendorID() const
Definition: FSUSBDevice.h:61
static std::string getFrendlyProductNameFromID(vendorIDType vendorID, productIDType productID)
Definition: FSUSBDevice.cpp:49
uint32_t idNumber
Definition: FSTypes.h:33
const std::string getProductFrendlyName() const
Definition: FSUSBDevice.h:59
FSUSBDevice()
Definition: FSUSBDevice.cpp:31
vendorIDType getProductID() const
Definition: FSUSBDevice.h:60
static std::string getFrendlyVendorNameFromID(vendorIDType vendorID)
Definition: FSUSBDevice.cpp:71
Definition: IFSDevice.h:103
uint32_t productIDType
Definition: FSTypes.h:39
Definition: FSBaseDevice.h:32
Definition: FSUSBDevice.h:43
FSDeviceType
Definition: IFSDevice.h:100
virtual FSDeviceType getClassType() const
Definition: FSUSBDevice.h:57
uint32_t vendorIDType
Definition: FSTypes.h:38
vendorIDType _vendorID
Definition: FSUSBDevice.h:49
Definition: FSBaseDevice.h:35
std::string _productIDFriendlyName
Definition: FSUSBDevice.h:52
std::string _vendorIDFriendlyName
Definition: FSUSBDevice.h:50