欢迎来到天天文库
浏览记录
ID:35714783
大小:565.00 KB
页数:69页
时间:2019-04-13
《基于OpenGL的VxWorks图形用户界面开发》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于OpenGL的VxWorks图形用户界面开发摘要图形用户界面(GUI)是人机交互技术的重要内容,它使用图形图像信息、直观的表达方式与用户交互,使软件系统的人机界面简洁、美观、方便好用,更加人性化。目前GUI已经大量应用在嵌入式领域,但是大多数嵌入式GUI系统提供给用户的显示平面从逻辑设计上讲是二维的,最大的缺点在于反映信息量小,在对真实场景进行模拟显示的时候,无法提供真实的场景数据。随着嵌入式系统硬件功能的不断提高,如何开发一款支持3D建模的嵌入式GUI已成为一个迫切的话题。本课题来源于实习工作中的“某星载仪表控制计算机”项目,该计算机采用VxWo
2、rks作为其操作系统,要求设计出人性化的人机界面,可以实时显示系统的相关参数数据、图形信息等,并提供对3D模块的支持,能够进行3D图形的绘制和显示。本文经过详细分析和设计,实现了将OpenGL/Mesa3D图形库移植到VxWorks系统,并结合VxWorks内核及其多媒体库WindML的相关接口,开发了以消息驱动为核心、具有基本窗口管理功能和仿Windows控件效果、支持中文界面和3D画面绘制显示的GUI系统。从工程应用和测试的效果来看,该GUI系统基本实现了预期功能。关键词:嵌入式系统VxWorks图形用户界面OpenGL/MesaWindMLAbs
3、tractAsanimportantbranchoftheHMI(Human-MachineInterface),GUI(GraphicalUserInterface)providesrichgraphicsmodesforexchanginginformationwithusersingraphicalandintuitionisticways.GUImakessoftwareconvenientandhumanistic,andhasbeenappliedinembeddedfieldsprevalently.Mostoftraditionalem
4、beddedGUIsystemsonlyprovide2Ddrawingcontrol.Itmeansthattheshowplaneswhichareavailabletousersaretwo-dimensionalinlogic.Inthesimulationofshowingtherealscene,themajordrawbackofthissystemisthatinformationwhichisreflectedissolittlethatcannotprovidetruedata.Withtheimprovementofembedde
5、dsystems'hardwares,ithasbecomeanurgenttopichowtodevelopanembeddedGUIwhichsupports3Dmodeling.Thisissusoriginatesfromtheprojectnamed"SpaceInstrumentControlComputer"andthiscomputerusesVxWorksasitsoperatingsystem,whichrequesttheUIishumanisticandcoulddemonstratethesystem'srelatedpara
6、meterdata,graphicandotherinformationinreal-time,anditalsohasthe3Dgraphicalfunction,whichcanbeusedtodisplayandrenderthe3dgraphics.Withdeeplyanalysisanddesign,thisthesisfinallymaketheOpenGL/Mesa3DlibraryportablefortheVxWorkssystem,andbyusingtheWindMLlibrarycontaintedinVxWorksSyste
7、m,IdevelopedaMessage-DrivenorientedGUISystem,whosestyleiswindowslikedandChinesecharactersupported.Moreoveritcanbeusedasa3Ddisplayandrenderingsystem.Regardingthetesteffectoftheapplication,thisGUIsystemhasbasicallyrealizedtheanticipatedfunction.Keyword:EmbeddedSystemVxWorksGUIOpen
8、GL/MesaWindMLI目录目录第一章绪论11.1背景知识介绍11.1.1嵌入式实时系统1
此文档下载收益归作者所有