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

📄 log.h

📁 myTemp is used to connect PalmOS PDAs to Dallas Microlan(tm) Devices. It currently supports DS1820
💻 H
字号:
typedef struct {	UInt8	sensorNum;	UInt32	time;	Int16	temp;} LogEntryT;Boolean LogData(UInt8, UInt32, Int16);UInt16	LogGetNumEntries(DmOpenRef, UInt16);UInt16	LogGetMinMaxEntry(DmOpenRef, LogEntryT*, LogEntryT*);void	LogGetEntry(DmOpenRef, UInt16, UInt16, LogEntryT*);void	LogGetLastEntry(DmOpenRef, LogEntryT*);Boolean LogOpenOrCreateDatabase(DmOpenRef*, UInt16);Boolean LogCloseDatabase(DmOpenRef);Boolean LogClearLog(void);UInt16	LogGetNumRecords(DmOpenRef);

⌨️ 快捷键说明

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