added some todo's
authorKevron Rees <kevron.m.rees@intel.com>
Mon, 21 Oct 2013 20:59:03 +0000 (13:59 -0700)
committerKevron Rees <kevron.m.rees@intel.com>
Mon, 21 Oct 2013 20:59:03 +0000 (13:59 -0700)
lib/vehicleproperty.h
plugins/dbus/drivingsafety.h

index 0f03ff5..c8714b4 100644 (file)
@@ -693,15 +693,19 @@ public:
        static const Property AirbagStatus;
        PROPERTYTYPEBASIC(AirbagStatus, Airbag::Status)
 
+       ///TODO: Make DoorStatus a zoned property instead of a map.
        static const Property DoorStatus;
        PROPERTYTYPENOVAL(DoorStatus, DoorStatusType,
                                          MapPropertyType<BasicPropertyType<Door::Location> BOOST_PP_COMMA() BasicPropertyType<Door::Status> >)
        //typedef MapPropertyType<BasicPropertyType<Door::Location>, BasicPropertyType<Door::Status> > DoorStatusType;
 
+       ///TODO: Make DoorLockStatus a zoned property instead of a map.
        static const Property DoorLockStatus;
        PROPERTYTYPENOVAL(DoorLockStatus, DoorLockStatusType,
                                          MapPropertyType<BasicPropertyType<Door::Location> BOOST_PP_COMMA() BasicPropertyType<bool> > )
 
+       ///TODO: Add ChildLockStatus
+
        static const Property SeatBeltStatus;
        PROPERTYTYPENOVAL(SeatBeltStatus, SeatBeltStatusType,
                                          MapPropertyType<BasicPropertyType<Seat::Location> BOOST_PP_COMMA() BasicPropertyType<bool> >)
index e97ee4d..79f3484 100644 (file)
@@ -134,7 +134,8 @@ public:
                 *  @attributeComment Setting this to 'true' will prevent the rear doors from being opened
                 *  @attributeComment from the inside.
                 **/
-               wantPropertyVariant(VehicleProperty::DoorLockStatus, "ChildLockStatus", "b", AbstractProperty::Read);
+               ///TODO: need to define ChildLockStatus
+               wantPropertyVariant(VehicleProperty::ChildLockStatus, "ChildLockStatus", "b", AbstractProperty::Read);
 
                
        }