Interface: moteiv.tos.lib.Deluge.DelugeMetadata
interface DelugeMetadata
- Author:
-
Jonathan Hui <jwhui@cs.berkeley.edu>
Commands
command DelugeImgDesc *getImgDesc(imgnum_t imgNum)
command result_t receivedPage(imgnum_t imgNum, pgnum_t pgNum)
Events
Commands - Details
getImgDesc
command DelugeImgDesc *getImgDesc(imgnum_t imgNum)
isImgDescValid
command bool isImgDescValid(DelugeImgDesc *tmpImgDesc)
isStarted
command bool isStarted()
receivedPage
command result_t receivedPage(imgnum_t imgNum, pgnum_t pgNum)
setupNewImage
command result_t setupNewImage(DelugeImgDesc *imgDesc)
Events - Details
updateDone
event void updateDone(result_t result)