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

📄 sensor.h

📁 extremeDB s sample code,useful for you
💻 H
字号:
#ifndef	_SENSOR_H_	#define	_SENSOR_H_#include "platform.h"#include "mco.h"#ifdef __cplusplus  extern "C" { #endifvoid s1_init(mco_db_h db, int num_rec);void s2_init(mco_db_h db, int num_rec);void s3_init(mco_db_h db, int num_rec);void s4_init(mco_db_h db, int num_rec);int s1_new_record(mco_trans_h t, int4 time);int s2_new_record(mco_trans_h t, int4 time);int s3_new_record(mco_trans_h t, int4 time);int s4_new_record(mco_trans_h t, int4 time);void s1_output(mco_trans_h t, FILE *f);void s2_output(mco_trans_h t, FILE *f);void s3_output(mco_trans_h t, FILE *f);void s4_output(mco_trans_h t, FILE *f);#ifdef __cplusplus  }#endif#endif	//_SENSOR_H_

⌨️ 快捷键说明

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