|
rflex-io.cc File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <math.h>
#include <float.h>
#include <unistd.h>
#include <termios.h>
#include <fcntl.h>
#include <sys/signal.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include "rflex-info.h"
#include "rflex-io.h"
Function Documentation
int iSoftControl |
( |
int |
flowcontrol |
) |
|
|
int cDataSize |
( |
int |
numbits |
) |
|
|
int cStopSize |
( |
int |
numbits |
) |
|
|
int cFlowControl |
( |
int |
flowcontrol |
) |
|
|
int cBaudrate |
( |
int |
baudrate |
) |
|
|
long bytesWaiting |
( |
int |
sd |
) |
|
|
int writeData |
( |
int |
fd, |
|
|
unsigned char * |
buf, |
|
|
int |
nChars |
|
) |
|
|
int waitForETX |
( |
int |
fd, |
|
|
unsigned char * |
buf, |
|
|
int * |
len |
|
) |
|
|
int waitForAnswer |
( |
int |
fd, |
|
|
unsigned char * |
buf, |
|
|
int * |
len |
|
) |
|
|
Generated on Tue May 3 14:15:43 2005 for Player by 1.3.6
|