Changeset 8135

Show
Ignore:
Timestamp:
08/06/08 14:18:24 (5 years ago)
Author:
mcarrick
Message:

removing unnecessary slashes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • documentation/ossie/user-guide-0.7.0/ALFGuide.tex

    r8134 r8135  
    163163    <name>My first consumer</name> 
    164164    <header>1</header> 
    165     <install\_at\_startup>True</install\_at\_startup> 
     165    <install_at_startup>True</install_at_startup> 
    166166    <waveform>pass_data_waveform</waveform> 
    167     <componentInstance>pass\_data</componentInstance> 
    168     <port>cshort\_in</port> 
     167    <componentInstance>pass_data</componentInstance> 
     168    <port>cshort_in</port> 
    169169\end{lstlisting} 
    170170The name of the consumer is "My first consumer" and it is designated 1, which means to send a packet to the consumer using the AWG the number 1 must be entered in the Packet Headers text box. The consumer is set to be installed at start up, denoted by the install\_at\_startup tag. If this was set as False, the consumer would only be installed when the first packet is pushed to it. The component is pass\_data, and the input port is defined as cshort\_in.