APIs, concepts, guides, and more
|
|
static |
controller | Pointer to the MotionController to clear counts on. {
// Clear the counts
controller->AxisCountSet(0);
controller->MotionCountSet(0);
controller->UserLimitCountSet(0);
}
|
Definition at line 425 of file SampleAppsHelper.h.