vrpn  07.33
Virtual Reality Peripheral Network
vrpn_Magellan.C File Reference
#include <stdio.h>
#include <string.h>
#include "vrpn_BaseClass.h"
#include "vrpn_Magellan.h"
#include "vrpn_Serial.h"
#include "vrpn_Shared.h"
Include dependency graph for vrpn_Magellan.C:

Go to the source code of this file.

Macros

#define STATUS_RESETTING   (-1)
 
#define STATUS_SYNCING   (0)
 
#define STATUS_READING   (1)
 
#define MAX_TIME_INTERVAL   (2000000)
 

Macro Definition Documentation

◆ MAX_TIME_INTERVAL

#define MAX_TIME_INTERVAL   (2000000)

Definition at line 47 of file vrpn_Magellan.C.

◆ STATUS_READING

#define STATUS_READING   (1)

Definition at line 45 of file vrpn_Magellan.C.

◆ STATUS_RESETTING

#define STATUS_RESETTING   (-1)

Definition at line 43 of file vrpn_Magellan.C.

◆ STATUS_SYNCING

#define STATUS_SYNCING   (0)

Definition at line 44 of file vrpn_Magellan.C.