| Trees | Indices | Help |
|---|
|
|
Concrete MultiProtocol subclass for Wixel TDMA connections
TYPICAL USAGE:
H = Hub()
P1 = Dynamixel.Protocol( Dynamixel.Bus(
port = H.getNewNodeConnection( tid1 )
))
H.addSubProtocol( P1 )
P2 = Dynamixel.Protocol( Dynamixel.Bus(
port = H.getNewNodeConnection( tid2 )
))
H.addSubProtocol( P2 )
# start loop with H.update() called
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
heartbeats !!! if enough time has passed, self._emitTimeplan() |
|||
|
|||
|
Inherited from |
|||
|
|||
INPUT:
|
INPUT: tid -- TDMA node ID OUTPUT: a NodeConnection instance that sends data via that node This is registered in self.tdn |
Update all sub-protocols and collect heartbeats
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |