|
vrpn
07.33
Virtual Reality Peripheral Network
|
#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.
| #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.