Changes between Version 1 and Version 2 of ObjectDeveloperGuide

Show
Ignore:
Timestamp:
12/19/08 15:15:19 (16 years ago)
Author:
ismael (IP: 147.83.118.226)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ObjectDeveloperGuide

    v1 v2  
    33 
    44== Introduction == 
    5 ALOE generates waveforms by linking a set of Signal Processing blocks following a defined graph. The concatenation of each processing function, applied to a flow of data produces the desired signal. Each of these components must be written (in ANSI C) following a set of rules which enable it to interact with the rest of the components and with the underlying Operating Environment. 
     5ALOE generates waveforms by linking a set of Signal Processing blocks following a defined graph. The concatenation of each processing function, applied to a flow of data produces the desired signal. Each of these components must be written (in ANSI C) following a set of rules which enable it to interact with the rest of components and with the underlying Operating Environment. 
    66 
    77A Signal Processing Block or '''"ALOE Object"''' has the following properties: 
     
    1616 * Given a set of parameter values, the object will produce an output set of streams when an input set of streams is placed at input interfaces within the defined resource utilization constraints. 
    1717 
    18 == Object structure == 
     18== [[BR]]Object structure == 
    1919.h + .c + directory structure 
    2020 
    2121==  == 
    22 == Implementing the Object == 
     22== [[BR]]Implementing the Object == 
    2323estructura del .c 
    2424 
    25 == Compiling and Linking == 
     25== [[BR]]Compiling and Linking == 
    2626com compilar i linkar amb phal 
    2727