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协议错误.............................................................................................11TableList表目录Table1**表................................................................................................错误!未定义书签。表1**表......................................................................................................错误!未定义书签。FigureList图目录Figure1Module1StructureChart模块1结构图........................................................................8Error:ReferencesourcenotfoundKeywords关键词:Abstract摘要:Listofabbreviations缩略语清单:<对本文所用缩略语进行说明,要求提供每个缩略语的英文全名和中文解释。Describeabbreviationsinthisdocument,fullspellingoftheabbreviationandChineseexplanationshouldbeprovided.>Abbreviations缩略语Fullspelling英文全名Chineseexplanation中文解释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.SimpleDataDescriptio...