⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sos.h

📁 SOS操作系统用于无线传感器网络节点的源代码
💻 H
字号:
/**
 * @brief    main include file for SOS
 * @author   Simon Han (simonhan@ee.ucla.edu)
 *
 */
#ifndef _SOS_H
#define _SOS_H


#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <pid.h>

#include <sos_types.h>
#include <sos_module_types.h>
#include <sos_error_types.h>

#include <message.h>
#include <malloc.h>
//#include <monitor.h>
//#include <fntable.h>
#include <sos_cam.h>
//#include <timestamp.h>
#include <sos_info.h>
//#include <measurement.h>
#include <sched.h>

#ifndef QUALNET_PLATFORM
/**
 * @brief initialization
 * @params cond booting condition
 */
extern int sos_main(uint8_t cond);

#endif //QUALNET_PLATFORM

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -