Trees | Indices | Help |
---|
|
( internal concrete ) DESCRIPTION: -- The Request message class represents holds information about a message request RESPONSIBILITIES: -- hold nid, cmd, and params of message -- keep track of retries remaining -- hold a timestamp -- hold a promise to be updated after dynamixel.Protocol.update() OWNERSHIP: -- owned by the dynamixel module THEORY: -- An Request object serves a way to keep track of requests. In the case of the dynamixel.Protocol it is appended to a queue and handled at update CONSTRAINTS: -- Request objects are specific to those messages handled by the dynamixel.Protocol and dynamixel.Bus
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |