Main Page | Class Hierarchy | Class List | File List | Class Members

termioscms.h

00001 #include <termios.h> 00002 00003 #ifndef CMSPAR 00004 #define CMSPAR 010000000000 /* mark or space (stick) parity */ 00005 #endif 00006 00007 // This selects the method to use to emulate MARK/SPACE parity. 00008 // - With USE_CMSPAR set to 1, the CMSPAR flag is used. If it is supported by 00009 // the kernel and the serial port driver, this is the recommended option. 00010 // - With USE_CMSPAR set to 0, MARK/SPACE parity is emulated with EVEN/ODD 00011 // parity. Use this method if CMSPAR doesn't work. 00012 // Both methods are implemented in MipBus.cpp. 00013 00014 #define USE_CMSPAR 1 00015

Generated on Wed Jun 1 09:19:07 2005 for libmip by doxygen 1.3.8