Loading templates/BaseJavaIDL.tmpl +8 −1 Original line number Diff line number Diff line Loading @@ -262,6 +262,13 @@ public class ${Assembly}BaseImpl extends TCSHardwareDeviceImpl implements ${Asse public void connectToDevice(String opc_url){ } public String getOpc_url() { return opc_url; } public void setOpc_url(String opc_url) { this.opc_url = opc_url; } private void createDataPoints() throws IllegalArgumentException,PropertyInitializationFailed, ServiceException, StatusException{ #silent L=[] Loading Loading
templates/BaseJavaIDL.tmpl +8 −1 Original line number Diff line number Diff line Loading @@ -262,6 +262,13 @@ public class ${Assembly}BaseImpl extends TCSHardwareDeviceImpl implements ${Asse public void connectToDevice(String opc_url){ } public String getOpc_url() { return opc_url; } public void setOpc_url(String opc_url) { this.opc_url = opc_url; } private void createDataPoints() throws IllegalArgumentException,PropertyInitializationFailed, ServiceException, StatusException{ #silent L=[] Loading