We have a lot of classes that we would like to expose through OPC UA. We are trying to use the OPC UA Foundation classes.
I've seen that there is a lot of example using a XML config file to create the model.
Then they are using some ModelCompiler.exe file to generate some other files(.Classes, .Constants, .DataTypes).
I would like to know if it is possible to directly use our bases classes(like POCO in WCF), and how to generate the model from it? Is there some example somewhere of this? I didn't found it in the samples of OPC UA.