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

Read from a file containing raw recorded events. More...

Public Member Functions

def __init__
def read
 Read a single Event object from stream.
def readall

Detailed Description

Read from a file containing raw recorded events.

Definition at line 234 of file Input.py.

Constructor & Destructor Documentation

def src.vmm.Input.EventFile.__init__ (   self,
  fname,
  mode = "r" 
)

Definition at line 235 of file Input.py.

Member Function Documentation

def src.vmm.Input.EventFile.read (   self,
  amt = None 
)

Read a single Event object from stream.

Definition at line 241 of file Input.py.

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

Definition at line 247 of file Input.py.


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