- From: Joh, Yong-Il (Tolkien) <Yong-Il.Joh@windriver.com>
- Date: Mon, 20 Apr 2015 05:36:14 +0000
- To: "public-autowebplatform@w3.org" <public-autowebplatform@w3.org>
Received on Monday, 20 April 2015 06:17:25 UTC
Hi
At http://www.w3.org/2014/automotive/data_spec.html#vision-parking-interfaces
partial interface Vehicle {
readonly attribute VehicleSignalInterface laneDepartureStatus<http://www.w3.org/2014/automotive/data_spec.html#widl-Vehicle-laneDepartureStatus>;
readonly attribute VehicleSignalInterface alarm<http://www.w3.org/2014/automotive/data_spec.html#widl-Vehicle-alarm>;
readonly attribute VehicleSignalInterface parkingBrake<http://www.w3..org/2014/automotive/data_spec.html#widl-Vehicle-parkingBrake>;
readonly attribute VehicleSignalInterface parkingLights<http://www.w3.org/2014/automotive/data_spec.html#widl-Vehicle-parkingLights>;
};
But, at http://www.w3.org/2014/automotive/data_spec.html#lanedeparturedetection-interface
laneDepartureStatus is enumeration of values.
Therefore, laneDepartureStatus of Vehicle should be landDepartureDetection of Vehicle.
Isn't it?
Thank you.
Received on Monday, 20 April 2015 06:17:25 UTC