From 84b90467e8e9dcaafaf75738f4bf9840365424b9 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Thu, 9 Feb 2012 12:38:18 +0100 Subject: * adoption of RoutinInterfaceAsync to testHMI * adoption of projekttypes.h to HMI * comment out wrapper dlt messages because too much pollution --- includes/config.h | 2 +- includes/projecttypes.h | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/config.h b/includes/config.h index 9268d98..67879cc 100644 --- a/includes/config.h +++ b/includes/config.h @@ -1,7 +1,7 @@ #ifndef _CONFIG_H #define _CONFIG_H -#define DAEMONVERSION "ver-0.0.9-5-g9f9f6fc" +#define DAEMONVERSION "ver-0.0.9-7-g8d3ad57" #define WITH_DBUS_WRAPPER #define WITH_SOCKETHANDLER_LOOP diff --git a/includes/projecttypes.h b/includes/projecttypes.h index 8ad8bfa..2f84f4c 100644 --- a/includes/projecttypes.h +++ b/includes/projecttypes.h @@ -129,8 +129,11 @@ namespace am { * gives the navigation offset in percent */ MSP_NAVIGATION_OFFSET = 0, - MSP_TEST = 1, - MSP_MAX = 2, + MSP_TEST = 1, + MSP_BASS = 2, + MSP_TREBLE = 3, + MSP_MID = 4, + MSP_MAX = 5, MSP_MIN = MSP_NAVIGATION_OFFSET }; -- cgit v1.2.1