Book a Demo

Author Topic: Generation/Reverse Engineering of AUTOSAR Code  (Read 3005 times)

Dominik Biber

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Generation/Reverse Engineering of AUTOSAR Code
« on: September 16, 2010, 11:20:49 pm »
Hello,

is it possible to use the Generation/Reverse Engineering mechanism of EA for C-code
using the AUTOSAR compiler abstraction as described in
http://www.autosar.org/download/R3.0/AUTOSAR_SWS_CompilerAbstraction.pdf

For example:
typedef P2VAR(uint8, AUTOMATIC, _near) NearDataType;
FUNC(NearDataType, _far) FarFuncReturnsNearPtr(void);

Best regards
Dominik