VISH
0.2
|
The VISH object that implements a server that listens on commands from a socket. More...
The VISH object that implements a server that listens on commands from a socket.
override bool TangVish::update | ( | VRequest & | , |
double | precision | ||
) | [inline, virtual] |
Virtual update function that implements some heavy action on the object.
Update function.
It is called only if any input object is newer than the current object. It must return true on successful completion. However, the object may touch() itself in the update() routine. Then, it will get a newer time than all input objects, which will trigger all dependent objects as well.
Reimplemented from Wizt::VObject.
override bool TangVish::update | ( | VRequest & | , |
double | precision | ||
) | [inline, virtual] |
Virtual update function that implements some heavy action on the object.
Update function.
It is called only if any input object is newer than the current object. It must return true on successful completion. However, the object may touch() itself in the update() routine. Then, it will get a newer time than all input objects, which will trigger all dependent objects as well.
Reimplemented from Wizt::VObject.
override bool TangVish::update | ( | VRequest & | , |
double | precision | ||
) | [inline, virtual] |
Virtual update function that implements some heavy action on the object.
Update function.
It is called only if any input object is newer than the current object. It must return true on successful completion. However, the object may touch() itself in the update() routine. Then, it will get a newer time than all input objects, which will trigger all dependent objects as well.
Reimplemented from Wizt::VObject.