Joshua Anderson
Joshua Anderson
| | | |:---|:---| |**_F´ Version_**| latest | |**_Affected Component_**| autocoder | --- ## Feature Description Right now, there is no option in the autocoder to pass by const reference....
Because serialized ports don't have a predefined message size, users declare the maximum message size at component initialization. When a user enqueues a message in an async port, the autocoder...
Right now the assert handler prints to stderr, not the default F' logging class. It also calls snprintf, which embedded targets may want to avoid
| | | |:---|:---| |**_F´ Version_**| all | |**_Affected Component_**| OS | --- ## Rationale Right now, the IntervalTimer class directly uses the system clock to track the duration between...
The autocoder uses a local variable called status internally, so naming a field called status conflicts with the local variable. We should name mangle local variable to prevent this from...
Now that we've applied the new F' color scheme and logo, we should eventually update the screenshots in the [GDS guide](https://nasa.github.io/fprime/UsersGuide/gds/gds-introduction.html) to match the current GDS appearance.
## Feature Description [JPL's Institutional Coding Standards for C](https://yurichev.com/mirrors/C/JPL_Coding_Standard_C.pdf) is an institution wide standard for C code. While JPL has no C++ coding standard, many of the C coding standard...
Right now, we don't document any of the errors that the API can return on an request, making it difficult for people trying to build in error handling for the...
## Feature Description The autocoder should warn when defining events larger than can be serialized into an event buffer. Right now if a user defines an event larger than can...
| | | |:---|:---| |**_Affected Component_**| TlmPacketizer | --- ## Feature Description Users currently set an integer packet level in TlmPacketizer, and all telemetry packets with a level less than...