SerialParams Struct Reference

#include <serialcomm.h>

List of all members.


Detailed Description

describes the parameter for a serial port. used to open a port with specific parameters


Public Attributes

char pathname [256]
 port to open
int baudrate
 bits per second
int parity
 none, even, odd = 0, 2, 1
int bits
 bits of data 5-8
int sbit
 stopbits 1-2
int hwflow
 yes (!=0) or no (0)
int swflow
 yes (!=0) or no (0)
int blocking
 yes (!=0) or no (0)
int mapCR
int canon


Member Data Documentation

int SerialParams::baudrate
 

bits per second

int SerialParams::bits
 

bits of data 5-8

int SerialParams::blocking
 

yes (!=0) or no (0)

int SerialParams::canon
 

int SerialParams::hwflow
 

yes (!=0) or no (0)

int SerialParams::mapCR
 

int SerialParams::parity
 

none, even, odd = 0, 2, 1

char SerialParams::pathname[256]
 

port to open

int SerialParams::sbit
 

stopbits 1-2

int SerialParams::swflow
 

yes (!=0) or no (0)


The documentation for this struct was generated from the following file:
Generated on Wed Feb 28 15:27:22 2007 for NaviTrack by  doxygen 1.4.6