#include <stdio.h>#include <stdlib.h>#include "vrpn_Connection.h"#include "vrpn_Serial.h"#include "vrpn_Shared.h"#include "vrpn_Types.h"#include "vrpn_Wanda.h"
Go to the source code of this file.
Functions | |
| double | the_time () |
| void | print_bits (char *buf, int num_bytes) |
| void | print_bits (unsigned char *buf, int n) |
| void print_bits | ( | char * | buf, |
| int | num_bytes ) |
Definition at line 23 of file vrpn_Wanda.C.
Referenced by vrpn_Wanda::mainloop(), and print_bits().
| void print_bits | ( | unsigned char * | buf, |
| int | n ) |
Definition at line 32 of file vrpn_Wanda.C.
References print_bits().

|
inline |
Definition at line 15 of file vrpn_Wanda.C.
References vrpn_gettimeofday.
Referenced by vrpn_Wanda::mainloop(), vrpn_Wanda::report_new_valuator_info(), and vrpn_Wanda::vrpn_Wanda().