summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLCarModeStatus.h
blob: 141aff33a1d99d4f5a95a5cd11245551a1030128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//  SDLCarModeStatus.h
//


#import "SDLEnum.h"

/** Describes the carmode the vehicle is in.
 * <b>Since</b> SmartDeviceLink 2.0
 */
typedef SDLEnum SDLCarModeStatus NS_STRING_ENUM;

/** Provides carmode NORMAL to each module.
 */
extern SDLCarModeStatus const SDLCarModeStatusNormal;

/** Provides carmode FACTORY to each module.
 */
extern SDLCarModeStatus const SDLCarModeStatusFactory;

/** Provides carmode TRANSPORT to each module.
 */
extern SDLCarModeStatus const SDLCarModeStatusTransport;

/** Provides carmode CRASH to each module.
 */
extern SDLCarModeStatus const SDLCarModeStatusCrash;