| 1033 | unsigned int Task::getId() { return iTaskID; } |
| 1034 | void Task::setControlPoint(unsigned int aPoint) { iControlPoint = aPoint; } |
| 1035 | unsigned int Task::getControlPoint() { return iControlPoint; } |
| 1036 | |
| 1037 | #endif // _TASK_WDT_IDS |
| 1038 |
nothing calls this directly
no outgoing calls
no test coverage detected