sync_values


Description:

public virtual bool sync_values (Object object, ClockTime timestamp, ClockTime last_sync)

Sets the property of the object, according to the ControlSources that handles it and for the given timestamp.

If this function fails, it is most likely the application developers fault. Most probably the control sources are not setup correctly.

Parameters:

this

the control binding

object

the object that has controlled properties

timestamp

the time that should be processed

last_sync

the last time this was called

Returns:

true if the controller value could be applied to the object property, false otherwise