Project

General

Profile

User story #920

Document the execution order of Brokers

Added by Giuseppe Ferro over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
06.08.2021
Due date:
% Done:

0%

Estimated time:
Git branch (link):
Git merge to develop (link):
SVN commit (link/?p=rev):

Description

The order or execution of the Brokers in a GAM does not follow the order of the signals as defined in the configuration. Actually, it follows the order of definitions of the DataSources in the +Data section.
Example:

Functions = {
+GAM = {
InputSignals = {
Time = {
DataSource = LinuxTimer
Type = uint32
Frequency = 1
}
Dummy = {
DataSource = DDB
Type = uint32
}
}
}
}

+Data = {
+DDB = {
Class = GAMDataSource
}
+LinuxTimer = {
Class = LinuxTimer
...
}
}

The Dummy signal is read before the synchronization because DDB is defined before LinuxTimer.

  • Document this or put a warning to assert that read/write order is not guaranteed to inform the user to force the order by separating the signals in different GAMs

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

  • Assignee set to Giuseppe Ferro

#3 Updated by Giuseppe Ferro over 3 years ago

Added function GAM::SortBrokers() which sorts the brokers within the GAMs following the signals order

#4 Updated by Giuseppe Ferro over 3 years ago

  • Status changed from Code: Impl to Unit: Rev

#5 Updated by Giuseppe Ferro over 3 years ago

  • Assignee deleted (Giuseppe Ferro)

#6 Updated by André Neto about 3 years ago

  • Status changed from Unit: Rev to Closed

Merged with develop in eb2d483c0e6197129ae6f9777cfc0ccdb58d869d

Also available in: Atom PDF