Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LabComm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Blomdell
LabComm
Commits
8c433de9
Commit
8c433de9
authored
11 years ago
by
Sven Robertz
Browse files
Options
Downloads
Patches
Plain Diff
added LD_LIBRAY_PATH to simple example run.sh
parent
d5d9ee8c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/tech_report.tex
+3
-0
3 additions, 0 deletions
doc/tech_report.tex
examples/simple/run.sh
+2
-0
2 additions, 0 deletions
examples/simple/run.sh
with
5 additions
and
0 deletions
doc/tech_report.tex
+
3
−
0
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
...
...
This diff is collapsed.
Click to expand it.
examples/simple/run.sh
+
2
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment