class documentation
class TimeStampStatusParam:
Constructor: TimeStampStatusParam(min_acceptable, max_acceptable)
A structure that holds the constructor parameters for the TimeStampStatus class.
max_acceptable: maximum acceptable difference between two timestamps. min_acceptable: minimum acceptable difference between two timestamps.
Method | __init__ |
Creates a filled-out TimeStampStatusParam. |
Instance Variable | max |
Undocumented |
Instance Variable | min |
Undocumented |