0.11.812 merged
by Kevron Rees
Per the review policy, 0.11.812 has been merged. Not much new here. This
change set fixes some regressions in 0.11.811.
0.11.813 will probably be the last of the alpha versions then we will
freeze and start 0.11.9xx. 13 will contain some DBus API changes to make
the API more compatible with the W3C automotive business group draft report
specification. I've tried to keep API compatibility where possible and
mark deprecated APIs in the documentation. Properties related to the
following are expected to change:
vehicleSpeed
engineSpeed
transmission
steeringWheel
throttlePosition
engineCoolant
nightMode
drivingMode
brakeOperation
tire
door
defrost
climateControl
lightStatus
batteryStatus
fuel
temperature
odometer
6 years, 6 months
0.11.811 merge complete
by Rees, Kevron
As per AMB's development process, the 0.11.811 merge request has been
mainlined after a week of being open for discussion. New changes
include:
- Thread safe updateProperty() call
- Priority queues: Instant, High, Normal and Low. Allows for routing
engine to route property changes according to priority.
- Proprietary plugin generation tool. Take a CANdb file or JSON file
and generate an AMB plugin (see tools/ folder)
- New franca IDL DBus API documentation file
- Performance enhancements
- EngineSpeed and VehicleSpeed API now more closely matches w3c
vehicle data spec API.
W3C alignment strategy
Long term, I believe it will be better to align to the W3C vehicle
data spec. This will happen slowly over time and will probably be
complete sometime in the 0.13 release timeframe. For 0.13, we will
not break API but only deprecate old APIs that do not align with the
W3C data spec. 0.14 will remove deprecated APIs.
These are my thoughts right now. Comments and suggestions welcome as always.
0.12 release plan:
We will probably freeze 0.12 for features soon. Following the freeze,
the goal is to fix all P1 and P2 bugs tracked in the tizen jira for
AMB before the final release. If there are new features after the
freeze, 0.12 will be branched from master and the new changes will
happen in master, including API alignment.
Those bugs are tracked here:
https://bugs.tizen.org/jira/browse/TC-1341?filter=13622
Thanks,
-Kevron
6 years, 6 months