Changeset 10396
- Timestamp:
- 09/27/10 17:29:36 (3 years ago)
- Location:
- documentation/ossie/user-guide-0.8.1
- Files:
-
- 6 modified
-
ALFGuide.tex (modified) (1 diff)
-
Bugs.tex (modified) (1 diff)
-
OWDGuide.tex (modified) (2 diffs)
-
Uninstallation.tex (modified) (1 diff)
-
WaveDash.tex (modified) (6 diffs)
-
WaveformWorkshop.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
documentation/ossie/user-guide-0.8.1/ALFGuide.tex
r10302 r10396 40 40 41 41 \subsubsection{Specifying Naming Service IP address} 42 To specify a different address for the naming service, append 43 -ORBInitRef~NameService=corbaname::$<$IP Address of Naming Service$>$ to ALF on 44 the command line: 42 To specify a different address for the naming service, append the following to ALF on 43 the command line:\\ 44 -ORBInitRef~NameService=corbaname::$<$IP Address of Naming Service$>$ 45 45 46 46 \begin{lstlisting}[] -
documentation/ossie/user-guide-0.8.1/Bugs.tex
r10345 r10396 34 34 the terminal: 35 35 \begin{verbatim} 36 Interfaces other than complex and real Short, Float, Char, long and Double are37 not supported yet in the process data function generation!!36 Interfaces other than complex and real Short, Float, Char, long and Double 37 are not supported yet in the process data function generation!! 38 38 See writeProcessDataDeclaration in genStructure. 39 39 \end{verbatim} -
documentation/ossie/user-guide-0.8.1/OWDGuide.tex
r10296 r10396 400 400 appropriate subdirectories under {\tt /sdr} once the component is edited to 401 401 provide functionality. This is executed by typing {\tt python setup.py install} 402 \item[MyComponent.prf.xml, MyComponent.scd.xml, MyComponent.spd.xml] Same as for C++ components402 \item[MyComponent.prf.xml, MyComponent.scd.xml, MyComponent.spd.xml] \ Same as for C++ components 403 403 \end{description} 404 404 … … 508 508 tailored to a specific need. 509 509 510 The configuration file that must be modified to customize the header is 510 The configuration file that must be modified to customize the header is\\ 511 511 {\tt tools/WaveDev/wavedev.cfg}. There are multiple XML tags within this file, but the 512 512 three that need to be considered are {\tt sourcepreamble}, {\tt licensefile}, and -
documentation/ossie/user-guide-0.8.1/Uninstallation.tex
r10320 r10396 27 27 \subsection{Uninstalling Waveform Workshop} 28 28 OWD, ALF, and Wavedash are all python tools that get installed under 29 /usr/local/. The binaries can be found in /usr/local/bin, and the python source can be found in 30 /usr/local/lib/python2.x/dist-packages. To uninstall them, simply delete ALF, 29 /usr/local/. The binaries can be found in /usr/local/bin, and the python source can be found in\\ /usr/local/lib/python2.x/dist-packages.\\ To uninstall them, simply delete ALF, 31 30 WAVEDASH, OWD, and OWDC from /usr/local/bin, and the alf, alf\_plugins, 32 31 wavedash, and Wavedev folders from /usr/local/lib/python2.x/dist-packages. -
documentation/ossie/user-guide-0.8.1/WaveDash.tex
r10307 r10396 38 38 39 39 \subsection{Specifying Naming Service IP address} 40 To specify a different address for the naming service, append 41 -ORBInitRef~NameService=corbaname::$<$IP Address of Naming Service$>$ to 42 Wavedash on the command line: 40 To specify a different address for the naming service, append the following after the WAVEDASH command on the command line:\\ 41 -ORBInitRef~NameService=corbaname::$<$IP Address of Naming Service$>$ 43 42 44 43 \begin{lstlisting}[] … … 156 155 \begin{figure}[htbp] 157 156 \begin{center} 158 \includegraphics[ scale=1.0]{figures/wavedash/8_component_movedown.png}157 \includegraphics[width=\textwidth]{figures/wavedash/8_component_movedown.png} 159 158 \caption{How to rearrange components} 160 159 \label{fig:wavedash:8_component_movedown} … … 170 169 \begin{figure}[htbp] 171 170 \begin{center} 172 \includegraphics[ scale=1.0]{figures/wavedash/9_properties_hidden.png}171 \includegraphics[width=\textwidth]{figures/wavedash/9_properties_hidden.png} 173 172 \caption{Properties context menu} 174 173 \label{fig:wavedash:9_properties_hidden} … … 189 188 \begin{figure}[htbp] 190 189 \begin{center} 191 \includegraphics[ scale=1.0]{figures/wavedash/10_property_context_menu.png}190 \includegraphics[width=\textwidth]{figures/wavedash/10_property_context_menu.png} 192 191 \caption{Property widget context menu} 193 192 \label{fig:wavedash:10_property_context_menu2} … … 197 196 \begin{figure}[htbp] 198 197 \begin{center} 199 \includegraphics[ scale=1.0]{figures/wavedash/11_property_widget_changed.png}198 \includegraphics[width=\textwidth]{figures/wavedash/11_property_widget_changed.png} 200 199 \caption{Property changed to use a slider} 201 200 \label{fig:wavedash:11_property_widget_changed} … … 212 211 \begin{figure}[htbp] 213 212 \begin{center} 214 \includegraphics[ scale=1.0]{figures/wavedash/12_widget_configuration.png}213 \includegraphics[width=\textwidth]{figures/wavedash/12_widget_configuration.png} 215 214 \caption{Widget configuration dialog} 216 215 \label{fig:wavedash:12_widget_configuration} -
documentation/ossie/user-guide-0.8.1/WaveformWorkshop.tex
r10320 r10396 68 68 \begin{figure}[htbp] 69 69 \begin{center} 70 \includegraphics[ scale=1.0]{figures/wavedash/10_property_context_menu.png}70 \includegraphics[width=\textwidth]{figures/wavedash/10_property_context_menu.png} 71 71 \caption{Wavedash} 72 72 \label{fig:wavedash:10_property_context_menu}