Merge branch 'development' into LTS_development
This commit is contained in:
commit
9ba2619b9f
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ uint8_t Util::getStreamStatus(const std::string & streamname){
|
|||
}
|
||||
|
||||
Util::DTSCShmReader::DTSCShmReader(const std::string &pageName){
|
||||
rPage.init(pageName, 0);
|
||||
rPage.init(pageName, 0, false, false);
|
||||
if (rPage){rAcc = Util::RelAccX(rPage.mapped);}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue