Table of Contents

Class: VerifyImageSink filetype/imagesink.py

Check call sequence using a state machine.

This will raise an exception whenever an illegal call sequence is encountered. For debugging use.

Base Classes   
ImageSink
Methods   
Abort
Begin
BeginImage
BeginSeries
End
EndImage
FinalEnd
Frame
HeaderInfo
Skip
__init__
turing
  Abort 
Abort ( self )

Part of ImageSink protocol

  Begin 
Begin ( self,  filename )

Part of ImageSink protocol

  BeginImage 
BeginImage ( self )

Part of ImageSink protocol

  BeginSeries 
BeginSeries ( self,  n )

Part of ImageSink protocol

  End 
End ( self )

Part of ImageSink protocol

  EndImage 
EndImage ( self )

Part of ImageSink protocol

  FinalEnd 
FinalEnd ( self )

Part of ImageSink protocol

  Frame 
Frame ( self,  data )

Part of ImageSink protocol

  HeaderInfo 
HeaderInfo ( self,  header )

Part of ImageSink protocol

  Skip 
Skip ( self,  time )

Part of ImageSink protocol

  __init__ 
__init__ ( self )

Constructor.

  turing 
turing ( self,  states )

Make one step in the Turing state machine. Internal use by the class.

Exceptions   
ValueError("Image Sink Call sequence error: expect %s got %d" %( repr( states ), oldstate ) )

Table of Contents

This document was automatically generated on Fri Jul 3 09:28:36 2009 by HappyDoc version WORKING