|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Inheritance diagram for VRPNTestScript:
Collaboration diagram for VRPNTestScript:Public Member Functions | |
| void | dummyLogger (uint sensor, System.IntPtr pos, System.IntPtr quat) |
Static Public Member Functions | |
| static void | dummyButtonLogger (Int32 button, Int32 state) |
| static void | dummyAnalogLogger (VRPN.Wrapper.VRPNAnalogReport report) |
Private Member Functions | |
| void | Start () |
| void | OnDestroy () |
| void | Update () |
Private Attributes | |
| System.IntPtr | t |
| System.IntPtr | b |
| System.IntPtr | f |
| System.IntPtr | a |
| VRPN.Wrapper.TrackerCallbackDelegate | functionPointer |
Static Private Attributes | |
| static GameObject | go |
| static float | factor = 25f |
Definition at line 8 of file VRPNTestScript.cs.
|
static |
Definition at line 36 of file VRPNTestScript.cs.
Referenced by Start().
Here is the caller graph for this function:
|
static |
Definition at line 31 of file VRPNTestScript.cs.
Referenced by Start().
Here is the caller graph for this function:| void VRPNTestScript.dummyLogger | ( | uint | sensor, |
| System.IntPtr | pos, | ||
| System.IntPtr | quat | ||
| ) |
Definition at line 19 of file VRPNTestScript.cs.
Referenced by Start().
Here is the caller graph for this function:
|
private |
Definition at line 78 of file VRPNTestScript.cs.
References a, b, f, t, VRPN.Wrapper.vrpn_c_close_analog(), VRPN.Wrapper.vrpn_c_close_button(), VRPN.Wrapper.vrpn_c_close_force_feedback(), VRPN.Wrapper.vrpn_c_close_tracker(), and VRPN.Wrapper.vrpn_c_force_feedback_stop().
Here is the call graph for this function:
|
private |
Definition at line 55 of file VRPNTestScript.cs.
References a, VRPN.Wrapper.AnalogCallbackDelegate(), b, VRPN.Wrapper.ButtonCallbackDelegate(), dummyAnalogLogger(), dummyButtonLogger(), dummyLogger(), f, functionPointer, UnityMolMain.getVRPNManager(), t, VRPN.Wrapper.TrackerCallbackDelegate(), VRPN.Wrapper.vrpn_c_open_analog(), VRPN.Wrapper.vrpn_c_open_button(), VRPN.Wrapper.vrpn_c_open_force_feedback(), VRPN.Wrapper.vrpn_c_open_tracker(), and VRPN.Wrapper.vrpn_c_tracker_is_connected().
Here is the call graph for this function:
|
private |
Definition at line 88 of file VRPNTestScript.cs.
References a, b, f, functionPointer, UnityMolMain.getVRPNManager(), t, VRPN.Wrapper.vrpn_c_button_is_connected(), VRPN.Wrapper.vrpn_c_force_feedback_set_force(), VRPN.Wrapper.vrpn_c_open_tracker(), VRPN.Wrapper.vrpn_c_poll_analog(), VRPN.Wrapper.vrpn_c_poll_button(), VRPN.Wrapper.vrpn_c_poll_tracker(), and VRPN.Wrapper.vrpn_c_tracker_is_connected().
Here is the call graph for this function:
|
private |
Definition at line 13 of file VRPNTestScript.cs.
Referenced by OnDestroy(), Start(), and Update().
|
private |
Definition at line 11 of file VRPNTestScript.cs.
Referenced by OnDestroy(), Start(), and Update().
|
private |
Definition at line 12 of file VRPNTestScript.cs.
Referenced by OnDestroy(), Start(), and Update().
|
staticprivate |
Definition at line 17 of file VRPNTestScript.cs.
|
private |
Definition at line 52 of file VRPNTestScript.cs.
|
staticprivate |
Definition at line 15 of file VRPNTestScript.cs.
|
private |
Definition at line 10 of file VRPNTestScript.cs.
Referenced by OnDestroy(), Start(), and Update().