Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ServoInfoResponse Struct Reference

Expected response from a ReadModelCmd. More...

#include <DynamixelProtocol.h>

Inheritance diagram for ServoInfoResponse:

Detailed Description

Expected response from a ReadModelCmd.

Definition at line 446 of file DynamixelProtocol.h.

List of all members.

Public Member Functions

 ServoInfoResponse ()
unsigned short getModelNumber () const
const char * getModelString () const

Public Attributes

unsigned char modell
 indicates low byte of model number
unsigned char modelh
 indicates high byte of model number
unsigned char version
 firmware version
unsigned char checksum
 checksum value (bitwise negated sum of all non-marker fields), see nchecksum()

Constructor & Destructor Documentation

Definition at line 447 of file DynamixelProtocol.h.


Member Function Documentation

unsigned short getModelNumber (  )  const

Definition at line 448 of file DynamixelProtocol.h.

Referenced by ServoInfoResponse::getModelString(), and PingThread::run().

const char* getModelString (  )  const

Definition at line 449 of file DynamixelProtocol.h.

Referenced by PingThread::run().


Member Data Documentation

unsigned char checksum

checksum value (bitwise negated sum of all non-marker fields), see nchecksum()

Definition at line 461 of file DynamixelProtocol.h.

unsigned char modelh

indicates high byte of model number

Definition at line 459 of file DynamixelProtocol.h.

Referenced by ServoInfoResponse::getModelNumber(), and PingThread::run().

unsigned char modell

indicates low byte of model number

Definition at line 458 of file DynamixelProtocol.h.

Referenced by ServoInfoResponse::getModelNumber(), and PingThread::run().

unsigned char version

firmware version

Definition at line 460 of file DynamixelProtocol.h.

Referenced by ServoInfoResponse::getModelString().


The documentation for this struct was generated from the following file:

Tekkotsu Hardware Abstraction Layer 5.1CVS
Generated Mon May 9 05:01:42 2016 by Doxygen 1.6.3