vrpn  07.33
Virtual Reality Peripheral Network
vrpn_nikon_controls.C File Reference
#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"
Include dependency graph for vrpn_nikon_controls.C:

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...
 

Macro Definition Documentation

◆ POLL_INTERVAL

#define POLL_INTERVAL   (1000000L)

Definition at line 27 of file vrpn_nikon_controls.C.

◆ STATUS_READING

#define STATUS_READING   (1)

Definition at line 24 of file vrpn_nikon_controls.C.

◆ STATUS_RESETTING

#define STATUS_RESETTING   (-1)

Definition at line 22 of file vrpn_nikon_controls.C.

◆ STATUS_SYNCING

#define STATUS_SYNCING   (0)

Definition at line 23 of file vrpn_nikon_controls.C.

◆ TIMEOUT_TIME_INTERVAL

#define TIMEOUT_TIME_INTERVAL   (10000000L)

Definition at line 26 of file vrpn_nikon_controls.C.

Variable Documentation

◆ VALID_REPORT_CHARS

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().