#include <ProcEncoder.hh>
Inherits DataProcessor.
This class represents a data processor which models an optical or magnetic encoder with a digital counter interface.
Inputs:
"position" : position of the attached shaft (rad)"count" : unsigned integer encoder count
Public Member Functions | |
| ProcEncoder (const char *name, int index, encoder_param_t *p) | |
| void | getParams (encoder_param_t *p) |
| void | setParams (encoder_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 |