whitespace
This commit is contained in:
parent
f3dca8044e
commit
f1a0bb9dc3
@ -77,6 +77,7 @@ ReturnValue_t PollingTask::addSlot(object_id_t componentId,
|
|||||||
" not found, not adding it to pst" << std::endl;
|
" not found, not adding it to pst" << std::endl;
|
||||||
return HasReturnvaluesIF::RETURN_FAILED;
|
return HasReturnvaluesIF::RETURN_FAILED;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t PollingTask::getPeriodMs() const {
|
uint32_t PollingTask::getPeriodMs() const {
|
||||||
return pst.getLengthMs();
|
return pst.getLengthMs();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user