![]() |
Hekateros
3.4.3
RoadNarrows Robotics Robot Arm Project
|
Robotic servo specification. More...
#include <hekSpec.h>
Public Member Functions | |
| HekSpecServo_T | operator= (const HekSpecServo_T &rhs) |
| Assignment operator. More... | |
Public Attributes | |
| int | m_nServoId |
| servo id | |
| bool | m_bMaster |
| servo is [not] master in doulbe servo joints | |
| bool | m_bIsContinuous |
| servo should [not] be configured in 360 mode | |
| int | m_nDir |
| normalize cw/ccw direction. | |
| double | m_fTorqueLimitPct |
| torque limit(%). Set to 0 for no limit | |
|
inline |
Assignment operator.
| rhs | Right hand side object. |
Definition at line 208 of file hekSpec.h.
References m_bIsContinuous, m_bMaster, m_fTorqueLimitPct, m_nDir, and m_nServoId.