Commited Fri. October 17, 2008 at 12:14:07 AM EDT
Added a triggeredBy() method to StateNode. Added a new fire(const EventBase&)
method to Transition to pass the triggering event to the target nodes'
triggeredBy() methods. Modified various transitions to pass the triggering
event where appropriate. Also added TEMPLATEDTRANSITIONNAMESTRING macro
to return the name of a templated transition class including the template
parameter. This is used in SignalTrans and the new ParamTrans transition.