#include <ProcGearhead.hh>
Inherits DataProcessor.
This class represents a data processor which models a simple rotational gearhead that can be attached to the shaft of a rotational motor.
Inputs:
"shafttorque" : torque produced by the motor shaft (Nm)"outputtorque" : the torque produced at the output (Nm)
Public Member Functions | |
| ProcGearheadD (const char *name, int index, gearhead_param_t *p) | |
| void | getParams (gearhead_param_t *p) |
| void | setParams (gearhead_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 |