Changeset 5939

Show
Ignore:
Timestamp:
12/05/07 16:37:28 (5 years ago)
Author:
jgaeddert
Message:

adding figure to demonstrate adding a port in OWD

Location:
documentation/ossie/user-guide-0.6.2
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • documentation/ossie/user-guide-0.6.2/OWDGuide.tex

    r5927 r5939  
    3737You may click the arrows next to the components/devices/nodes lists on the 
    3838left to reveal the resources installed in your {\tt /sdr} directory. 
     39A node is a set of devices upon which components and other resources may be 
     40deployed. 
     41 
    3942Under ``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. 
     43Platform.''  Click the arrow next to {\tt default\_GPP\_node} to display all 
     44devices 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 
     46computer. 
    4147% 
    4248\begin{center} 
     
    249255To add one or more ports to your component, click on the top ``Add Port'' 
    250256button 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% 
     262The {\it Add Port} dialog box will be opened. You may then select the data   
     263type for the component ({\tt complexShort} or {\tt complexFloat} from 
     264{\it standardInterfaces} is recommended) and its type. 
    257265Whether or not the port is a {\it Uses} or {\it Provides} port is often a point of 
    258266confusion for users who are unfamiliar with the SCA; in most simple cases, a 
    259267{\it Uses} port corresponds to an output interface, while a {\it Provides} port 
    260268corresponds to an input interface. 
     269 
     270Give the port a unique name (e.g. {\it complex\_baseband}) and click ``Ok.'' 
     271The new port should now appear in the ``Ports'' pane of the {\it OSSIE 
     272Component Editor} window. 
    261273 
    262274\subsubsection{Adding Properties}