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
I suspect there is enough commonality between fields and derivation objects (name, units, type) that you could just add another loop that iterates over a packet-def’s derivationmap, almost a parallel of what it does for fieldmap:
Issue: OpenMCT plugin only sends a packet's fields, but not its derivations.
Fix: Update OpenMct to include derivations in both
More details:
AIT-Core/ait/core/server/plugins/openmct.py
Line 215 in 184d8be
I suspect there is enough commonality between fields and derivation objects (name, units, type) that you could just add another loop that iterates over a packet-def’s derivationmap, almost a parallel of what it does for fieldmap:
AIT-Core/ait/core/server/plugins/openmct.py
Line 226 in 184d8be
AIT-Core/ait/core/server/plugins/openmct.py
Line 207 in 184d8be
Similar to part 1, add a second loop the parallels fieldmap but for derivationmap.
The text was updated successfully, but these errors were encountered: