Changes between Version 20 and Version 21 of ObjectDeveloperGuide

Show
Ignore:
Timestamp:
02/09/10 11:08:47 (15 years ago)
Author:
antoni (IP: 192.168.100.175)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ObjectDeveloperGuide

    v20 v21  
    4444Note how the module owns the CPU during the time it process the message. After that, the object returns to the STATUS point handing the CPU over to ALOE again. In anomalous or time rules violation, ALOE may release the ownership from the module before returning to the STATUS point. 
    4545 
    46 === Coding an Object === 
     46=== Coding a Module === 
    4747The programming language used to describe a module may change between different processing devices, depending on the tools provided by the device manufacturer. However, it would be very interesting to use always the same language so the code can be reused. This is unrealistic, because currently programmable devices as GPP or DSP can use C/C++ while others like logic programmable devices as FPGA use totally different languages (VHDL). 
    4848