-
Notifications
You must be signed in to change notification settings - Fork 172
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
Ranges for Float and Double #705
Comments
MoM:
|
erikbosch
added a commit
to boschglobal/vehicle_signal_specification
that referenced
this issue
Feb 8, 2024
Clarifies string/float/double. Reformat recommendatations to state that they also are rules for VSS catalog Remove enum recommendation Fixes COVESA#705 Fixes COVESA#706 Fixes COVESA#700 Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
Merged
erikbosch
added a commit
to boschglobal/vehicle_signal_specification
that referenced
this issue
Feb 9, 2024
Clarifies string/float/double. Reformat recommendatations to state that they also are rules for VSS catalog Remove enum recommendation Fixes COVESA#705 Fixes COVESA#706 Fixes COVESA#700 Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
erikbosch
added a commit
to boschglobal/vehicle_signal_specification
that referenced
this issue
Feb 9, 2024
Clarifies string/float/double. Reformat recommendatations to state that they also are rules for VSS catalog Remove enum recommendation Fixes COVESA#705 Fixes COVESA#706 Partially solves COVESA#700 Fixes COVESA#662 Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
erikbosch
added a commit
to boschglobal/vehicle_signal_specification
that referenced
this issue
Feb 14, 2024
Clarifies string/float/double. Reformat recommendatations to state that they also are rules for VSS catalog Remove enum recommendation Fixes COVESA#705 Fixes COVESA#706 Partially solves COVESA#700 Fixes COVESA#662 Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
erikbosch
added a commit
that referenced
this issue
Feb 20, 2024
erikbosch
added a commit
to boschglobal/vehicle_signal_specification
that referenced
this issue
May 6, 2024
Clarifies string/float/double. Reformat recommendatations to state that they also are rules for VSS catalog Remove enum recommendation Fixes COVESA#705 Fixes COVESA#706 Partially solves COVESA#700 Fixes COVESA#662 Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the source for float/double range at https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/data_types/
Ranges are possible different compared to AUTOSAR
Not fully compatible with for example:
IEEE 754 32-bit base-2 floating-point
https://en.wikipedia.org/wiki/Double-precision_floating-point_format
Shall we possibly base limits on IEEE754 binary 32 and binary64
The text was updated successfully, but these errors were encountered: