计算机工程与应用 ›› 2007, Vol. 43 ›› Issue (16): 90-92.

• 产品、研发、测试 • 上一篇    下一篇

基于VxWorks的导航电子地图设计

冯欣欣,焦永和   

  1. 北京理工大学 机械与车辆工程学院,北京 100081
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-06-01 发布日期:2007-06-01
  • 通讯作者: 冯欣欣

Design of navigation digital map based on VxWorks

FENG Xin-xin,JIAO Yong-he   

  1. School of Mechanical and Vehicular Engineering,Beijing Institute of Technology,Beijing 100081,China
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-06-01 Published:2007-06-01
  • Contact: FENG Xin-xin

摘要: 结合嵌入式系统的特点,提出了基于VxWorks的嵌入式导航电子地图的基本程序框架。对周期信号的管理提出了用软时钟中断响应和周期信号调度表的解决方法;提出了以作业管理任务统一对地图操作类中断事件进行调度的方法;建立了相应的嵌入式电子地图数据结构和数据转换机制,提取并转化shape文件的几何数据以实现地图的绘制。通过一个具体案例说明了该电子地图方案的可行性和实用性。

Abstract: Combining with the features of the embedded system,the structure of the embedded digital map based on VxWorks is provided.By using the software timer ISR(Interrupt Service Routine) and the periodic signal scheduling table,a technique is provided to manage the periodic signals.A task manager is provided to scheduling all the interrupts and the tasks.The data structure of the embedded digital map and the mechanism of exchanging map data are established to draw the map with the data from the shape file.An instance of the embedded digital map is provided to show the feasibility of this technique.