|
readlog.cc File Reference
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <unistd.h>
#include <zlib.h>
#include "player.h"
#include "error.h"
#include "driver.h"
#include "drivertable.h"
#include "deviceregistry.h"
#include "encode.h"
#include "readlog_time.h"
#include "clientmanager.h"
Define Documentation
#define NINT16 |
( |
x |
|
) |
(htons((int16_t)(x)))
|
|
#define NUINT16 |
( |
x |
|
) |
(htons((uint16_t)(x)))
|
|
#define NINT32 |
( |
x |
|
) |
(htonl((int32_t)(x)))
|
|
#define NUINT32 |
( |
x |
|
) |
(htonl((uint32_t)(x)))
|
|
#define M_MM |
( |
x |
|
) |
((x) * 1000.0)
|
|
#define CM_MM |
( |
x |
|
) |
((x) * 100.0)
|
|
#define RAD_DEG |
( |
x |
|
) |
((x) * 180.0 / M_PI)
|
|
Function Documentation
Variable Documentation
Generated on Tue May 3 14:15:43 2005 for Player by 1.3.6
|