#include <stdio.h>#include "vrpn_BaseClass.h"#include "vrpn_Serial.h"#include "vrpn_Shared.h"#include "vrpn_Zaber.h"#include "vrpn_MessageMacros.h"
Go to the source code of this file.
Macros | |
| #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 32 of file vrpn_Zaber.C.
| #define STATUS_READING (1) |
Definition at line 29 of file vrpn_Zaber.C.
| #define STATUS_RESETTING (-1) |
Definition at line 27 of file vrpn_Zaber.C.
| #define STATUS_SYNCING (0) |
Definition at line 28 of file vrpn_Zaber.C.
| #define TIMEOUT_TIME_INTERVAL (2000000L) |
Definition at line 31 of file vrpn_Zaber.C.