FltInj_MDD
Module Design Document
For
FltInj
04/29/2016
Prepared For:
Software Engineering
Nexteer Automotive,
Saginaw, MI, USA
Prepared By:
Krishna Anne,
Nexteer Automotive,
Saginaw, MI, USA
Change History
Description | Author | Version | Date |
Initial Version | Lucas Wendling | 1.0 | 08/26/15 |
Updates are per FDD v2.1.0 | Krishna Anne | 2.0 | 04/29/16 |
Table of Contents
2 <Component Name> & High-Level Description 6
3 Design details of software module 7
3.1 Graphical representation of <Component Name> 7
4.1 Program (fixed) Constants 8
5 Software Component Implementation 9
5.1.1 Init: <Component Name>_Init<n> 9
5.1.2 Per: <Component Name>_Per<n> 9
5.1.2.2 Store Module Inputs to Local copies 9
5.1.2.3 (Processing of function)……… 9
5.1.2.4 Store Local copy of outputs into Module Outputs 9
5.2.1.2 (Processing of function)……… 10
5.3.1 Interrupt Function Name 10
5.3.1.2 (Processing of the ISR function)….. 10
5.4 Module Internal (Local) Functions 10
5.5 GLOBAL Function/Macro Definitions 10
6 Known Limitations with Design 12
Appendix A Abbreviations and Acronyms 14
Introduction
Purpose
MDD for FltInj (DF001A).
FltInj High-Level Description
Refer FDD
Design details of software module
Graphical representation of FltInj
Data Flow Diagram
Component level DFD
Function level DFD
Constant Data Dictionary
Program (fixed) Constants
Embedded Constants
Local Constants
Constant Name | Resolution | Units | Value |
---|---|---|---|
TICNVN_MICROTOMILLI_F32 | Single precision float | MicroToMilli | 0.001 |
For other constants, refer DataDict.m
Software Component Implementation
Sub-Module Functions
Init:
None
Design Rationale
N/A
Module Outputs
N/A
Per: FltInjPer1
Design Rationale
Refer FDD
Store Module Inputs to Local copies
Refer FDD
(Processing of function)………
Refer FDD
Store Local copy of outputs into Module Outputs
Refer FDD
Server Runables
FltInj_f32_Oper
Design Rationale
Refer FDD
(Processing of function)………
Refer FDD
FltInj_logl_Oper
Design Rationale
Refer FDD
(Processing of function)………
Refer FDD
FltInj_u08_Oper
Design Rationale
Refer FDD
(Processing of function)………
Refer FDD
FltInj_u0p16_Oper
Design Rationale
Refer FDD
(Processing of function)………
Refer FDD
Interrupt Functions
None
Interrupt Function Name
N/A
Design Rationale
N/A
(Processing of the ISR function)…..
N/A
Module Internal (Local) Functions
NA
GLOBAL Function/Macro Definitions
NA
Known Limitations with Design
UNIT TEST CONSIDERATION
Unit testing should be performed for when the build constant FLTINJENA is set to STD_ON in order to enable core functionality of this module. This will have to be done by manually altering FltInj.h to change the value of this #define.
The SigPah_Arg signal of the FltInj_f32 server runnable has a special unit test consideration (MIL, SIL, PIL) that the range called out in the data dictionary should only be used for defining "input" vectors, and the range check that is normal done on the "output" is skipped in this special instance. (This second point is copied from the FDD).
Abbreviations and Acronyms
Abbreviation or Acronym | Description |
---|---|
Glossary
Note: Terms and definitions from the source “Nexteer Automotive” take precedence over all other definitions of the same term. Terms and definitions from the source “Nexteer Automotive” are formulated from multiple sources, including the following:
ISO 9000
ISO/IEC 12207
ISO/IEC 15504
Automotive SPICE® Process Reference Model (PRM)
Automotive SPICE® Process Assessment Model (PAM)
ISO/IEC 15288
ISO 26262
IEEE Standards
SWEBOK
PMBOK
Existing Nexteer Automotive documentation
Term | Definition | Source |
---|---|---|
MDD | Module Design Document | |
DFD | Data Flow Diagram |
References
Ref. # | Title | Version |
---|---|---|
1 | AUTOSAR Specification of Memory Mapping (Link:AUTOSAR_SWS_MemoryMapping.pdf) | v1.3.0 R4.0 Rev 2 |
2 | MDD Guideline | EA4 01.00.00 |
3 | EA4 Software Naming Conventions.doc | 01.00.00 |
4 | Software Design and Coding Standards.doc | 2.1 |
4 | DF001A_FltInj_Design | See Synergy subproject version |