doc: more precisions on RTIO error handling

This commit is contained in:
Sebastien Bourdeauducq 2014-10-21 23:56:12 +08:00
parent 97f9c9c34f
commit b96249339d
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ class RTIOUnderflow(RuntimeException):
# Raised by RTIO driver for regular RTIO. # Raised by RTIO driver for regular RTIO.
# Raised by runtime for DDS FUD. # Raised by runtime for DDS FUD.
class RTIOSequenceError(RuntimeException): class RTIOSequenceError(RuntimeException):
"""Raised when an event was not submitted with an increasing timestamp. """Raised when an event is submitted on a given channel with a timestamp
not larger than the previous one.
The offending event is discarded and RTIO operation is not affected The offending event is discarded and RTIO operation is not affected
further. further.