#include <prmActuatorParameters.h>
Inheritance diagram for prmActuatorParameters:


TODO: add internal size to specify the size of each member in this class so the user does not have to have a this is not a great software engineering approach but for now it might be the most usefull cisst vector of this class caused compilation errors it is possible to resize each memeber so it is better to test each member for size this is by contract but does not have to be so...more discussion required
using mtsVectors here because prm lib does not define Long Vectors galil position is in counts...so
Definition at line 57 of file prmActuatorParameters.h.
| prmActuatorParameters::prmActuatorParameters | ( | ) | [inline] |
default constructor
Definition at line 71 of file prmActuatorParameters.h.
| virtual prmActuatorParameters::~prmActuatorParameters | ( | ) | [inline, virtual] |
destructor
Definition at line 79 of file prmActuatorParameters.h.
| prmActuatorParameters::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | mtsLongVec | , | |
| ForwardLimit | ||||
| ) |
Set and Get methods for postive limit.
| prmActuatorParameters::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | mtsLongVec | , | |
| ReverseLimit | ||||
| ) |
Set and Get methods for negative limit.
| prmActuatorParameters::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | mtsLongVec | , | |
| MaxVelocity | ||||
| ) |
Set and Get methods for velocity limit, use accelerationMax to accelerate until this limit. Can used this in velocity control mode.
| prmActuatorParameters::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | mtsLongVec | , | |
| MaxAcceleration | ||||
| ) |
Set and Get methods for Acceleration Maximum, this is used as the actual maximum acceleration used for all motion.
| prmActuatorParameters::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | mtsLongVec | , | |
| MaxDeceleration | ||||
| ) |
Set and Get methods for Deceleration Maximum, this is used as the actual maximum acceleration used for all motion.
| prmActuatorParameters::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | mtsLongVec | , | |
| LimitSwitchDeccelaration | ||||
| ) |
Set and Get methods for Deceleration Maximum, this is used as the actual maximum acceleration used for all motion.
| prmActuatorParameters::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | vctDoubleVec | , | |
| Counts_per_mm | ||||
| ) |
Set and Get methods for counts to mm conversion