GEN(evName);
(Generate event evName and send to yourself.)
Examples:
GEN(evStart);
(Send event evStart to your own statechart)
GEN(evMove(10,X));
(Send event evMove with parameters 10 and X to cause the statechart to respond.)