How to generate 'Rte_Pim_xxxxx' API with Embedded Coder (autosar.tlc)
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, does anyone have a guide about how to configure a signal as Rte_Pim API, we already defined a struct(pim) in our Rte_Type header files and a macro(ponter to this struct) in Rte_SWC.h. Finally if we configure right, the generated API code should be '*Rte_Pim....().Abcdef'.
struct pim{
...
uint8 Abcdef;
...
}PerInstanceMemory;
Thanks. My matlab version is 2017b.
0 commentaires
Réponses (1)
Voir également
Catégories
En savoir plus sur AUTOSAR Blockset dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!