User Tools

Site Tools


eeros_architecture:hal:config_ros

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
eeros_architecture:hal:config_ros [2017/12/14 18:00] grafeeros_architecture:hal:config_ros [2017/12/14 18:29] – [Implemented Message Types] graf
Line 67: Line 67:
 First initialize the HAL in your main function: First initialize the HAL in your main function:
  
-\lstset{language=c} +<code cpp>
- +
-\begin{lstlisting} +
 ... ...
  
Line 86: Line 83:
  
  ...  ...
- +</code>
-\end{lstlisting} +
  
  
Line 105: Line 100:
 You can now declare \textit{PeripheralInputs} and \textit{PeripheralOutputs}: You can now declare \textit{PeripheralInputs} and \textit{PeripheralOutputs}:
  
-\lstset{language=c} +<code cpp>
- +
-\begin{lstlisting} +
  PeripheralInput<double> analogIn0;  PeripheralInput<double> analogIn0;
  
Line 116: Line 108:
  
  PeripheralOutput<bool> digitalOut0;  PeripheralOutput<bool> digitalOut0;
- +</code>
-\end{lstlisting}+
  
  
eeros_architecture/hal/config_ros.txt · Last modified: 2023/02/27 14:44 by ursgraf