当前位置:网站首页>21. Definition of message processing task
21. Definition of message processing task
2022-07-28 15:34:00 【Turing_ three hundred and twenty-one】
\qquad Here is HD-GR GNSS Definition of message processing task of navigation software :
// 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__
边栏推荐
猜你喜欢

Celery related

Self cultivation of programmers

7/13 (pond sampling)

Shellcode writing learning environment
Data synchronization of new version

Pytorch - autograd automatic differentiation

Daily question (retrospective)

In 2022, the average salary of global programmers was released, and China ranked unexpectedly

DAY:7/11

ArcGIS Pro 中的编辑器
随机推荐
Explain the difference set, intersection set and union set of complex type set in detail.Net
4. Main program and cumulative interrupt processing routine implementation code
最小堆提升每次排序的效率
try...except异常处理语句(6)
一篇文章了解RSocket协议
Idea debugging burpsuit plug-in
Have you ever used the single merchant mall, which is smooth enough to make people feel numb?
腾讯面试之--请你设计一个实现线程池顺序执行
百度提出动态自蒸馏方法,结合交互模型与双塔模型实现稠密段落检索
ERROR:bokeh.core.validation.check:E-1001 (BAD_COLUMN_NAME)
.net core version 2.2 cross domain configuration
Volatile principle
22、电文处理任务实现
[leetcode] 35. Search the insertion position
1、开源GPS项目HD-GR GNSS的著作者
MIT指出公开预训练模型不能乱用
Table lock query and unlocking in SQL development part 1
Opencv - draw mask images of multiple instances
根据输入target,返回数组的两个下标。
Introduction to grpc