class documentation

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_acceptable Undocumented
Instance Variable min_acceptable Undocumented
def __init__(self, min_acceptable=-1, max_acceptable=5):

Creates a filled-out TimeStampStatusParam.

max_acceptable =

Undocumented

min_acceptable =

Undocumented