OUT_PORT command

OUT_PORT (pName)->GEN(evName);

(Generate event evName and send it to the port pName)

Examples:

OUT_PORT(p2)->GEN(evStart);

(Send event evStart to port p2)

OUT_PORT(p2)->GEN(evMove(10,X));

(Send event evMove with parameters 10 and X to port p2)


Feedback