Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timing information in temperature measurement #37

Open
JorisVincent opened this issue Jul 12, 2018 · 1 comment
Open

Timing information in temperature measurement #37

JorisVincent opened this issue Jul 12, 2018 · 1 comment

Comments

@JorisVincent
Copy link
Contributor

Currently, temperature measurements are timestamped, but the timestamp is in mglGetSecs, which is relative to computer startup time. This is not of much practical use.

Either we change this to second-accurate datetime, or we get rid of it. Especially when temperature is part of a validation, the timestamp is currently cluttering a struct, in a struct, in a struct, in an object. Moreover, datetime of validation is already recorded in the validation struct.

@npcottaris
Copy link
Collaborator

The temperature timestamps are obtained via mglGetSecs because so are the timestamps of spd measurements. If you change it, you probably need to change both so you can relate temps to spds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants