Skip to content
Snippets Groups Projects

develop -> main

1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -537,8 +537,10 @@ void SingleShotAO::init_device()
@@ -537,8 +537,10 @@ void SingleShotAO::init_device()
// Get and set memorized values for speed, initial and channel
// Get and set memorized values for speed, initial and channel
applyMemorizedAttr(kSPEED, &SingleShotAOManager::set_speed);
applyMemorizedAttr(kSPEED, &SingleShotAOManager::set_speed);
applyMemorizedAttr(kINITIAL, &SingleShotAOManager::set_initial);
applyMemorizedAttr(kINITIAL, &SingleShotAOManager::set_initial);
applyMemorizedAttr(kCHANNEL, &SingleShotAOManager::set_channel);
if (writeMemorizedValuesAtInit)
// TODO: add a property to call write_channel instead of set_channel (false by default)
applyMemorizedAttr(kCHANNEL, &SingleShotAOManager::write_channel);
 
else
 
applyMemorizedAttr(kCHANNEL, &SingleShotAOManager::set_channel);
}
}
//- GO for task
//- GO for task
Loading