Accepts any device with the given vendor and product IDs. More...
#include <vrpn_HumanInterface.h>


Public Member Functions | |
| vrpn_HidProductAcceptor (vrpn_uint16 vendorId, vrpn_uint16 productId) | |
| bool | accept (const vrpn_HIDDEVINFO &device) |
Public Member Functions inherited from vrpn_HidAcceptor | |
| virtual | ~vrpn_HidAcceptor () |
| virtual void | reset () |
Accepts any device with the given vendor and product IDs.
Definition at line 217 of file vrpn_HumanInterface.h.
|
inline |
Definition at line 219 of file vrpn_HumanInterface.h.
|
inlinevirtual |
Implements vrpn_HidAcceptor.
Definition at line 224 of file vrpn_HumanInterface.h.
References vrpn_HIDDEVINFO::product, and vrpn_HIDDEVINFO::vendor.