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
Erik Jansson
LabComm
Commits
7810c9ee
Commit
7810c9ee
authored
Nov 21, 2013
by
Sven Gestegård Robertz
Browse files
copied minor changes from my bzr branch
parent
fe7840b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/tech_report.tex
View file @
7810c9ee
...
...
@@ -160,6 +160,7 @@ The LabComm compiler generates code for the declared samples, including marshall
demarshalling code, in the supported target languages.
The compiler itself is implemented in Java using the JastAdd~
\cite
{
jastadd
}
compiler compiler.
\pagebreak
\subsection
{
The LabComm library
}
The LabComm libraries contain functionality for the end-to-end transmission
...
...
@@ -168,6 +169,7 @@ the general encoding and decoding of samples, and the lower one deals with
the transmission of the encoded byte stream on a particular transport layer.
Thus, the LabComm communication stack looks like this:
\begin{figure}
[h!]
\begin{verbatim}
_______________________
| Application |
...
...
@@ -179,7 +181,7 @@ Thus, the LabComm communication stack looks like this:
| transport layer / OS|
+---------------------+
\end{verbatim}
\end{figure}
\subsubsection
{
LabComm actions
}
(similar to ioctl())
...
...
@@ -316,6 +318,7 @@ way of supporting the common cases is to include run-time checks for overflow in
and decoders.
\appendix
\newpage
\section
{
The LabComm language
}
\label
{
sec:LanguageGrammar
}
...
...
@@ -346,6 +349,7 @@ IntegerLiteral : Exp ::= <Value:String>;
VariableSize : Exp;
\end{verbatim}
\newpage
\section
{
The LabComm protocol
}
\label
{
sec:ProtocolGrammar
}
...
...
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