summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLCarModeStatus.h
blob: e98ada7442f3418dbfd1f9bc5f693f960fec699e (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
27
28
29
30
31
32
//  SDLCarModeStatus.h
//


#import "SDLEnum.h"

/**
 Describes the carmode the vehicle is in. Used in ClusterModeStatus

 * Since SmartDeviceLink 2.0
 */
typedef SDLEnum SDLCarModeStatus SDL_SWIFT_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;