|
reb.cc File Reference
#include <fcntl.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <termios.h>
#include <unistd.h>
#include <math.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <ctype.h>
#include <reb.h>
#include <error.h>
#include <playertime.h>
#include <devicetable.h>
Define Documentation
#define DEG2RAD |
( |
x |
|
) |
(((double)(x))*0.01745329251994)
|
|
#define RAD2DEG |
( |
x |
|
) |
(((double)(x))*57.29577951308232)
|
|
#define DEG2RAD_FIX |
( |
x |
|
) |
((x) * 174)
|
|
#define RAD2DEG_FIX |
( |
x |
|
) |
((x) * 572958)
|
|
Function Documentation
Variable Documentation
Generated on Tue May 3 14:15:43 2005 for Player by 1.3.6
|