Fix internal bug and change the design of ico-app-samplenavi
[profile/ivi/ico-uxf-homescreen-sample-apps.git] / src / samplenavi.h
1 /*
2  * Copyright (c) 2013, TOYOTA MOTOR CORPORATION.
3  *
4  * This program is licensed under the terms and conditions of the 
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  */
9 /**
10  * @brief   header file of sample navigation application
11  *
12  * @date    Apr-25-2013
13  */
14
15 #ifndef SAMPLENAVI_H_
16 #define SAMPLENAVI_H_
17
18 /* enum */
19 enum ConfDataID
20 {
21     USB_CAMERA_ID,
22     LANDMARK_POSITION,
23     LANDMARK_ROTATION,
24     CONF_DATA_MAX
25 };
26
27 extern int conf_data[CONF_DATA_MAX];
28
29 #endif /* SAMPLENAVI_H_ */