FreeOpcUa / freeopcua

Open Source C++ OPC-UA Server and Client Library
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
713 stars 341 forks source link

Implement server object node. class and addon. #44

Open arykovanov opened 10 years ago

arykovanov commented 10 years ago

I think it is required an object that will implement server object. This object have to propagate:

  1. Build info and other static information.
  2. Current server time.

When time will be changed then automatically will appear ability to use subscriptions in practice. And that can used in be tests.

arykovanov commented 10 years ago

What do you think about automate creation of node hierarchy? I mean if we are creating on ServerObject it has a type ServerObjectType and we can automatically restore hierarchy of children nodes that have ServerObjectType.

oroulet commented 10 years ago

I am not sure we need this:

I think it is required an object that will implement server object. This object have to propagate:

  1. Build info and other static information.
  2. Current server time.

When time will be changed then automatically will appear ability to use subscriptions in practice. And that can used in be tests.

— Reply to this email directly or view it on GitHub https://github.com/FreeOpcUa/freeopcua/issues/44.