public class DeviceConfigurator extends Object implements org.ogema.core.application.Application
| Constructor and Description |
|---|
DeviceConfigurator(org.osgi.framework.BundleContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
addC(String llDriverId,
String hardwareIdentifier) |
void |
addCVP(String llDriverId,
String portName) |
org.json.JSONObject |
cache(String llDriverId) |
void |
createC(String hlDriverId,
String config_data_json) |
void |
deleteC(String hlDriverId,
String config_data_json) |
org.json.JSONObject |
readC(String hlDriverId,
String config_data_json) |
org.json.JSONObject |
scan(String llDriverId) |
org.json.JSONArray |
showACC(String llDriverId) |
org.json.JSONArray |
showAllHLDrivers() |
org.json.JSONArray |
showAllLLDrivers() |
org.json.JSONArray |
showCC(String hlDriverId,
String deviceAddress) |
org.json.JSONObject |
showCD(String llDriverId,
String interfaceId,
String device,
String endpoint,
String clusterId) |
org.json.JSONArray |
showDD(String llDriverId,
String interfaceId,
String deviceAddress) |
org.json.JSONObject |
showH(String llDriverId) |
org.json.JSONObject |
showN(String llDriverId) |
void |
start(org.ogema.core.application.ApplicationManager appManager) |
void |
stop(org.ogema.core.application.Application.AppStopReason reason) |
void |
writeC(String hlDriverId,
String config_data_json) |
public DeviceConfigurator(org.osgi.framework.BundleContext ctx)
public void start(org.ogema.core.application.ApplicationManager appManager)
start in interface org.ogema.core.application.Applicationpublic void stop(org.ogema.core.application.Application.AppStopReason reason)
stop in interface org.ogema.core.application.Applicationpublic org.json.JSONObject scan(String llDriverId)
public org.json.JSONObject cache(String llDriverId)
public org.json.JSONObject showCD(String llDriverId, String interfaceId, String device, String endpoint, String clusterId)
public org.json.JSONArray showDD(String llDriverId, String interfaceId, String deviceAddress)
public org.json.JSONArray showACC(String llDriverId)
public org.json.JSONObject showH(String llDriverId)
public org.json.JSONObject showN(String llDriverId)
public org.json.JSONArray showAllHLDrivers()
public org.json.JSONArray showAllLLDrivers()
Copyright © 2018. All rights reserved.