From: Kevron Rees Date: Mon, 11 Jun 2012 22:31:20 +0000 (-0700) Subject: some updates to docs X-Git-Tag: 0.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F0.1;p=profile%2Fivi%2Fautomotive-message-broker.git some updates to docs --- diff --git a/docs/parking.txt b/docs/parking.txt index 46ade4b..056a365 100644 --- a/docs/parking.txt +++ b/docs/parking.txt @@ -7,22 +7,22 @@ Object path / Properties byte SecurityAlert [readonly] - returns status of security alert: + returns status of security alert: - Idle = 0, - Armed = 1, - Alarm Detected = 2 - - bool ParkingBrake + Idle = 0, + Armed = 1, + Alarm Detected = 2 - returns whether the parking break is active (true)/inactive (false) - - bool ParkingLights + bool ParkingBrake + + returns whether the parking break is active (true)/inactive (false) - returns whether the parking lights are active (true) or inactive (false) - - bool HazardLights + bool ParkingLights + + returns whether the parking lights are active (true) or inactive (false) - returns whether the hazard lights are active (true)/inactive (false) + bool HazardLights + + returns whether the hazard lights are active (true)/inactive (false) \ No newline at end of file diff --git a/docs/runningstatus.txt b/docs/runningstatus.txt index f5d1681..fac7da3 100644 --- a/docs/runningstatus.txt +++ b/docs/runningstatus.txt @@ -41,7 +41,11 @@ Properties byte VehiclePowerMode [readonly] 8th = 8, 9th = 9, 10th = 10, - Reverse = 64 + Auto = 64, + Reverse = 128, + Parking = 256 + + For transmissions with no gear (ie CVT), 'Auto' and 'Reverse' will be used. struct{bool, uint16} CruiseControlStatus [readonly]