extrapolated-property-set [accepts]
Set position, velocity and acceleration values.
x (optional)
Set position to this value. Should contain a string of floating
point numbers, seperated by whitespace.
dx (optional)
Set velocity to this value. Should contain a string of floating
ddx (optional)
Set acceleration to this value. Should contain a string of floating
t (optional)
Time step from which current position should be
calculated using dx and ddx.
extrapolated-property-update [update]
Notification of new extrapolation data. May also indicate errors
with extrapolated-property-set.
error (optional)
The presence of this field indicates that an error occured in acting on the message referred to by the "in-reply-to" field. In this condition, no other field will be present; usually they all are. The value of this field describes the error.
x (optional)
The new position.
dx (optional)
The new velocity.
ddx (optional)
The new acceleration.
t (optional)
Time step from which current position should be
calculated using dx and ddx.
start-listening [accepts]
Request from remote object to listen to changes in the local object.
listen (optional)
This field must be "property.extrapolated" to get extrapolation
updates.
stop-listening [accepts]
Stop listening to this property.
listen (optional)
Must be "property.extrapolated" to stop extrapolation updates.