|
vrpn
07.33
Virtual Reality Peripheral Network
|
#include "vrpn_LUDL.h"#include <stdio.h>#include <string.h>#include "libusb.h"#include "vrpn_BaseClass.h"
Go to the source code of this file.
Macros | |
| #define | REPORT_ERROR(msg) { send_text_message(msg, timestamp, vrpn_TEXT_ERROR) ; if (d_connection && d_connection->connected()) d_connection->send_pending_reports(); } |
| #define REPORT_ERROR | ( | msg | ) | { send_text_message(msg, timestamp, vrpn_TEXT_ERROR) ; if (d_connection && d_connection->connected()) d_connection->send_pending_reports(); } |
Definition at line 27 of file vrpn_LUDL.C.