fprime icon indicating copy to clipboard operation
fprime copied to clipboard

Support overriding the time base in the F Prime GDS

Open celskeggs opened this issue 5 months ago • 6 comments

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:

  1. Support a configuration option to change the time base using a linear shift, OR
  2. Add plugin support for providing custom interpretation of times.

Rationale

Better support for embedded devices without RTCs.

celskeggs avatar May 14 '25 16:05 celskeggs