Changeset 8135
- Timestamp:
- 08/06/08 14:18:24 (5 years ago)
- Files:
-
- 1 modified
-
documentation/ossie/user-guide-0.7.0/ALFGuide.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
documentation/ossie/user-guide-0.7.0/ALFGuide.tex
r8134 r8135 163 163 <name>My first consumer</name> 164 164 <header>1</header> 165 <install \_at\_startup>True</install\_at\_startup>165 <install_at_startup>True</install_at_startup> 166 166 <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> 169 169 \end{lstlisting} 170 170 The 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.