#include <stddef.h>
#include <wchar.h>
#include "vrpn_Configure.h"
#include "vrpn_Types.h"
#include "vrpn_OwningPtr.h"
Go to the source code of this file.
Classes | |
struct | vrpn_HIDDEVINFO |
class | vrpn_HidAcceptor |
class | vrpn_HidInterface |
class | vrpn_HidAlwaysAcceptor |
Always accepts the first device passed. Pointless by itself except for testing. More... | |
class | vrpn_HidProductAcceptor |
Accepts any device with the given vendor and product IDs. More... | |
class | vrpn_HidSerialNumberAcceptor |
Accepts any device with a particular serial number. More... | |
class | vrpn_HidInterfaceNumberAcceptor |
Accepts any device with a particular interface number. Best in conjunction with vrpn_HidBooleanAndAcceptor. More... | |
class | vrpn_HidNthMatchAcceptor |
Accepts the Nth device matching a given acceptor. More... | |
class | vrpn_HidBooleanAndAcceptor |
Accepts only devices meeting two criteria. NOT SHORT-CIRCUIT. Another demonstration of acceptor composition. More... | |
class | vrpn_HidBooleanOrAcceptor |
Accepts devices meeting at least one of two criteria. NOT SHORT-CIRCUIT. Another demonstration of acceptor composition. More... | |
Typedefs | |
typedef struct hid_device_ | hid_device |
typedef struct hid_device_ hid_device |
Definition at line 67 of file vrpn_HumanInterface.h.