fprime
fprime copied to clipboard
Support overriding the time base in the F Prime GDS
| F´ Version | devel |
| Affected Component | GDS |
Feature Description
I'm using a target device that doesn't have a RTC, so I am not able to log channel values using wall clock time. Instead, I use the Svc.OsTime component with Os.RawTime. This means that the GDS sees the times as being on 1970-01-01. This causes problems with graphing.
I request that we either:
- Support a configuration option to change the time base using a linear shift, OR
- Add plugin support for providing custom interpretation of times.
Rationale
Better support for embedded devices without RTCs.