vrpn
07.33
Virtual Reality Peripheral Network
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "vrpn_BaseClass.h"
#include "vrpn_Serial.h"
#include "vrpn_nikon_controls.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 (10000000L) |
#define | POLL_INTERVAL (1000000L) |
Variables | |
const char * | VALID_REPORT_CHARS = "anqo" |
Characters that can start a report of the type we recognize. More... | |
#define POLL_INTERVAL (1000000L) |
Definition at line 27 of file vrpn_nikon_controls.C.
Referenced by vrpn_Nikon_Controls::mainloop().
#define STATUS_READING (1) |
Definition at line 24 of file vrpn_nikon_controls.C.
Referenced by vrpn_Nikon_Controls::get_report(), and vrpn_Nikon_Controls::mainloop().
#define STATUS_RESETTING (-1) |
Definition at line 22 of file vrpn_nikon_controls.C.
Referenced by vrpn_Nikon_Controls::get_report(), vrpn_Nikon_Controls::mainloop(), and vrpn_Nikon_Controls::vrpn_Nikon_Controls().
#define STATUS_SYNCING (0) |
Definition at line 23 of file vrpn_nikon_controls.C.
Referenced by vrpn_Nikon_Controls::get_report(), and vrpn_Nikon_Controls::mainloop().
#define TIMEOUT_TIME_INTERVAL (10000000L) |
Definition at line 26 of file vrpn_nikon_controls.C.
Referenced by vrpn_Nikon_Controls::mainloop().
const char* VALID_REPORT_CHARS = "anqo" |
Characters that can start a report of the type we recognize.
Definition at line 19 of file vrpn_nikon_controls.C.
Referenced by vrpn_Nikon_Controls::get_report().