您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 质量控制/管理 > 华为软件详细设计模板
产品名称Productname密级Confidentialitylevel产品版本ProductversionTotal12pages共12页XXLowLevelDesignSpecificationXX详细设计说明书Preparedby拟制Name+ID姓名+工号Date日期yyyy-mm-ddReviewedby评审人Date日期yyyy-mm-ddApprovedby批准Date日期yyyy-mm-ddXXXXCo.,Ltd.XXXX有限公司XXLowLevelDesignSpecificationXX详细设计说明书Pleaseinputconfidentialitylevel请输入密级Page2,Total12第2页,共12页RevisionRecord修订记录Date日期RevisionVersion修订版本CRID/DefectIDCR号SecNo.修改章节ChangeDescription修改描述Author作者1.1.XXLowLevelDesignSpecificationXX详细设计说明书Pleaseinputconfidentialitylevel请输入密级Page3,Total12第3页,共12页Catalog目录1Introduction简介...............................................................61.1Purpose目的..............................................................61.2Scope范围................................................................62DetailedDesign详细设计.........................................................62.1Module1DetailDesign模块1详细设计.......................................62.1.1DataDescription数据描述..............................................62.1.2FunctionDescription函数描述..........................................82.2Module2DatailDesign模块2详细设计......................................112.3ErrorProcess错误处理....................................................112.3.1SystemError系统错误..................................................112.3.2InterfaceError接口错误...............................................112.3.3ProtocolError协议错误................................................11XXLowLevelDesignSpecificationXX详细设计说明书Pleaseinputconfidentialitylevel请输入密级Page4,Total12第4页,共12页TableList表目录Table1**表....................................................错误!未定义书签。表1**表.......................................................错误!未定义书签。FigureList图目录Figure1Module1StructureChart模块1结构图....................................8XXLowLevelDesignSpecificationXX详细设计说明书Pleaseinputconfidentialitylevel请输入密级Page5,Total12第5页,共12页XXLowLevelDesignSpecificationXX详细设计说明书Keywords关键词:Abstract摘要:Listofabbreviations缩略语清单:对本文所用缩略语进行说明,要求提供每个缩略语的英文全名和中文解释。Describeabbreviationsinthisdocument,fullspellingoftheabbreviationandChineseexplanationshouldbeprovided.Abbreviations缩略语Fullspelling英文全名Chineseexplanation中文解释XXLowLevelDesignSpecificationXX详细设计说明书Pleaseinputconfidentialitylevel请输入密级Page6,Total12第6页,共12页1Introduction简介1.1Purpose目的Todescriptthepurposeofthisdocument.Ingeneral,LLDspecificationcanbeusedtoguidethecodingactivitiesdirectly.描述本文的目的,一般详细设计必须能够直接指导编码活动。1.2Scope范围Thissectionshouldaddressareaswhichthisdocumentincludesandthatarespecificallyexcludes.本节应描述文档所包括和不包括的内容。2DetailedDesign详细设计ThissectionshouldfocusonthedescriptionofthedetaileddesignofthesoftwareentitiesthatareapartofthesoftwarebeingdescribedbytheHLDSpecification。.对于在概要设计说明书中给出的软件实体,本节集中描述它们的详细描述部分。2.1Module1DetailDesign模块1详细设计Describedatathatdefinedorusedinthemodule,including:simpledatai.e.globalvariable,constantormacrowithinthemodule;complexdatai.e.Structureorunion....描述模块中定义和使用的数据,包括:简单数据,如模块级的全局变量、常量、宏;复合数据,如模块内部的结构、联合...;2.1.1DataDescription数据描述Describesimplevariables,constantormacroofthemoduleinsection2.1.1.1;Describecomplexdatafromsection2.1.1.2,suchasstructure,union;在2.1.1.1中描述本模块中的简单变量、常量、宏;从2.1.1.2起描述本模块中的复合数据,如结构、联合等;1.SimpleDataDescription简单数据描述XXLowLevelDesignSpecificationXX详细设计说明书Pleaseinputconfidentialitylevel请输入密级Page7,Total12第7页,共12页describesimplevariables、constantormacrousedordefinedinthismodule;描述在本模块中定义和使用的简单变量、常量、宏;Describessimplevariables,constantsusedordefinedinthismodule;Thedescriptionofsimpledatashouldfollowtheformatbelow:FunctionDescription:DescribingtheusageofthedataDataDefinition:Definingthedata按照下列格式进行简单数据的描述功能描述:描述该数据的用途数据定义:定义该数据2.Structure1结构1DefineanddescribetheDatastructure(includeunion)定义和说明该数据结构(包括联合);Thedescriptionofdatastructureshouldfollowtheformatbelow:DataStructureDescription:DescribingtheusageofthedatastructureDataStructureDefinition:DefiningthedatastructurewiththeactualprograminglanguageDataItemsDescription:DataTypeDataItemDefinitionDataItemDescription按照下列格式进行数据结构的描述数据结构描述:描述该数据结构的用途数据结构定义:用实际的编程语言定义该数据结构数据项描述:数据类型数据项定义数据项描述3.Structure2结构2XXLowLevelDesignSpecificationXX详细设计说明书Pleaseinputconfidentialitylevel请输入密级Page8,Total12第8页,共12页2.1.2FunctionDescription函数描述Thissectionshouldfollowtheformatbelow:Identification:TitleofthemoduleType:Typeofthemodule,forexample,themoduleinLevel2Design,theprocessinLevel1Design,etc.FunctionDescription:Describingthefunctionsofthemoduleinbrief,whichshouldbeconsistentwiththerelatedsectioninHLDdocuments.FunctionInvokingRelation:UsingtheHierarchyChartorStructureCharttodescribeit,forexample:本节应按照下列格式进行描述:标识:模块名称类型:模块类型,如,2级设计中的模块,1级设计中的进程功能概述:简要描述本模块功能,要和概要设计文档中相关模块分解的描述一致。函数调用关系:用层次图或结构图的方式描述函数调用关系,如:Function1Function2Function3A,BCD,EFigure1Module1StructureChart模块1结构图1.Function1函数1Descriptthefunctionasfollows;Function://nameoffunctionDescription://functionalityofthefunctionCalls://functionlistswhichcalledbythisfunctionDataAccessed://globalvariablesordatabasetablestobevisitedDataUpdated://globalvariablesordatabasetablestobemodifiedInput://descriptionofeachinputparameter,//includingfunctiondescription、valuedescription,//and
本文标题:华为软件详细设计模板
链接地址:https://www.777doc.com/doc-1210086 .html