Home
FAQ
Player
Stage
Gazebo
Contrib
Documentation
Publications
Contributors
Users

Project
Download
Bugs/Feedback
Mailing lists

Radish

Old news
Old stuff

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"

Defines

#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)

Functions

DriverReadReadLog_Init (ConfigFile *cf, int section)
void ReadLog_Register (DriverTable *table)

Variables

ClientManager * clientmanager
char * ReadLog_filename = NULL
double ReadLog_speed = 1.0


Define Documentation

#define NINT16  )     (htons((int16_t)(x)))
 

#define NUINT16  )     (htons((uint16_t)(x)))
 

#define NINT32  )     (htonl((int32_t)(x)))
 

#define NUINT32  )     (htonl((uint32_t)(x)))
 

#define M_MM  )     ((x) * 1000.0)
 

#define CM_MM  )     ((x) * 100.0)
 

#define RAD_DEG  )     ((x) * 180.0 / M_PI)
 


Function Documentation

Driver* ReadReadLog_Init ConfigFile cf,
int  section
 

void ReadLog_Register DriverTable table  ) 
 


Variable Documentation

ClientManager* clientmanager
 

char* ReadLog_filename = NULL
 

double ReadLog_speed = 1.0
 


Generated on Tue May 3 14:15:43 2005 for Player by doxygen 1.3.6