Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
8c433de9
Commit
8c433de9
authored
Jun 11, 2013
by
Sven Robertz
Browse files
added LD_LIBRAY_PATH to simple example run.sh
parent
d5d9ee8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tech_report.tex
View file @
8c433de9
...
...
@@ -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
...
...
examples/simple/run.sh
View file @
8c433de9
export
LD_LIBRARY_PATH
=
../../lib/c/
java
-cp
.:../../lib/java:gen Encoder encoded_data
./example_decoder encoded_data
./example_encoder encoded_data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment