From: Dilawar S. <dil...@nc...> - 2014-03-08 18:49:09
|
I am running Demo/snippets/pulsegen.py file with async branch. On line 64, following line is causing problem. tab = moose.Table('tab') m = moose.connect(tab, 'requestOut', pg, 'output', 'Single') I have tried changing srcField (requestOut) many times and even printing all possible srcField. But it always fails with following error message: Shell::doAddMsg: Error: Src/Dest Msg type mismatch: requestOut/output There is virtual function `checkTarget` which checks for type mismatch, but it is returning 0 in every case. The comment on top of the virual function says, Is called only from msg src, so most Finfos return 0. Is there a note or some writeup which summarises how to set-up connection in async branch. -- Dilawar |