RobotML / Athena-VLE

This project is dedicated to the definition of the specifications of *Athena* and *VLE* generator from **RobotML** models
0 stars 0 forks source link

No timing simulator #28

Closed nbrodnan closed 10 years ago

nbrodnan commented 10 years ago

time of the simulator is not running

nbrodnan commented 10 years ago

Error comming of the timeAdvance method declaration.

Bad declaration vd::Time timeAdvance(); Goo declaration vd::Time timeAdvance() const;

the current temporal pattern that works is:

virtual vd::Time init(const vd::Time& time) { return vd::Time(0.0); }

virtual vd::Time timeAdvance() { return vd::Time(1.0); }