The role "video" can be shown in split area for ALS
[apps/agl-service-windowmanager.git] / src / low_can_client.cpp
index 2db565c..451fa24 100644 (file)
@@ -15,8 +15,8 @@
  */
 
 
-#include "json_helper.hpp"
 #include "low_can_client.hpp"
+#include "json_helper.hpp"
 #include "hmi-debug.h"
 
 extern "C" {
@@ -31,10 +31,13 @@ LowCanClient::LowCanClient() :
   trans_gear_pos_(0),
   parking_brake_status_(TRUE),
   headlamp_status_(FALSE),
+  prv_parking_brake_state_("parking_brake_on"),
+  crr_parking_brake_state_("parking_brake_on"),
   prv_car_state_("car_stop"),
   crr_car_state_("car_stop"),
   prv_lamp_state_("lamp_off"),
   crr_lamp_state_("lamp_off"),
+  is_changed_parking_brake_state_(false),
   is_changed_car_state_(false),
   is_changed_lamp_state_(false)
 {