Module data_recording
[show private | hide private]
[frames | no frames]

Module data_recording

Handle data recording stuff
Classes
DR_File  
DR_Read_File  
DR_Rec_File  
DR_Record  

Exceptions
DataRecordingError  

Function Summary
  filename()
return the current file name being used for recording or playback
  get_data(data_type)
  get_headers()
  playback_from_file(file_name)
start a playback session from the specified file
  record(dr_type, dr_data, dr_class)
  record_to_file(file_name, append)
start a data recording session into the specified file
  register(start_recording, start_playback, stop)
  set_start(start)
  stop()
stop a recording and/or playback session
  unregister(start_recording, start_playback, stop)

Function Details

filename()

return the current file name being used for recording or playback

playback_from_file(file_name)

start a playback session from the specified file

record_to_file(file_name, append=False)

start a data recording session into the specified file

stop()

stop a recording and/or playback session

Generated by Epydoc 2.1 on Fri Aug 15 18:58:33 2008 http://epydoc.sf.net