cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.vmm.Input.EventDevice Class Reference

Public Member Functions

def __init__
def __str__
def close
def fileno
def find
def get_deviceid
def get_driverversion
def get_features
def hangup_handler
def initialize
def open
def pri_handler
def priority
def read
def read_handler
def readable
def readall
def writable
def write
def write_handler

Public Attributes

 idbus
 idproduct
 idvendor
 idversion
 name

Static Public Attributes

 DEVNAME = None

Detailed Description

Definition at line 266 of file Input.py.

Constructor & Destructor Documentation

def src.vmm.Input.EventDevice.__init__ (   self,
  fname = None 
)

Definition at line 269 of file Input.py.

Member Function Documentation

def src.vmm.Input.EventDevice.__str__ (   self)

Definition at line 278 of file Input.py.

def src.vmm.Input.EventDevice.close (   self)

Definition at line 321 of file Input.py.

def src.vmm.Input.EventDevice.fileno (   self)

Definition at line 318 of file Input.py.

def src.vmm.Input.EventDevice.find (   self,
  start = 0,
  name = None 
)

Definition at line 297 of file Input.py.

def src.vmm.Input.EventDevice.get_deviceid (   self)

Definition at line 346 of file Input.py.

def src.vmm.Input.EventDevice.get_driverversion (   self)

Definition at line 342 of file Input.py.

def src.vmm.Input.EventDevice.get_features (   self)

Definition at line 351 of file Input.py.

def src.vmm.Input.EventDevice.hangup_handler (   self)

Definition at line 374 of file Input.py.

def src.vmm.Input.EventDevice.initialize (   self)

Definition at line 377 of file Input.py.

def src.vmm.Input.EventDevice.open (   self,
  filename 
)

Definition at line 313 of file Input.py.

def src.vmm.Input.EventDevice.pri_handler (   self)

Definition at line 371 of file Input.py.

def src.vmm.Input.EventDevice.priority (   self)

Definition at line 362 of file Input.py.

def src.vmm.Input.EventDevice.read (   self)

Definition at line 327 of file Input.py.

def src.vmm.Input.EventDevice.read_handler (   self)

Definition at line 365 of file Input.py.

def src.vmm.Input.EventDevice.readable (   self)

Definition at line 356 of file Input.py.

def src.vmm.Input.EventDevice.readall (   self)

Definition at line 332 of file Input.py.

def src.vmm.Input.EventDevice.writable (   self)

Definition at line 359 of file Input.py.

def src.vmm.Input.EventDevice.write (   self,
  evtype,
  code,
  value 
)

Definition at line 338 of file Input.py.

def src.vmm.Input.EventDevice.write_handler (   self)

Definition at line 368 of file Input.py.

Member Data Documentation

src.vmm.Input.EventDevice.DEVNAME = None
static

Definition at line 267 of file Input.py.

src.vmm.Input.EventDevice.idbus

Definition at line 273 of file Input.py.

src.vmm.Input.EventDevice.idproduct

Definition at line 273 of file Input.py.

src.vmm.Input.EventDevice.idvendor

Definition at line 273 of file Input.py.

src.vmm.Input.EventDevice.idversion

Definition at line 273 of file Input.py.

src.vmm.Input.EventDevice.name

Definition at line 271 of file Input.py.


The documentation for this class was generated from the following file: