nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
9.95k stars 1.28k forks source link

Distributing command sequences throughout CmdSequencers #2729

Open zimri-leisher opened 1 month ago

zimri-leisher commented 1 month ago

Discussed in https://github.com/nasa/fprime/discussions/2608

Originally posted by **zimri-leisher** March 20, 2024 Hello, We'd like to run multiple command sequences at the same time. As I understand, that means we need more than one command sequencer. However, it would be nice not to have to decide which command sequencer we want to run a command on. Instead, we want to just say "run this sequence on an available cmd sequencer". Any suggestions for this? It seems like it would be a common problem. Or is this a bad idea and we should have to explicitly declare which command sequencer we want to use?
zimri-leisher commented 1 month ago

For those interested, I have submitted a draft PR implementing this feature: #2731