Fw.Time for TM/TC #2152
Unanswered
SMorettini
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think this should be tracked as an issue. Note: for telemetry channel, you can "override" the telemetry's time as an optional argument to the call, if the use case for sending time is to record the "real" sample time. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm currently working on a project where I need to create a telemetry channel with a struct that contains an Fw.Time variable as data. The challenge I'm facing is that Fw.Time is not defined in any Fpp but only in a serializable, which means there is no direct definition of the type Fw::Time in the dictionary.
As of now, the workaround I've implemented involves using a custom Time type. Whenever I need to send data involving Fw.Time in TM/TC, I convert Fw.Time to my custom time type. However, I feel that this solution is not the most elegant.
Therefore, I'm interested in exploring better alternatives to handle this situation effectively. If there is a better way I would be happy to contribute to Fprime in the implementation.
Thank you in advance for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions