Rob Bocchino

Results 35 comments of Rob Bocchino

The way to do this is to have a function call API for getting the time, and to implement the Time component in terms of that function call. Doing this...

We should think about adding Time to the OS API.

We had some more discussion about this offline. I think we concluded the following: 1. We need to support separate implementations for relative time and for absolute time, for the...

Could we have the autocoded enum provide a special version of toString that prints out the numeric value in the case that FW_SERIALIZABLE_TO_STRING is disabled?

This should be partially mitigated by https://github.com/nasa/fprime/pull/1402. It prints the seed info as part of the test output.

You can use the FPL/FPV tools to sketch the design before writing an FPP model. This solution is lightweight and is available now. One could also generate FPP From an...

The README files explain how to install and use the tools. https://github.com/fprime-community/fprime-layout https://github.com/fprime-community/fprime-visual

We could add support for this in the FPP model if necessary. However, my sense is that 'const reference' is a lower-level concept than we want to support in the...

A related point is that const references don't play well with F Prime serializable values, as they currently work. In F Prime, typically what we pass over a port is...

> I think if we wanted to pass serializable values by const reference, we would need to extend the semantics of serializable values at the framework level. We would need...