FordMsg091BusHiSpd_MDD

Module Design Document

For

FordMsg091BusHiSpd

17-Apr-2018

Prepared For:

Software Engineering

Nexteer Automotive,

Saginaw, MI, USA

Prepared By:

Tata Elxsi,

Trivandrum, INDIA
Change History

DescriptionAuthorVersionDate
Initial VersionShishir Holenarasipura1.017-Apr-2018


Table of Contents

1 Introduction 5

1.1 Purpose 5

2 FordMsg091BusHiSpd & High-Level Description 6

3 Design details of software module 7

3.1 Graphical representation of FordMsg091BusHiSpd 7

3.2 Data Flow Diagram 7

3.2.1 Component level DFD 7

3.2.2 Function level DFD 7

4 Constant Data Dictionary 8

4.1 Program (fixed) Constants 8

4.1.1 Embedded Constants 8

5 Software Component Implementation 9

5.1 Sub-Module Functions 9

5.1.1 Init: FordMsg091BusHiSpdInit1 9

5.1.2 Per: FordMsg091BusHiSpdPer1 9

5.2 Server Runnables 9

5.2.1 ComIPduCallout_Yaw_Data_FD1 9

5.2.1.1 Design Rationale 9

5.2.1.2 Processing of function 9

5.2.2 ComTimeoutNotification_VehYaw_W_Actl 9

5.2.2.1 Design Rationale 9

5.2.2.2 Processing of function 9

5.3 Interrupt Functions 9

5.4 Module Internal (Local) Functions 10

5.4.1 Local Function #1 10

5.4.1.1 Design Rationale 10

5.4.1.2 Processing 10

5.4.2 Local Function #2 10

5.4.2.1 Design Rationale 11

5.4.2.2 Processing 11

5.4.3 Local Function #3 11

5.4.3.1 Design Rationale 11

5.4.3.2 Processing 11

5.4.4 Local Function #5 11

5.4.4.1 Design Rationale 11

5.4.4.2 Processing 11

5.5 GLOBAL Function/Macro Definitions 12

6 Known Limitations with Design 13

7 UNIT TEST CONSIDERATION 14

Appendix A Abbreviations and Acronyms 15

Appendix B Glossary 16

Appendix C References 17

Introduction

Purpose

MDD for FordMsg091BusHiSpd

FordMsg091BusHiSpd & High-Level Description

Please refer FDD.

Design details of software module

Graphical representation of FordMsg091BusHiSpd

Data Flow Diagram

Component level DFD

Please refer FDD.

Function level DFD

Please refer FDD.

Constant Data Dictionary

Program (fixed) Constants

Embedded Constants

Local Constants

Constant NameResolutionUnitsValue
Please refer Data Dictionary .m fileNANANA

Software Component Implementation

Sub-Module Functions

5.1.1 Init: FordMsg091BusHiSpdInit1

Design Rationale

None

Module Outputs

None

5.1.2 Per: FordMsg091BusHiSpdPer1

5.1.2.1 Design Rationale

None

5.1.2.2 Store Module Inputs to Local copies

None

5.1.2.3 Processing of function)

None

5.1.2.4 Store Local copy of outputs into Module Outputs

None

Server Runnables

ComIPduCallout_Yaw_Data_FD1

5.2.1.1 Design Rationale

None

5.2.1.2 Processing of function

None

ComTimeoutNotification_VehYaw_W_Actl

5.2.2.1 Design Rationale

None

5.2.2.2 Processing of function

None

Interrupt Functions

None

Module Internal (Local) Functions

Local Function #1

Function NameDiagEnaTypeMinMax
Arguments PassedFordTrfcJamAssiEnad_Cnt_T_loglboolean0U1U
FordTrlrBackUpAssiEnad_Cnt_T_loglboolean0U1U
FordLaneCentrAssiEnad_Cnt_T_loglboolean0U1U
ClrDiagcFlgProxy_Cnt_T_u08uint80U255U
FordCanDtcInhb_Cnt_T_loglboolean
*MissMsgDiagEna_Cnt_T_loglboolean0U1U
*ClrDiagcFlgProxyEna_Cnt_logboolean0U1U
Return Value

Design Rationale

Processing

Please refer to the below path in the FDD model.

MM056A_FordMsg091BusHiSpd/FordMsg091BusHiSpd/FordMsg091BusHiSpdPer1/DiagEna

Local Function #2

Function NameMissMsgTypeMinMax
Arguments PassedBusHiSpdMissThd_Cnt_T_u16unit160U65535U
MissMsgDiagEna_Cnt_T_loglboolean0U1U
ClrDiagcFlgProxyEna_Cnt_loglboolean0U1U
*FordVehYawRateRaw_Cnt_T_u16uint160U65535U
*FordVehYawRate_RadPerSec_T_f32float32-6.5+6.6066
Return ValueFordVehYawRateRawVld_Cnt_T_loglboolean0U1U

Design Rationale

Processing

Please refer to the below path in the FDD model.

MM056A_FordMsg091BusHiSpd/FordMsg091BusHiSpd/FordMsg091BusHiSpdPer1/Msg_Missing

Local Function #3

Function NameOutpProcgTypeMinMax
Arguments PassedFord_VehYaw_W_Actl_Cnt_T_enumFord_VehYaw_W_Actl0U65535U
*FordVehYawRateRaw_Cnt_T_u16uint160U65535U
*FordVehYawRateRawVld_Cnt_T_loglboolean0U1U
*FordVehYawRate_RadPerSec_T_f32float32-6.5+6.6066
*FordVehYawRateRawVldInp_Cnt_T_loglboolean0U1U
Return ValueNone

Design Rationale

Processing

Please refer to the below path in the FDD model.

MM056A_FordMsg091BusHiSpd/FordMsg091BusHiSpd/FordMsg091BusHiSpdPer1/Msg_Present/OutputProcessing

Local Function #5

Function NameVldElpdTiTypeMinMax
Arguments Passed*VldElpdTi_Cnt_T_loglboolean0U1U
*InvldElpdTi_Cnt_T_loglboolean0U1U
Return ValueNone

Design Rationale

Processing

Please refer to the below path in the FDD model.

MM056A_FordMsg091BusHiSpd/FordMsg091BusHiSpd/FordMsg091BusHiSpdPer1/Msg_Present/OutputProcessing/VldElpdTi

GLOBAL Function/Macro Definitions

None

Known Limitations with Design

The output signals FordVehYawRate and FordVehYawRateRaw are not limited in design. But limits have been added to these signals in the implementation.

UNIT TEST CONSIDERATION

The output signals FordVehYawRate and FordVehYawRateRaw are not limited in design. But limits have been added to these signals in the implementation. Anomaly will be created for the same.

Abbreviations and Acronyms

Abbreviation or AcronymDescription
FDDFunctional Design Document. (See references)

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

TermDefinitionSource
MDDModule Design Document
DFDData Flow Diagram

References

Ref. #TitleVersion
1AUTOSAR Specification of Memory Mapping (Link:AUTOSAR_SWS_MemoryMapping.pdf)v1.3.0 R4.0 Rev 2
2MDD GuidelineEA4 01.00
3Software Naming Conventions.docEA4 01.02
4Software Design and Coding Standards.docEA4 2.01
5FDD: MM056A_FordMsg091BusHiSpd_DesignSee Synergy subproject version
Last modified October 12, 2025: Initial commit (ddf2e20)