Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

tty.C File Reference

#include <errno.h>
#include <fcntl.h>
#include <assert.h>
#include "std/local.H"
#include "config/config.H"
#include "tty.H"
#include <unistd.h>
#include <sys/time.h>
#include <termios.h>

Compounds

class  TTYfd_privates

Defines

#define BIT(N, INT)   ((1 << N) & ((int)(INT)))
#define MILLISEC_TO_TIME(PTR, MSEC, TIME)

Variables

const int TTY_DFLT_TIMEOUT = 0
const int VMIN_CHARS = 0
const int VTIME_LENGTH = 0

Define Documentation

#define BIT N,
INT       ((1 << N) & ((int)(INT)))
 

#define MILLISEC_TO_TIME PTR,
MSEC,
TIME   
 

Value:

if ((MSEC) != -1) {                     \
           (TIME).tv_sec  =  (MSEC)/1000;       \
           (TIME).tv_usec = ((MSEC)%1000)*1000; \
           PTR =  &TIME;                        \
        } else                                  \
           PTR = NULL


Variable Documentation

const int TTY_DFLT_TIMEOUT = 0
 

const int VMIN_CHARS = 0
 

const int VTIME_LENGTH = 0
 


Generated on Mon Sep 15 16:25:58 2003 for gluebase by doxygen1.2.18