User story #920
Document the execution order of Brokers
0%
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