No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
2 changed files with
2 additions and
2 deletions
-
4-2-multidevice_build_structure.tex
-
BIN
index.pdf
|
|
@ -35,8 +35,8 @@ Listing~\ref{lst:create_device_socket} shows the complete device specific code u |
|
|
|
|
|
|
|
\begin{lstlisting}[caption={Device specific code for a socket driver.}, |
|
|
|
label=lst:create_device_socket] |
|
|
|
#include "../Device.h" |
|
|
|
#include "../features/Socket.h" |
|
|
|
#include "Device.h" |
|
|
|
#include "features/Socket.h" |
|
|
|
|
|
|
|
Device device: |
|
|
|
|
|
|
|