From: Sangjung Woo Date: Wed, 11 Jan 2017 07:08:36 +0000 (+0900) Subject: client: Add CidBtnAutoMode for supporting Auto Mode X-Git-Tag: submit/tizen_3.0/20170111.071639 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_3.0%2F20170111.071639;p=profile%2Fivi%2Fautomotive-message-broker.git client: Add CidBtnAutoMode for supporting Auto Mode This patch adds the CidBtnAutoMode to support Auto Mode in HVAC. Change-Id: I0997aed36f5488ad0e484fa712e042dcfc40d165 Signed-off-by: Sangjung Woo --- diff --git a/lib/client/libamb-objects.h b/lib/client/libamb-objects.h index 1c8cbc4..b3448bf 100644 --- a/lib/client/libamb-objects.h +++ b/lib/client/libamb-objects.h @@ -200,6 +200,7 @@ CAN_OBJECT(CidCheckSeatCoolerR, guchar, NULL); CAN_OBJECT(CidInsideRecirculatedAirMode, gboolean, NULL); CAN_OBJECT(CidFrontDefrostion, gboolean, NULL); CAN_OBJECT(CidRearDefrostion, gboolean, NULL); +CAN_OBJECT(CidBtnAutoMode, gboolean, NULL); /** * Cluster Trip Information A @@ -253,6 +254,7 @@ CAN_OBJECT_WRITABLE(RightAirflowCID, guchar, NULL); CAN_OBJECT_WRITABLE(CidInsideRecirculatedAirMode, gboolean, NULL); CAN_OBJECT_WRITABLE(CidFrontDefrostion, gboolean, NULL); CAN_OBJECT_WRITABLE(CidRearDefrostion, gboolean, NULL); +CAN_OBJECT_WRITABLE(CidBtnAutoMode, gboolean, NULL); CAN_OBJECT_WRITABLE(CidACOnOff, gboolean, NULL); CAN_OBJECT_WRITABLE(CheckSeatHeaterL, guchar, NULL); /* defrecated */