Skip to content

Conversation

@kalynstricklin
Copy link

This addition allows user to configure the process xml within the admin interface.

@@ -0,0 +1,4 @@
package org.sensorhub.ui;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was an extra class

.withSystems(new SystemFilter.Builder().withUniqueIDs(systemUID).build())
.build();

// TODO Add nested IO also

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove this as we handled nested IO in the for loop below

package org.sensorhub.ui;

import org.sensorhub.api.database.IObsSystemDatabase;
import org.sensorhub.api.event.EventUtils;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should revert this file as it has no changes

{
//close();
getUI().addWindow(new DownloadModulesPopup());
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add this back and make sure it works

import org.sensorhub.api.sensor.SensorConfig;
import org.sensorhub.impl.database.system.SystemDriverDatabaseConfig;
import org.sensorhub.impl.datastore.view.ObsSystemDatabaseViewConfig;
import org.sensorhub.impl.processing.SMLProcessConfig;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also can revert this class as no changes were made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants