当前位置:网站首页>19、通道分配任务定义
19、通道分配任务定义
2022-07-28 14:26:00 【Turing_321】
\qquad 下面是HD-GR GNSS导航软件的通道分配任务相关定义:
// main_allocate.h -- Header file for the main_allocate.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 : allocate.h * Modes : None * version : V1.0 * date : 21st/Dec/2006 */
/* * HD-GR GNSS receiver project * Modes : Inherited the definitions of allocate.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_ALLOCATE_H__
#define __MAIN_ALLOCATE_H__
/******************************************************************************* * Definitions ******************************************************************************/
// NONE
/******************************************************************************* * Declarations ******************************************************************************/
void allocate_task(void* pdata);
void initialize_allocation (void);
/******************************************************************************* * Externs ******************************************************************************/
extern OS_FLAG_GRP* m_AllocateFlag;
#endif // __MAIN_ALLOCATE_H__
边栏推荐
- 树上启发式合并简单题
- [touch] count the number of engineering documents, code lines, and line comment coverage
- 7/13(水塘抽样)
- 腾讯面试之--请你设计一个实现线程池顺序执行
- day 7/12
- php parse_ URL bypass whitelist
- Classic Dijkstra and the longest way
- 3564. Date category
- DataTables warning: table id=campaignTable - Cannot reinitialise DataTable.解决
- Configure CX Oracle solution (cx_oracle.databaseerror) dpi-1047: cannot locate a 64 bit Oracle client library: "th
猜你喜欢
随机推荐
ERROR:bokeh.core.validation.check:E-1001 (BAD_COLUMN_NAME)
JDS-12时间继电器
Slider restore and validation (legal database)
知识付费开源系统
DJ-131/60C电压继电器
3477. 简单排序
3715. Minimum number of exchanges
手把手带你编写一个规范的字符设备驱动
Opencv - closely combine multiple irregular small graphs into large graphs
I heard that many merchants of crmeb have added the function of planting grass?
PMP每日一练 | 考试不迷路-7.28(包含敏捷+多选)
PMP [agile textbook + full truth simulation question]. After the exam on June 25, agile has become the top priority
电压继电器DY-28C
Compilation learning
MIT指出公开预训练模型不能乱用
RY-D1/1电压继电器
百度提出动态自蒸馏方法,结合交互模型与双塔模型实现稠密段落检索
[touch] count the number of engineering documents, code lines, and line comment coverage
redis常用命令总结(自备)
Svg verification code recognition experience









