summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTBTState.h
blob: 1b4317518a4ff68fea7d1b936999447d99041d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//  SDLTBTState.h
//


#import "SDLEnum.h"

typedef SDLEnum SDLTBTState SDL_SWIFT_ENUM;

extern SDLTBTState const SDLTBTStateRouteUpdateRequest;
extern SDLTBTState const SDLTBTStateRouteAccepted;
extern SDLTBTState const SDLTBTStateRouteRefused;
extern SDLTBTState const SDLTBTStateRouteCancelled;
extern SDLTBTState const SDLTBTStateETARequest;
extern SDLTBTState const SDLTBTStateNextTurnRequest;
extern SDLTBTState const SDLTBTStateRouteStatusRequest;
extern SDLTBTState const SDLTBTStateRouteSummaryRequest;
extern SDLTBTState const SDLTBTStateTripStatusRequest;
extern SDLTBTState const SDLTBTStateRouteUpdateRequestTimeout;