aboutsummaryrefslogtreecommitdiffstats
path: root/include/cluster_api_speed.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cluster_api_speed.h')
-rw-r--r--include/cluster_api_speed.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/cluster_api_speed.h b/include/cluster_api_speed.h
new file mode 100644
index 0000000..164db9d
--- /dev/null
+++ b/include/cluster_api_speed.h
@@ -0,0 +1,13 @@
+#ifndef CLUSTER_API_SPEED_H
+#define CLUSTER_API_SPEED_H
+
+typedef enum
+{
+ IC_HMI_SP_KM_H = 0,
+ IC_HMI_SP_MPH = 1,
+} IC_HMI_SP_UNIT_VAL;
+
+unsigned long getSpAnalogVal(void);
+IC_HMI_SP_UNIT_VAL getSpAnaDigUnitVal(void);
+
+#endif // CLUSTER_API_SPEED_H