Added 'ethercat cstruct' command to output PDO information in C language.

This commit is contained in:
Florian Pose
2009-07-29 12:24:55 +00:00
parent f411a51ca6
commit 8691b42281
7 changed files with 263 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ LATEX_OPTIONS := -file-line-error-style
COMMANDS := \
alias \
config \
cstruct \
data \
debug \
domains \
+7
View File
@@ -2088,6 +2088,13 @@ sec.~\ref{sec:autonode} for how to install and configure it.
%------------------------------------------------------------------------------
\subsection{Output PDO information in C Language}
\label{sec:ethercat-cstruct}
\lstinputlisting[basicstyle=\ttfamily\footnotesize]{external/ethercat_cstruct}
%------------------------------------------------------------------------------
\subsection{Displaying Process Data}
\lstinputlisting[basicstyle=\ttfamily\footnotesize]{external/ethercat_data}