Uses of Class
com.trdp.config.DeviceConfig
Packages that use DeviceConfig
-
Uses of DeviceConfig in com.trdp.config
Methods in com.trdp.config that return DeviceConfigModifier and TypeMethodDescriptionstatic DeviceConfigTrdpConfig.load(InputStream inputStream) Loads and validates a TRDP configuration from the given input stream.static DeviceConfigLoads and validates a TRDP configuration from the given file path.Methods in com.trdp.config with parameters of type DeviceConfigModifier and TypeMethodDescriptionTrdpSessionFactory.configureMd(DeviceConfig config, BusInterface busInterface, MdRequestHandler handler) Creates a configured MD session from a bus interface definition.TrdpSessionFactory.configurePd(DeviceConfig config, BusInterface busInterface, PdEventListener listener) Creates a configured PD session from a bus interface definition.static DatasetMarshallerDatasetMarshaller.from(DeviceConfig config) Builds a marshaller from a device configuration.