log.h

来自「myTemp is used to connect PalmOS PDAs to」· C头文件 代码 · 共 16 行

H
16
字号
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 + =
减小字号Ctrl + -
显示快捷键?