[aadl]: AADL - Connection missing a classifier

Jérôme Hugues Jerome.HUGUES at isae.fr
Wed Jun 18 09:13:27 EDT 2014


Hi,

Le 18 juin 2014 à 09:25, André Passos <andrebritopassos at gmail.com> a écrit :

> I am trying to model some Metrology related system in AADL and I am getting a warning while trying to connect a thread port with a subprogram parameter. The problem is in connection R1 of thread implementation t_capture_scan_executor.imp. 
> 
> Can someone explain me what am I doing wrong?

Please, put full code example to ease debugging .. but also warning message ..


> thread t_capture_scan_executor
> features
> servoSpotTable: in event data port;
> strokeDefinition: in event data port;
> hardwareConfig: in event data port;

-> these event ports are *DATA*, you should indicate the corresponding data type being exchanged:
that is

servoSpotTable: in event data port servo_spot_table;
strokeDefinition: in event data port stroke_definition;

Regards,

--
Jérôme Hugues, ISAE/DMIA
Jerome.HUGUES at isae.fr - (+33) 5 61 33 91 84

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Hugues J?r?me.vcf
Type: text/directory
Size: 437 bytes
Desc: not available
URL: <http://lists.sei.cmu.edu/pipermail/sae-aadl-users/attachments/20140618/14e26304/attachment.bin>
-------------- next part --------------




More information about the Sae-aadl-users mailing list