Changes between Initial Version and Version 1 of Ticket #2978, comment 6


Ignore:
Timestamp:
2015-01-08T21:28:44Z (10 years ago)
Author:
Adrian Pop

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2978, comment 6

    initial v1  
    11I think I know what the problem is (without the patch).
    22
    3 record State was declared as:
     3Record State was declared as:
    44{{{#!mo
    55  record State
     
    99}}}
    1010
    11 We added checks of what can be used as type of components inside a
    12 record and because of that we ignore ExternalObject:
     11We added checks of what can be used as type of components inside a record and we ignore anything that is not basic type or record and because of that we ignore ExternalObject:
    1312{{{
    1413ExternalObject ModelicaServices.modbus.Connection conn;