sysclk: add kip editing flag
for those who don't want this feature. it's on by default
This commit is contained in:
@@ -79,7 +79,9 @@ ClockManager::ClockManager()
|
||||
this->lastCsvWriteNs = 0;
|
||||
|
||||
this->rnxSync = new ReverseNXSync;
|
||||
this->GetKipData();
|
||||
|
||||
if(this->config->GetConfigValue(HocClkConfigValue_KipEditing))
|
||||
this->GetKipData();
|
||||
}
|
||||
|
||||
ClockManager::~ClockManager()
|
||||
@@ -587,6 +589,8 @@ void ClockManager::SetKipData() {
|
||||
}
|
||||
}
|
||||
|
||||
// I know this is very hacky, but the config system in the sysmodule doesn't really support writing
|
||||
|
||||
void ClockManager::GetKipData() {
|
||||
std::scoped_lock lock{this->contextMutex};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user