Skip to content
Snippets Groups Projects
Commit a93cdfa7 authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

re-enabled python encoder in user_types example

parent 85c9e4c9
No related branches found
No related tags found
No related merge requests found
...@@ -88,8 +88,8 @@ run: ...@@ -88,8 +88,8 @@ run:
@echo "************ running python decoder (from wiki_example):" @echo "************ running python decoder (from wiki_example):"
@PYTHONPATH=${LCDIR}/lib/python ../wiki_example/example_decoder.py encoded_data_c LabComm20141009 @PYTHONPATH=${LCDIR}/lib/python ../wiki_example/example_decoder.py encoded_data_c LabComm20141009
# @echo "************ running python encoder: *****************" @echo "************ running python encoder: *****************"
# @PYTHONPATH=${LCDIR}/lib/python:${GENDIR} ./example_encoder.py encoded_data_p LabComm20141009 @PYTHONPATH=${LCDIR}/lib/python:${GENDIR} ./example_encoder.py encoded_data_p LabComm20141009
@echo "************ running Java decoder: *****************" @echo "************ running Java decoder: *****************"
@java -cp .:${LCDIR}/lib/java/labcomm.jar:${GENDIR} Decoder encoded_data_p @java -cp .:${LCDIR}/lib/java/labcomm.jar:${GENDIR} Decoder encoded_data_p
...@@ -137,8 +137,8 @@ runwcs: Encoder.exe Decoder.exe ...@@ -137,8 +137,8 @@ runwcs: Encoder.exe Decoder.exe
@echo "************ running C# decoder: *****************" @echo "************ running C# decoder: *****************"
@./Decoder.exe encoded_data_c @./Decoder.exe encoded_data_c
# @echo "************ running python encoder: *****************" @echo "************ running python encoder: *****************"
# @PYTHONPATH=${LCDIR}/lib/python:${GENDIR} ./example_encoder.py encoded_data_p LabComm20141009 @PYTHONPATH=${LCDIR}/lib/python:${GENDIR} ./example_encoder.py encoded_data_p LabComm20141009
@echo "************ running Java decoder: *****************" @echo "************ running Java decoder: *****************"
@java -cp .:${LCDIR}/lib/java/labcomm.jar:${GENDIR} Decoder encoded_data_p @java -cp .:${LCDIR}/lib/java/labcomm.jar:${GENDIR} Decoder encoded_data_p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment