Interface: moteiv.tos.lib.Deluge.DelugeMetadata

interface DelugeMetadata

Author:
Jonathan Hui <jwhui@cs.berkeley.edu>

Commands
command DelugeImgDesc *getImgDesc(imgnum_t imgNum)
command bool isImgDescValid(DelugeImgDesc *tmpImgDesc)
command bool isStarted()
command result_t receivedPage(imgnum_t imgNum, pgnum_t pgNum)
command result_t setupNewImage(DelugeImgDesc *imgDesc)

Events
event void updateDone(result_t result)

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)