|
Public Member Functions |
| virtual void | correctionReceived (T *_pos, zFloat *_vel, zFloat *_acc, bool _teleport, zU32 _estimated_time_sent)=0 |
| | Correction received by authority. (Appears on: Owner).
|
| virtual void | inputSent (ZCom_BitStream &_inputstream)=0 |
| | The input bitstream has just been sent to the authority (Appears on: Owner).
|
| virtual void | inputUpdated (ZCom_BitStream &_inputstream, bool _inputchanged, zU32 _client_time, zU32 _estimated_time_sent)=0 |
| | New input data arrived from owner. (Appears on: Auth).
|
| virtual void | updateReceived (ZCom_BitStream &_inputstream, T *_pos, zFloat *_vel, zFloat *_acc, zU32 _estimated_time_sent)=0 |
| | Update received by authority. (Appears on: Proxy).
|