You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the EDS configuration results in a conflict between MsgIds or TopicIds, the EDS tool is supposed to display an error message indicating which value is in conflict and between what components/packages.
However, due to some underlying changes, the "MsgId" variable is a table, not a simple integer. So it cannot be directly printed as is attempted to here:
If the EDS configuration results in a conflict between MsgIds or TopicIds, the EDS tool is supposed to display an error message indicating which value is in conflict and between what components/packages.
However, due to some underlying changes, the "MsgId" variable is a table, not a simple integer. So it cannot be directly printed as is attempted to here:
EdsLib/cfecfs/missionlib/eds/75-cfe_sb_dispatch_tables.lua
Line 114 in 683791c
EdsLib/cfecfs/missionlib/eds/75-cfe_sb_dispatch_tables.lua
Line 120 in 683791c
To correct this, it needs to use the
Value
member of MsgId, which is the integer.The text was updated successfully, but these errors were encountered: