Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

tablet.C File Reference

#include <sys/filio.h>
#include "dev.H"
#include "tablet.H"
#include "std/config.H"

Include dependency graph for tablet.C:

Go to the source code of this file.

Defines

#define BIT(N, INT)   ((1 << N) & ((int)(INT)))
#define BITS(SN, EN, INT)   (((1 << EN) -1) & (~((1 << SN)-1)) & ((int)(INT)))

Variables

static bool debug = Config::get_var_bool("DEBUG_TABLET",false,true)


Define Documentation

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

Definition at line 19 of file tablet.C.

Referenced by TabletMultimode::enqueue_available_tablet_events(), TTYfd::read_synchronized(), TabletMultimode::sample(), and TabletEvent::TabletEvent().

#define BITS SN,
EN,
INT   )     (((1 << EN) -1) & (~((1 << SN)-1)) & ((int)(INT)))
 

Definition at line 20 of file tablet.C.


Variable Documentation

bool debug = Config::get_var_bool("DEBUG_TABLET",false,true) [static]
 

Definition at line 22 of file tablet.C.


Generated on Mon Sep 18 11:43:33 2006 for jot by  doxygen 1.4.4