doc & tweaks

This commit is contained in:
2020-09-29 12:50:36 +02:00
parent 260fac43f7
commit 53a6225790
3 changed files with 10 additions and 8 deletions

View File

@ -18,8 +18,8 @@ public:
InternalErrorDataset(HasLocalDataPoolIF* owner):
StaticLocalDataSet(owner, ERROR_SET_ID) {}
InternalErrorDataset(sid_t sid):
StaticLocalDataSet(sid) {}
InternalErrorDataset(object_id_t objectId):
StaticLocalDataSet(sid_t(objectId , ERROR_SET_ID)) {}
lp_var_t<uint32_t> tmHits = lp_var_t<uint32_t>(TM_HITS,
hkManager->getOwner(), this);