#include <ProcDCMotor.hh>
Inherits DataProcessor.
This class represents a data processor which models a simple rotational DC motor with a current command input.
Inputs:
"command" : the current command (A) "supply" : maximum terminal voltage (V) "speed" : shaft speed of the motor (rad/s)"backemf" : the back EMF (V) "voltage" : terminal voltage (V) "current" : armature current (A) "torque" : shaft torque (Nm) "temperature" : estimated motor temperature. (degC)
Public Member Functions | |
| ProcDCMotorA (const char *name, int index, dcmotor_param_t *p) | |
| void | getParams (dcmotor_param_t *p) |
| void | setParams (dcmotor_param_t *p) |
| virtual void | update (void) |
|
|
This method can be used to retrieve configuration parameters used by the processor |
|
|
This method can be used to set configuration parameters used by the processor |