ASNeG / OpcUaPiXtendServer

OPC UA PiXtend Server
Apache License 2.0
2 stars 1 forks source link

Use bool for Enable flag in module configuration #58

Closed huebl closed 2 years ago

huebl commented 2 years ago

Use bool for Enable flag in module configuration

ToDo:

  1. Use bool https://github.com/ASNeG/OpcUaPiXtendServer/blob/Release1/src/OpcUaPiXtendServer/OpcUaServer/PiXtendServerControllerCfg.cpp#L249
  2. Change configuration file https://github.com/ASNeG/OpcUaPiXtendServer/blob/Release1/src/OpcUaPiXtendServer/Config/OpcUaPiXtendServer.xml#L31 https://github.com/ASNeG/OpcUaPiXtendServer/blob/Release1/src/OpcUaPiXtendServer/Config/OpcUaPiXtendServer.xml#L36 https://github.com/ASNeG/OpcUaPiXtendServer/blob/Release1/src/OpcUaPiXtendServer/Config/OpcUaPiXtendServer.xml#L41 https://github.com/ASNeG/OpcUaPiXtendServer/blob/Release1/src/OpcUaPiXtendServer/Config/OpcUaPiXtendServer.xml#L47 https://github.com/ASNeG/OpcUaPiXtendServer/blob/Release1/src/OpcUaPiXtendServer/Config/OpcUaPiXtendServer.xml#L53