|
Candy
|
This node reads buttons information using VRPN. More...

Classes | |
| struct | Processor |
Public Member Functions | |
| VRPNButtons (H3D::Inst< H3D::SFNode > _metadata=0, H3D::Inst< H3D::SFInt32 > _button=0, H3D::Inst< Processor > _processor=0, H3D::Inst< H3D::SFString > _connectionString=0) | |
| virtual std::string | defaultXMLContainerField () |
| void | initialize () |
Public Member Functions inherited from HVR::HVRTrackerButtonsNode | |
| HVRTrackerButtonsNode (H3D::Inst< H3D::SFNode > _metadata=0, H3D::Inst< H3D::SFInt32 > _button=0) | |
Public Attributes | |
| std::auto_ptr< H3D::SFString > | connectionString |
The address to the buttons at a VRPN server, for example "button@localhost". More... | |
Public Attributes inherited from HVR::HVRTrackerButtonsNode | |
| std::auto_ptr< H3D::SFInt32 > | buttons |
The button information as an integer value encoding all buttons. More... | |
Static Public Attributes | |
| static H3D::H3DNodeDatabase | database |
Static Public Attributes inherited from HVR::HVRTrackerButtonsNode | |
| static H3D::H3DNodeDatabase | database |
Protected Member Functions | |
| void | update () |
Static Protected Member Functions | |
| static void VRPN_CALLBACK | handler (void *data, const vrpn_BUTTONCB info) |
Protected Attributes | |
| vrpn_Button_Remote * | vrpn_remote |
| unsigned int | new_buttons |
| std::auto_ptr< Processor > | processor |
This node reads buttons information using VRPN.
| std::auto_ptr< H3D::SFString > HVR::VRPNButtons::connectionString |
The address to the buttons at a VRPN server, for example "button@localhost".
1.8.6