#include <stddef.h>#include <stdio.h>#include <string.h>#include "vrpn_BaseClass.h"#include "vrpn_IDEA.h"#include "vrpn_Serial.h"#include "vrpn_Shared.h"#include "vrpn_MessageMacros.h"
Go to the source code of this file.
Macros | |
| #define | VRPN_TIMESTAMP_MEMBER d_timestamp |
| #define | STATUS_RESETTING (-1) |
| #define | STATUS_SYNCING (0) |
| #define | STATUS_READING (1) |
| #define | TIMEOUT_TIME_INTERVAL (2000000L) |
| #define | POLL_INTERVAL (1000000L) |
| #define POLL_INTERVAL (1000000L) |
Definition at line 26 of file vrpn_IDEA.C.
Referenced by vrpn_CHProducts_Fighterstick_USB::mainloop(), vrpn_Contour_ShuttlePROv2::mainloop(), vrpn_Contour_ShuttleXpress::mainloop(), vrpn_Futaba_InterLink_Elite::mainloop(), vrpn_GlobalHapticsOrb::mainloop(), vrpn_Griffin_PowerMate::mainloop(), vrpn_IDEA::mainloop(), vrpn_Logitech_Extreme_3D_Pro::mainloop(), vrpn_Microsoft_Controller_Raw_Xbox_360_base::mainloop(), vrpn_Microsoft_Controller_Raw_Xbox_S::mainloop(), vrpn_Microsoft_SideWinder::mainloop(), vrpn_Microsoft_SideWinder_Precision_2::mainloop(), vrpn_Nikon_Controls::mainloop(), vrpn_nVidia_shield_stealth_USB::mainloop(), vrpn_nVidia_shield_USB::mainloop(), vrpn_Retrolink_GameCube::mainloop(), vrpn_Retrolink_Genesis::mainloop(), vrpn_Saitek_ST290_Pro::mainloop(), vrpn_Vality_vGlass::mainloop(), and vrpn_Zaber::mainloop().
| #define STATUS_READING (1) |
Definition at line 23 of file vrpn_IDEA.C.
| #define STATUS_RESETTING (-1) |
Definition at line 21 of file vrpn_IDEA.C.
| #define STATUS_SYNCING (0) |
Definition at line 22 of file vrpn_IDEA.C.
| #define TIMEOUT_TIME_INTERVAL (2000000L) |
Definition at line 25 of file vrpn_IDEA.C.
| #define VRPN_TIMESTAMP_MEMBER d_timestamp |
Definition at line 15 of file vrpn_IDEA.C.