Changeset 5939
- Timestamp:
- 12/05/07 16:37:28 (5 years ago)
- Location:
- documentation/ossie/user-guide-0.6.2
- Files:
-
- 1 added
- 1 modified
-
OWDGuide.tex (modified) (2 diffs)
-
figures/owd/owd_add_port.png (added)
Legend:
- Unmodified
- Added
- Removed
-
documentation/ossie/user-guide-0.6.2/OWDGuide.tex
r5927 r5939 37 37 You may click the arrows next to the components/devices/nodes lists on the 38 38 left to reveal the resources installed in your {\tt /sdr} directory. 39 A node is a set of devices upon which components and other resources may be 40 deployed. 41 39 42 Under ``Nodes'' right-click {\tt default\_GPP\_node} and select ``Add to 40 Platform.'' Click the arrow next to {\tt default\_GPP\_node} to display all devices associated with the node. In this case you will see only one device, {\tt GPP1}, which corresponds to the general purpose processor on your computer. 43 Platform.'' Click the arrow next to {\tt default\_GPP\_node} to display all 44 devices associated with the node. In this case you will see only one device, 45 {\tt GPP1}, which corresponds to the general purpose processor on your 46 computer. 41 47 % 42 48 \begin{center} … … 249 255 To add one or more ports to your component, click on the top ``Add Port'' 250 256 button from the {\it OSSIE Component Editor} window. 251 252 {\tt todo: have screenshot; blocked on ticket \#126} 253 254 A port dialog box will be opened. The user may then select the data 255 type for the component (complexShort or complexFloat from standard interfaces 256 is recommended) and whether or not the port is a uses or provides port. 257 % 258 \begin{center} 259 \includegraphics[scale=0.4]{figures/owd/owd_add_port.png} 260 \end{center} 261 % 262 The {\it Add Port} dialog box will be opened. You may then select the data 263 type for the component ({\tt complexShort} or {\tt complexFloat} from 264 {\it standardInterfaces} is recommended) and its type. 257 265 Whether or not the port is a {\it Uses} or {\it Provides} port is often a point of 258 266 confusion for users who are unfamiliar with the SCA; in most simple cases, a 259 267 {\it Uses} port corresponds to an output interface, while a {\it Provides} port 260 268 corresponds to an input interface. 269 270 Give the port a unique name (e.g. {\it complex\_baseband}) and click ``Ok.'' 271 The new port should now appear in the ``Ports'' pane of the {\it OSSIE 272 Component Editor} window. 261 273 262 274 \subsubsection{Adding Properties}