Timothy Canham

Results 64 comments of Timothy Canham

@celskeggs I admit I'm going from memory, but that's what I remembered. I'll check when I get a chance.

I stand corrected then... I wonder if the handling has changed.

@zimri-leisher The `context` value is passed in by the caller of the sequencer input port: https://github.com/nasa/fprime/blob/devel/Svc/CmdDispatcher/CommandDispatcherImpl.cpp#L92 The `context` is stashed in the tracking struct: https://github.com/nasa/fprime/blob/devel/Svc/CmdDispatcher/CommandDispatcherImpl.cpp#L127 The `sequence` value is only...

Capturing actions: 1\) Add port to `CmdDispatcher` to pass to other strings 2\) DP for `CmdDispatcher` that logs commands 3\) More to come...