nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
46 stars 31 forks source link

Fixing data product pre message hooks #490

Closed LeStarch closed 1 month ago

LeStarch commented 1 month ago

Most ports only have preMsgHook when operating as async. However, data product ports erroneously added preMsgHook to every use (guarded, sync, and async). This fixes this oversight.