ClockDelta

Inheritance:

Methods of ClockDelta:

__init__
def __init__(self)

Undocumented function.

__resetClock
def __resetClock(self, timeDelta)

Undocumented function.

__signExtend
def __signExtend(self, networkTime)

Undocumented function.

clear
def clear(self)

Undocumented function.

getDelta
def getDelta(self)

Undocumented function.

getFrameNetworkTime
def getFrameNetworkTime(self, bits=16, ticksPerSec=NetworkTimePrecision)

Undocumented function.

getLastResync
def getLastResync(self)

Undocumented function.

getRealNetworkTime
def getRealNetworkTime(self, bits=16, ticksPerSec=NetworkTimePrecision)

Undocumented function.

getUncertainty
def getUncertainty(self)

Undocumented function.

localElapsedTime
def localElapsedTime(self, networkTime, bits=16, ticksPerSec=NetworkTimePrecision)

Undocumented function.

localToNetworkTime
def localToNetworkTime(self, localTime, bits=16, ticksPerSec=NetworkTimePrecision)

Undocumented function.

networkToLocalTime
def networkToLocalTime(self, networkTime, now=None, bits=16, ticksPerSec=NetworkTimePrecision)

Undocumented function.

newDelta
def newDelta(self, localTime, newDelta, newUncertainty, trustNew=1)

Undocumented function.

peerToPeerResync
def peerToPeerResync(self, avId, timestamp, serverTime, uncertainty)

Undocumented function.

resynchronize
def resynchronize(self, localTime, networkTime, newUncertainty, trustNew=1)

Undocumented function.