#include <ArIRs.h>
Inheritance diagram for ArIRs:
Public Member Functions | |
ArIRs (size_t currentBufferSize=10, size_t cumulativeBufferSize=10, const char *name="irs", int maxSecondsToKeepCurrent=15) | |
void | processReadings (void) |
virtual void | setRobot (ArRobot *robot) |
Protected Attributes | |
std::vector< int > | cycleCounters |
ArRobotParams | myParams |
ArFunctorC< ArIRs > | myProcessCB |
|
|
|
This function is called every 100 milliseconds. |