DeviceRuntimeConfiguration

data class DeviceRuntimeConfiguration(val deviceName: String, val componentStartupHost: ComponentStartupHost, val reconfigurationRules: ReconfigurationRules?)

Models the runtime configuration of a device. deviceName is the name of the device. componentStartupHost is the map that associates a component to the host on which it is started. reconfigurationRules are the reconfiguration rules of the device.

Constructors

Link copied to clipboard
constructor(deviceName: String, componentStartupHost: ComponentStartupHost, reconfigurationRules: ReconfigurationRules?)

Properties

Link copied to clipboard