Skip to content
Snippets Groups Projects

EnableRamps and OutputMemorizedChannelsAtInit properties

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -216,8 +216,7 @@ void SingleShotAO::init_device()
INFO_STREAM << "Create the DeviceInfo in order to manage info on versions." << endl;
yat4tango::DeviceInfo::initialize(this, YAT_XSTR(PROJECT_NAME), YAT_XSTR(PROJECT_VERSION));
// yat4tango::DeviceInfo::add_dependency(this, "Dependency Name", YAT_XSTR(dependency_name_PROJECT_VERSION));
// TODO: Add dependencies
yat4tango::DeviceInfo::add_dependency(this, "ASL", ">=1.0");
}
catch (Tango::DevFailed &df)
{
Loading