📄 delugemetadata.nc
字号:
/** * An interface for obtaining the identification data of an * image. The pointer returned by readDone will be destroyed by the * next read. * * @author Razvan Musaloiu-E. <razvanm@cs.jhu.edu> * @author Chieh-Jan Mike Liang <cliang4@cs.jhu.edu> */interface DelugeMetadata{ command error_t read(uint8_t imgNum); event void readDone(uint8_t imgNum, DelugeIdent* ident, error_t error);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -