Interface: tos.lib.net.ctp.CtpInfo
interface CtpInfoCommands
command error_t getEtx(uint16_t *etx)
command error_t getParent(am_addr_t *parent)
command bool isNeighborCongested(am_addr_t n)
command void recomputeRoutes()
command void setNeighborCongested(am_addr_t n, bool congested)
command void triggerImmediateRouteUpdate()
command void triggerRouteUpdate()
Commands - Details
getEtx
command error_t getEtx(uint16_t *etx)
getNeighborAddr
command am_addr_t getNeighborAddr(uint8_t neighbor)
getNeighborLinkQuality
command uint16_t getNeighborLinkQuality(uint8_t neighbor)
getNeighborRouteQuality
command uint16_t getNeighborRouteQuality(uint8_t neighbor)
getParent
command error_t getParent(am_addr_t *parent)
isNeighborCongested
command bool isNeighborCongested(am_addr_t n)
numNeighbors
command uint8_t numNeighbors()
recomputeRoutes
command void recomputeRoutes()
setNeighborCongested
command void setNeighborCongested(am_addr_t n, bool congested)
triggerImmediateRouteUpdate
command void triggerImmediateRouteUpdate()
triggerRouteUpdate
command void triggerRouteUpdate()