This issue tracker is closed. Please visit UPPAAL issue tracker at Github instead.

Bug 186 - Mixed record types
Summary: Mixed record types
Status: ASSIGNED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: libutap (show other bugs)
Version: 3.5.9
Hardware: All All
: P3 enhancement
Assignee: Gerd Behrmann
URL:
Depends on:
Blocks:
 
Reported: 2005-08-19 22:10 CEST by Gerd Behrmann
Modified: 2006-01-11 15:58 CET (History)
0 users

See Also:
Architecture:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerd Behrmann 2005-08-19 22:10:50 CEST
Currently, record types may only consist of integers. It would be very useful to be able to mix integers, 
clocks and channels in a record, e.g.

struct
{
  clock x;
  int i;
  chan c;
  meta int j;
}

Obviously, such record variables cannot have an initialiser, as clocks and channels cannot have 
initialisers.
Comment 1 Gerd Behrmann 2005-11-06 17:46:26 CET
Increasing priority. We should try to finish this for 3.6 alpha 2.