This will raise an exception whenever an illegal call sequence is
encountered. For debugging use.
|
Methods
|
|
|
|
|
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 ) )
|
|