Changes between Initial Version and Version 1 of Ticket #2978, comment 6
- Timestamp:
- 2015-01-08T21:28:44Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2978, comment 6
initial v1 1 1 I think I know what the problem is (without the patch). 2 2 3 record State was declared as:3 Record State was declared as: 4 4 {{{#!mo 5 5 record State … … 9 9 }}} 10 10 11 We added checks of what can be used as type of components inside a 12 record and because of that we ignore ExternalObject: 11 We 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: 13 12 {{{ 14 13 ExternalObject ModelicaServices.modbus.Connection conn;