|
playerprint.cc File Reference
#include <stdio.h>
#include <stdlib.h>
#include <playerclient.h>
#include <string.h>
#include <assert.h>
Define Documentation
|
Value: "USAGE: playerprint [-h <host>] [-p <port>] <device>\n" \
" -h <host>: connect to Player on this host\n" \
" -p <port>: connect to Player on this TCP port\n" \
" -t : print the proxy's timestamp before the data\n" \
" -u <rate>: request data update at <rate> in Hz\n"
|
Function Documentation
void parse_args |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
|
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
|
|
Variable Documentation
char host[256] = "localhost"
|
|
int port = PLAYER_PORTNUM
|
|
Generated on Tue May 3 14:15:42 2005 for Player by 1.3.6
|