|
vrpn
07.33
Virtual Reality Peripheral Network
|


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 65 of file vrpn_HumanInterface.h.