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
{{ message }}
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.
Historically, a LV2 FM gets the partition from it's name by doing: FM.partition=FMname.substring(5)
This information is used in
telling supervisor which partition it is in
watching the correct alarmer partition
We should make this mapping configurable to allow flexibility in FM name choices and support teststand use cases of alarmer. This map should be put inside mastersnippet and will be better tacked after #170 is completed
The text was updated successfully, but these errors were encountered:
Historically, a LV2 FM gets the partition from it's name by doing:
FM.partition=FMname.substring(5)
This information is used in
We should make this mapping configurable to allow flexibility in FM name choices and support teststand use cases of alarmer. This map should be put inside mastersnippet and will be better tacked after #170 is completed
The text was updated successfully, but these errors were encountered: