summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnVehicleData.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnVehicleData.h')
-rw-r--r--SmartDeviceLink/SDLOnVehicleData.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/SmartDeviceLink/SDLOnVehicleData.h b/SmartDeviceLink/SDLOnVehicleData.h
index 245477e3b..889fec647 100644
--- a/SmartDeviceLink/SDLOnVehicleData.h
+++ b/SmartDeviceLink/SDLOnVehicleData.h
@@ -3,21 +3,22 @@
#import "SDLRPCNotification.h"
+#import "SDLComponentVolumeStatus.h"
+#import "SDLPRNDL.h"
+#import "SDLVehicleDataEventStatus.h"
+#import "SDLWiperStatus.h"
+
@class SDLAirbagStatus;
@class SDLBeltStatus;
@class SDLBodyInformation;
@class SDLClusterModeStatus;
-@class SDLComponentVolumeStatus;
@class SDLDeviceStatus;
@class SDLECallInfo;
@class SDLEmergencyEvent;
@class SDLGPSData;
@class SDLHeadLampStatus;
@class SDLMyKey;
-@class SDLPRNDL;
@class SDLTireStatus;
-@class SDLVehicleDataEventStatus;
-@class SDLWiperStatus;
/**
@@ -64,7 +65,7 @@
/**
* @abstract A SDLComponentVolumeStatus* value. The fuel level state.
*/
-@property (strong) SDLComponentVolumeStatus *fuelLevel_State;
+@property (strong) SDLComponentVolumeStatus fuelLevel_State;
/**
* @abstract The instantaneous fuel consumption in microlitres.
@@ -84,7 +85,7 @@
/**
* @abstract See PRNDL.
*/
-@property (strong) SDLPRNDL *prndl;
+@property (strong) SDLPRNDL prndl;
/**
* @abstract A SDLTireStatus* value. See TireStatus.
@@ -114,12 +115,12 @@
/**
* @abstract A SDLVehicleDataResult* value. The status of the brake pedal.
*/
-@property (strong) SDLVehicleDataEventStatus *driverBraking;
+@property (strong) SDLVehicleDataEventStatus driverBraking;
/**
* @abstract A SDLWiperStatus* value. The status of the wipers.
*/
-@property (strong) SDLWiperStatus *wiperStatus;
+@property (strong) SDLWiperStatus wiperStatus;
/**
* @abstract A SDLHeadLampStatus* value. Status of the head lamps.