当前位置:网站首页>21、电文处理任务定义
21、电文处理任务定义
2022-07-28 14:26:00 【Turing_321】
\qquad 下面是HD-GR GNSS导航软件的电文处理任务相关定义:
// main_message.h -- Header file for the main_message.c file
/* * Copyright (C) 2005 Andrew Greenberg * Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 (June 1991). * See the "COPYING" file distributed with this software for more information. */
/* Namuru GPS receiver project * Original : message.h * Modes : None * version : V1.0 * date : 21st/Dec/2006 */
/* * HD-GR GNSS receiver project * Modes : Inherited the definitions of message.h in the Namuru GPS receiver * project V1.0 and made necessary adjustments to adapt to the new * RTOS and functions. * version : V1.0 * date : xx/xx/2015 */
#ifndef __MAIN_MESSAGE_H__
#define __MAIN_MESSAGE_H__
#include "constants.h"
/******************************************************************************* * Definitions ******************************************************************************/
/******************************************************************************* * Declarations ******************************************************************************/
/******************************************************************************* * Prototypes (Globally visible functions) ******************************************************************************/
void message_task(void* pdata) __attribute__ ((section(".isrcode.txt")));
/******************************************************************************* * Externs ******************************************************************************/
extern OS_FLAG_GRP* m_MessageFlag __attribute__ ((section(".isrdata.rwdata")));
extern OS_FLAGS channels_with_subframes __attribute__ ((section(".isrdata.rwdata")));
#endif // __MAIN_MESSAGE_H__
边栏推荐
- CANoe使用教程
- Deepfacelab model parameters collection
- DataTables warning: table id=campaignTable - Cannot reinitialise DataTable.解决
- I heard that many merchants of crmeb have added the function of planting grass?
- idea调试burpsuit插件
- crmeb pro2.2即将增加的功能都有哪些?
- 电压继电器DY-28C
- PMP practice once a day | don't get lost in the exam -7.28 (including agility + multiple choices)
- DataTables warning: table id=campaigntable - cannot reinitialize datatable. solve
- JY-7GA/1电压继电器
猜你喜欢
随机推荐
提速1200倍!MIT开发新一代药物研发AI,吊打老模型
Shellcode writing (unfinished)
解决pycharm使用powershell出错问题
Install MOSEK, license installation location search
软件测试的流程规范有哪些?具体要怎么做?
滑块还原和验证(法律数据库)
3438. 数制转换
JY-7GA/1电压继电器
7/13(水塘抽样)
Requses template
HJS-DE1/2时间继电器
redis常用命令总结(自备)
How to set some app application icons on the iPhone Apple phone that you don't want others to see? How to hide the app application settings on the mobile desktop so that they can be used normally afte
An idea of modifying vertex height with shader vertex shader
Knowledge payment open source system
每日一题(回溯)
Problems encountered by pyppeter
Deepfacelab model parameters collection
R introduction example details
Publish raspberry pie web page with cpolar (apache2 installation test)








