Hi,
MoveReminder is a very general concept in the simulation and is used
in various places especially for detectors. The MoveReminder objects
stay with the vehicle until they decide (by giving the appropriate
return value on one of the notify functions) that they do not longer
want to receive notifications. They are not necessarily connected with
the lanes the vehicle passed.
If you have further questions maybe it is easier if you describe what
you are trying to achieve,

Best regards,
Michael

2013/11/4 Ismael M. <[email protected]>:
> Hi developers,
>
> I would like to know better how the notifications work in SUMO. The
> class MSMoveRemainder has different virtual methods (notifyEnter,
> notifyLeave, etc.). So they can be override by other classes.
>
> For example, a vehicle can call to notifyLeave at MSVehicle::leaveLane
> function. They use the myMoveReminders vector. I suppose that the
> objects stored on the vector are the remainders of each passed lane.
> However, I cannot figure out what implementation is used when a usual
> leave lane happens, and so tracing how it works.
>
> Thanks.
>
>
>
> ------------------------------------------------------------------------------
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> _______________________________________________
> sumo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sumo-devel

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
sumo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-devel

Reply via email to