#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:
"outputspeed" : the speed measurement of the output (rad/s) "outputposition" : position of the output (rad)"shaftspeed" : the speed of the input shaft (rad/s) "shaftposition" : the position of the input shaft (rad)
Public Member Functions | |
| ProcGearheadK (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 |