当前位置:网站首页>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__
边栏推荐
- Gfpgan blurred photo repair artifact
- Deepfacelab model parameters collection
- PMP practice once a day | don't get lost in the exam -7.28 (including agility + multiple choices)
- 3559. Ring counting
- 全开源免费的客服系统来了
- Dj-131/60c voltage relay
- Crmeb knowledge paid manual installation tutorial
- How to write a JMeter script common to the test team
- Install MOSEK, license installation location search
- ArcGIS Pro 中的编辑器
猜你喜欢
随机推荐
Jwy-32b voltage relay
shellcode编写(未完)
3438. 数制转换
Shellcode writing (unfinished)
crmeb 标准版Window+phpstudy8安装教程(一)
pyppeteer 遇到的问题
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
Ffmpeg notes
An idea of modifying vertex height with shader vertex shader
3588. Permutation and binary
3559. 围圈报数
celery 相关
subst命令将一个文件夹镜像成本地的一个磁盘
3477. 简单排序
Establish binary tree + C language code from preorder and middle order
Summary of common redis commands (self provided)
crmeb 标准版window+phpstudy8安装教程(二)
2022-07-28日报:Science:AI设计蛋白质再获突破,可设计特定功能性蛋白质
Back compilation failed
sql 开发篇一 之 表锁查询及解锁









