summaryrefslogtreecommitdiff
path: root/src/navigation/script/run
diff options
context:
space:
mode:
Diffstat (limited to 'src/navigation/script/run')
-rwxr-xr-xsrc/navigation/script/run14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/navigation/script/run b/src/navigation/script/run
index 726705b..2768438 100755
--- a/src/navigation/script/run
+++ b/src/navigation/script/run
@@ -21,7 +21,7 @@
#
# List of changes:
#
-# <date>, <name>, <description of change>
+# 26-6-2014, Marco Residori, Added support of new EnhancedPositionService
#
# @licence end@
function run
@@ -111,9 +111,9 @@ do
\?)
echo "Usage:"
echo "$0 [-a application][-c center][-lnx]"
- echo "-c: Set center (supported values: paris,tokyo,longitude latitude). Default is geneve"
- echo "-g: RUn subprocesses within gdb (only with -x)"
- echo "-n: Don't start enhanced positioning service"
+ echo "-c: Set center (supported values: paris,tokyo,longitude,latitude). Default is geneve"
+ echo "-g: Run subprocesses within gdb (only with -x)"
+ echo "-n: Don't start enhanced-position-service"
echo "-x: Run subprocesses in own xterm to get separated log messages"
exit 1
esac
@@ -124,10 +124,10 @@ if [ "$enhpos" = 1 ]
then
if [ -z "$REPLAYER_LOG_FILE" ]
then
- REPLAYER_LOG_FILE=$SRC_DIR/positioning/provider/rest/geneve-cologny.gvsl
+ REPLAYER_LOG_FILE=$BIN_DIR/positioning/log-replayer/logs/geneve-cologny.log
fi
- export REPLAYER_LOG_FILE
- run EnhancedPositionService $BIN_DIR/positioning/src/position-daemon
+ run LogReplayer $BIN_DIR/positioning/log-replayer/src/log-replayer $REPLAYER_LOG_FILE
+ run EnhancedPositionService $BIN_DIR/positioning/enhanced-position-service/src/enhanced-position-service
fi
cd $BIN_DIR/navit/navit
>bookmark.txt