按索引浏览词汇表
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
A |
---|
AMDAUTOSAR Monitoring and Debugging: AMD test tool, Microsar AMD gives ECU developers access to valuable information on runtimes and statuses of the application and basic software. In test environments it is now easier to compare internal ECU parameters to external parameters and bus communication. | |
APIApplication Programming Interface: A standardized interface is an interface which is predefined by the AUTOSAR standard as an API in the C language. It is used between BSW modules in an ECU, between the RTE and the operating system or between the RTE and the BSW module Com. | |
ArtiAUTOSAR Runtime Interface: Arti is an interface to debugging/tracing tools to ease and speed up the debugging, tracing, and verification of system behavior. | |
ASAMAssociation for Standardisation of Automation- and Measuring Systems | |
ASRAUTOSAR : Automotive Open System Architecture | |
B |
---|
BfxBitfield functions for fixed point: Library for bit handling in fixed point arithmetic functions. | |
BmcBSW Multi- Core Library: This library abstracts atomic hardware accesses to improve the handling of multi-core systems. | |
BndMBulk NvData Manager: The BndM module avoids a RAM mirror for read access to nonvolatile data. The write strategy is more complex, which is why it is more suitable for data that is rarely updated (e.g. variant coding). | |
BSSBlock Started by Symbol: BSS section is used by the compiler for global and static variables. It is one of the default COFF sections that is used to reserve a specified amount of space in the memory map that can later be used for storing data. It is normally uninitialized. | |