定時中斷程序,源碼的注釋十分詳細,具體功能如下: 1.Frame 實現能有效降低VxWorks 內存管理內部/外部碎片的機制。 2. Frame 實現為系統提供軟定時器功能的機制,定時器timeout 信息以message 或其他快捷有效方式通知定時器申請者(Task)。 3. 參考實驗一要求,系統中每個Task 擁有自己的Message Queue,以此方式作為系統的消息驅動基礎。 4. 系統中各Task 應使用同一類型框架,即統一的Task 框架。 5. 系統內實體(Task/ISR)間傳遞的消息應有統一格式(消息頭+消息體),可分短消息和長消息,但消息頭須至少包含消息ID。系統內所有消息均有其唯一ID 標識。
上傳時間: 2016-04-02
上傳用戶:BOBOniu
Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP clients on a private IP network and performs rewriting of the SIP message bodies to make SIP connections work via an masquerading firewall (NAT). It allows SIP software clients (like kphone, linphone) or SIP hardware clients (Voice over IP phones which are SIP-compatible, such as those from Cisco, Grandstream or Snom) to work behind an IP masquerading firewall or NAT router
標簽: registrations masquerading SIP protocol
上傳時間: 2016-04-10
上傳用戶:fnhhs
練習并掌握多任務實時操作系統下Task 調度、Task 間主要通信手段(信號量、消息隊列等)、RISC 處理器 I/O 端口控制等內容,并形成嵌入式實時應用軟件的良好編程習慣。創建多Task,為每個Task 創建私有的Message Queue,每個Task 只通過自己的私有Message Queue 接收消息;Task 間消息通信通過向對方私有MessageQueue 發送消息完成。 Task1:管理Task。負責系統啟動時同步系統中其他Task 的啟動同步,利用信號量的semFlush()完成。同時接收各Task 的告警信息,告警信息需編號以logmsg 方式輸出。本task 負責系統結束時的Task 刪除處理。 Task2:console 命令行接收Task。接收并分析console 發來的命令行及參數。自行設置5 種以上命令,并根據命令的內容向Task3 或/及Task4 發送激勵消息。同時實現系統退出命令,使系統采用適當方式安全退出。收到非法命令向Task1告警。 Task3:Led 控制Task。接收Led 控制消息(命令),自定義Led 顯示方式表現命令執行情況。本task 應負責led 相關I/O port 初始化。收到非法led 控制命令向Task1 告警。 Task4:console 輸出Task。接收需打印輸出的字串消息(命令),輸出到console。收到長度為0 或超常字串向Task1 告警。
上傳時間: 2016-04-12
上傳用戶:iswlkje
Alphanumeric messages are encoded in POCSAG format and send to the serial port of a computer. The modem connects to the serial port of a computer and sends the message on the air through a transmitter.
標簽: Alphanumeric messages computer encoded
上傳時間: 2013-12-12
上傳用戶:jkhjkh1982
3rd Generation Partnership Project Technical Specification Group Terminals Technical realization of the Short Message Service
標簽: Technical Specification Partnership realization
上傳時間: 2014-01-24
上傳用戶:1966640071
Is a Application Demo (an example) of how to use the package LCD in order to make an application stand alone that show a scrolling message on display.
標簽: Application application example package
上傳時間: 2016-05-29
上傳用戶:tianyi223
Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows: csci>a.out --> Please input the key: receptive --> Please input the plain text: wearediscoveredsaveyourself --> The cipher text is : nicvtwqngfzgvtwavzvcqyglmgj -->The original message is: wearediscoveredsaveyourself • You should test your program with several runs.
標簽: the Implement algorithm textbook
上傳時間: 2013-12-21
上傳用戶:bruce5996
SPI communication between a single master and slave. Including a LCD controller that display the receiving message from the SPI bus.
標簽: communication controller Including between
上傳時間: 2013-12-18
上傳用戶:nanxia
* The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blocked debug output. The * debug() function can be used in error message and die * situations.
標簽: initialization debug_init functions and
上傳時間: 2016-07-24
上傳用戶:caozhizhi
WDM 驅動程序,包含插件及處理方法。 Shows how to implement a simple WDM driver, including Plug and Play message handling using NuMega s policy interfaces
上傳時間: 2013-12-24
上傳用戶:yuanyuan123