See the following bug
I have a problem with the following component. The connection c0 is said to be illegal but it always worked before. Any clue why it does not work?
Yesterday, Joe worked con connection validation. Maybe he introduced this issue.
And a hint: If you enclose AADL code in triple backquotes it'll be formatted as code:
See the following bug I have a problem with the following component. The connection c0 is said to be illegal but it always worked before. Any clue why it does not work?
thread implementation producer_thread.impl calls mycalls: { p_spg : subprogram do_ping_spg; }; connections c0 : parameter p_spg.data_source -> data_source; properties dispatch_protocol => periodic; period => 1000 ms; deadline => 1000 ms; priority => 2; end producer_thread.impl;
thread implementation producer_event_thread.impl