- scanForChannels(DeviceConnection, String) - Method in interface org.openmuc.framework.driver.spi.DriverService
-
Scan a given communication device for available data channels.
- scanForDevices(String, DriverDeviceScanListener) - Method in interface org.openmuc.framework.driver.spi.DriverService
-
Scans for available devices.
- scanProgressUpdate(int) - Method in interface org.openmuc.framework.driver.spi.DriverDeviceScanListener
-
Can optionally be used by driver to let the Data Manager know about the device scan progress in percent.
- ServerMappingContainer - Class in org.openmuc.framework.server.spi
-
Class that contains the mapping between a server-address/configuration and channel.
- ServerMappingContainer(Channel, ServerMapping) - Constructor for class org.openmuc.framework.server.spi.ServerMappingContainer
-
- serverMappings(List<ServerMappingContainer>) - Method in interface org.openmuc.framework.server.spi.ServerService
-
This method is called after registering as a server.
- ServerService - Interface in org.openmuc.framework.server.spi
-
This interface is to be implemented by bundles that provide server functionality.
- setChannelHandle(Object) - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
-
- setChannelHandle(Object) - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
-
- setChannelsToLog(List<LogChannel>) - Method in interface org.openmuc.framework.datalogger.spi.DataLoggerService
-
- setFlag(Flag) - Method in interface org.openmuc.framework.driver.spi.ChannelValueContainer
-
- setRecord(Record) - Method in interface org.openmuc.framework.driver.spi.ChannelRecordContainer
-
- startListening(DeviceConnection, List<ChannelRecordContainer>, RecordsReceivedListener) - Method in interface org.openmuc.framework.driver.spi.DriverService
-
Starts listening on the given connection for data from the channels that correspond to the given record
containers.