User story #931
Remove strict rules from the builder
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
23.08.2021
Due date:
% Done:
0%
Estimated time:
Git branch (link):
Git merge to develop (link):
SVN commit (link/?p=rev):
Description
Put an option to relax the Builder on the following rules
- A GAM can be executed in only one thread per state
- A DataSource signal can be written only once during the cycle loop
History
#1 Updated by Giuseppe Ferro over 3 years ago
- Status changed from New to Code: Impl
#2 Updated by Giuseppe Ferro over 3 years ago
- Status changed from Code: Impl to Unit: Rev
#3 Updated by Giuseppe Ferro over 3 years ago
- Assignee deleted (
Giuseppe Ferro)
Unit tested.
RealTimeApplication configuration parameters:
CheckMultipleProducersWrites = 0 //allow multiple producers to write on the same data source signal
CheckSameGamInMoreThreads = 0 //allow a GAM to be declared in more than one RTT per state
#4 Updated by André Neto about 3 years ago
- Status changed from Unit: Rev to Closed
Merged with develop in 9de51bfb0c27f844d87d85da634c5f7ebaf88e33