Public Types | |
| typedef vrpn_Button_Filter | Base |
Public Types inherited from osvr::connection::ButtonServerInterface | |
| typedef OSVR_ButtonState | value_type |
Public Member Functions | |
| VrpnButtonServer (DeviceConstructionData &init) | |
| virtual bool | setValue (value_type val, OSVR_ChannelCount chan, util::time::TimeValue const &tv) |
| Sets the value to val at channel chan, and reports changes with the given timestamp. | |
| virtual void | setValues (value_type val[], OSVR_ChannelCount chans, util::time::TimeValue const &tv) |
| Sets the values from the val array at channels [0, chans), and reports changes with the given timestamp. | |
Definition at line 40 of file VrpnButtonServer.h.