Jake Hageman

Results 112 comments of Jake Hageman

Some of these may also help, community provided and I'm not sure how up-to-date they are. https://github.com/OpenSatKit/OpenSatKit/tree/master/cfs/tools/app_setup_scr, https://github.com/OpenSatKit/OpenSatKit/tree/master/cfs/tools/gen_app_code.

@ThibFrgsGmz sample app and lib included the bundle and are intended to provide the starting point for new apps (just global replace SAMPLE_ with your app abbreviation). Some of the...

Yeah, that would be a good update from my point of view. Most of it's in tests which might not be a high priority, but there's a handful of flight...

Do we need to check the commit message if it isn't part of a pull request? I push things for testing frequently that aren't ever intended for a pull request,...

Note of caution - we often break integration-candidate as it's our staging branch for CI (https://github.com/nasa/cFS/wiki/The-cFS-CCB-Process). Main is the more stable development branch.

Agree completely, although currently the CF app is the slow/lazy/background data transfer sort of design, by design. There may be something entirely different for a system intended to do high...

@acudmore - I think for this one as long as the software bus use is well contained such that it could fairly easily be replaced we should be sufficient this...

consider doing the move in a child task if it's across file systems... could take a long time and shouldn't block PDU processing

Good points/plan... I guess the MD out of order is somewhat unique in that you don't know the destination filesystem until the MD arrives... which leads to needing a temporary...