Changeset 5870
- Timestamp:
- 11/28/07 16:45:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
documentation/ossie/user-guide-0.6.2/UserGuide.tex
r5868 r5870 111 111 %[USE INITSCRIPT!] 112 112 113 The terminal should look like Figure ~\ref{screen:omniNames}. 114 \begin{figure} 113 The terminal should look like Figure~\ref{screen:omniNames}. 114 \begin{figure}[!h] 115 \centering 115 116 \includegraphics[width=6in]{figures/quick_start_omniNames.jpg} 116 117 \caption{Starting omniNames} … … 121 122 a completely new terminal and type: 122 123 \begin{lstlisting}[] 123 $ cd /sdr/124 $ nodeBooter -D -d nodes/default_GPP_node/DeviceManager.dcd.xml125 \end{lstlisting} 126 127 The terminal should look like the following screen shot:128 %\begin{figure} 129 \ begin{center}124 $ cd /sdr/ 125 $ nodeBooter -D -d nodes/default_GPP_node/DeviceManager.dcd.xml 126 \end{lstlisting} 127 128 The terminal should look like Figure~\ref{screen:nodeBooter}. 129 \begin{figure}[!h] 130 \centering 130 131 \includegraphics[width=6in]{figures/quick_start_nodeBooter.jpg} 131 \end{center} 132 %\caption{Starting nodeBooter} 133 %\label{screen:nodeBooter} 134 %\end{figure} 132 \caption{Starting nodeBooter} 133 \label{screen:nodeBooter} 134 \end{figure} 135 135 136 136 Now load the waveform using wavLoader. In a third tab or terminal, type in: … … 140 140 \end{lstlisting} 141 141 142 The terminal should look similar to this:%Figure~\ref{screen:wavLoader}143 %\begin{figure} 144 \ begin{center}142 The terminal should look similar to Figure~\ref{screen:wavLoader} 143 \begin{figure}[!h] 144 \centering 145 145 \includegraphics[width=6in]{figures/quick_start_wavLoader.jpg} 146 \end{center} 147 %\caption{Starting wavLoader} 148 %\label{screen:wavLoader} 149 %\end{figure} 150 151 Now select the QPSK demonstration waveform, 152 //waveforms/ossie\_demo/ossie\_demo.sad.xml: 153 \begin{lstlisting}[] 154 $ 1 146 \caption{Starting wavLoader} 147 \label{screen:wavLoader} 148 \end{figure} 149 150 Now select the ossie demonstration waveform, 151 {\tt //waveforms/ossie\_demo/ossie\_demo.sad.xml} 152 \begin{lstlisting}[] 153 Selection: 1 155 154 \end{lstlisting} 156 155 157 156 The tab or terminal window in which nodeBooter was started will now contain the 158 157 output of the demo. The lines will update with output similar to this: 159 \begin{ lstlisting}[]160 RxDemo errors: X / 1024161 \end{ lstlisting}158 \begin{verbatim} 159 RxDemo errors: X / 1024 160 \end{verbatim} 162 161 163 162 Where X denotes the number of bit errors out of 1024 that have been detected 164 163 by the RxDemo component. 165 164 166 The terminal should look like this:%Figure ~\ref{screen:rxDemo}167 %\begin{figure}168 \ begin{center}165 The terminal should look like Figure~\ref{screen:RxDemo} 166 \begin{figure} 167 \centering 169 168 \includegraphics[width=6in]{figures/quick_start_errors.jpg} 170 \end{center} 171 %\caption{An example RxDemo output} 172 %\label{screen:rxDemo} 173 %\end{figure} 169 \caption{An example RxDemo output} 170 \label{screen:RxDemo} 171 \end{figure} 174 172 175 173 Congratulations! You have just installed OSSIE and run the new QPSK 176 174 demonstration waveform. From here you may be interested in learning how to 177 175 create your own waveforms and components using the OSSIE Waveform Developer 178 (OWD). To learn about the OWD, please refer to Section ~\ref{section:owd}.176 (OWD). To learn about the OWD, please refer to Section~\ref{section:owd}. 179 177 180 178 \section{Introduction} … … 191 189 work along the way. Additionally, this guide is an evolving document. 192 190 If you have any suggestions for improving it, please submit them to Trac (see 193 ~\ref{section:trac}) or \href{mailto:cov@vt.edu}{email the maintainer} directly.191 Section~\ref{section:trac}) or \href{mailto:cov@vt.edu}{email the maintainer} directly. 194 192 195 193 \subsection{Further Help} … … 217 215 218 216 \begin{lstlisting}[] 219 subscribe <list name> <your first name> <your last name>217 subscribe <list name> <your first name> <your last name> 220 218 \end{lstlisting} 221 219