From 8c433de91bf7cefb8bcb569698d6d6f938aa9909 Mon Sep 17 00:00:00 2001 From: Sven Robertz <sven@cs.lth.se> Date: Tue, 11 Jun 2013 11:26:08 +0200 Subject: [PATCH] added LD_LIBRAY_PATH to simple example run.sh --- doc/tech_report.tex | 3 +++ examples/simple/run.sh | 2 ++ 2 files changed, 5 insertions(+) diff --git a/doc/tech_report.tex b/doc/tech_report.tex index 7a2984b..0029d0e 100644 --- a/doc/tech_report.tex +++ b/doc/tech_report.tex @@ -62,6 +62,9 @@ channel is fully configured, meaning that both ends agree on what messages that may be passed over that channel. If an unregistered sample type is sent or received, the LabComm encoder or decoder will detect it and take action. +In more dynamic applications, it is possible to reconfigure a channel in order to add, +remove, or change the set of registerd sample types. + The roles in setting up, and maintaining, the configuration of a channel are as follows: \paragraph{The application software} (or higher-level protocol) is required to diff --git a/examples/simple/run.sh b/examples/simple/run.sh index 9cd5726..182039a 100644 --- a/examples/simple/run.sh +++ b/examples/simple/run.sh @@ -1,3 +1,5 @@ +export LD_LIBRARY_PATH=../../lib/c/ + java -cp .:../../lib/java:gen Encoder encoded_data ./example_decoder encoded_data ./example_encoder encoded_data -- GitLab