Home
FAQ
Player
Stage
Gazebo
Contrib
Documentation
Publications
Contributors
Users

Project
Download
Bugs/Feedback
Mailing lists

Radish

Old news
Old stuff

writelog.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 <unistd.h>
#include "player.h"
#include "error.h"
#include "driver.h"
#include "devicetable.h"
#include "drivertable.h"
#include "deviceregistry.h"
#include "playertime.h"
#include "encode.h"

Defines

#define HINT16(x)   ((int16_t) ntohs(x))
#define HUINT16(x)   ((uint16_t) ntohs(x))
#define HINT32(x)   ((int32_t) ntohl(x))
#define HUINT32(x)   ((uint32_t) ntohl(x))
#define CM_M(x)   ((x) / 100.0)
#define MM_M(x)   ((x) / 1000.0)
#define DEG_RAD(x)   ((x) * M_PI / 180.0)

Functions

DriverWriteLog_Init (ConfigFile *cf, int section)
void WriteLog_Register (DriverTable *table)

Variables

PlayerTime * GlobalTime
int global_playerport


Define Documentation

#define HINT16  )     ((int16_t) ntohs(x))
 

#define HUINT16  )     ((uint16_t) ntohs(x))
 

#define HINT32  )     ((int32_t) ntohl(x))
 

#define HUINT32  )     ((uint32_t) ntohl(x))
 

#define CM_M  )     ((x) / 100.0)
 

#define MM_M  )     ((x) / 1000.0)
 

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


Function Documentation

Driver* WriteLog_Init ConfigFile cf,
int  section
 

void WriteLog_Register DriverTable table  ) 
 


Variable Documentation

PlayerTime* GlobalTime
 

int global_playerport
 


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