| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
PingThread Class ReferenceAttempts to ping the specified servo by reading its model number, and if successful, current sensor values. More...
Inheritance diagram for PingThread:
![]() Detailed DescriptionAttempts to ping the specified servo by reading its model number, and if successful, current sensor values. The run() call returns with the model string if successful, or NULL if the ping timed out Definition at line 543 of file DynamixelProtocol.h.
Constructor & Destructor Documentation
constructor, pass input and output streams, the servo id, and optional sensor response to be filled in Definition at line 546 of file DynamixelProtocol.h.
destructor, stop and join thread Definition at line 549 of file DynamixelProtocol.h.
dummy Member Function Documentation
Reimplemented from Thread. Definition at line 110 of file DynamixelProtocol.cc.
get timeout Definition at line 551 of file DynamixelProtocol.h.
dummy
Reimplemented from Thread. Definition at line 60 of file DynamixelProtocol.cc.
set timeout Definition at line 552 of file DynamixelProtocol.h. Member Data Documentation
input stream Definition at line 560 of file DynamixelProtocol.h. Referenced by PingThread::cancelled(), and PingThread::run().
response to be filled in if successful and the servo is servo following common Dynamixel servo register layout. Definition at line 564 of file DynamixelProtocol.h. Referenced by PingThread::run().
response to be filled in if successful and the servo is an AX-S1 model. Definition at line 565 of file DynamixelProtocol.h. Referenced by PingThread::run().
Definition at line 554 of file DynamixelProtocol.h. Referenced by PingThread::run().
time to wait for a response before giving up (in milliseconds) Definition at line 559 of file DynamixelProtocol.h. Referenced by PingThread::getTimeout(), PingThread::run(), and PingThread::setTimeout().
temporary storage to append the model number to Definition at line 566 of file DynamixelProtocol.h. Referenced by PingThread::run(). The documentation for this class was generated from the following files: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu Hardware Abstraction Layer 5.1CVS |
Generated Fri Mar 16 05:30:46 2012 by Doxygen 1.6.3 |