Changes between Version 1 and Version 2 of ObjectDeveloperGuide
- Timestamp:
- 12/19/08 15:15:19 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ObjectDeveloperGuide
v1 v2 3 3 4 4 == 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 thecomponents and with the underlying Operating Environment.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 components and with the underlying Operating Environment. 6 6 7 7 A Signal Processing Block or '''"ALOE Object"''' has the following properties: … … 16 16 * 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. 17 17 18 == Object structure ==18 == [[BR]]Object structure == 19 19 .h + .c + directory structure 20 20 21 21 == == 22 == Implementing the Object ==22 == [[BR]]Implementing the Object == 23 23 estructura del .c 24 24 25 == Compiling and Linking ==25 == [[BR]]Compiling and Linking == 26 26 com compilar i linkar amb phal 27 27