MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / getControlPoint

Method getControlPoint

src/TaskScheduler.h:1035–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033unsigned int Task::getId() { return iTaskID; }
1034void Task::setControlPoint(unsigned int aPoint) { iControlPoint = aPoint; }
1035unsigned int Task::getControlPoint() { return iControlPoint; }
1036
1037#endif // _TASK_WDT_IDS
1038

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected