Protocol - Tools for Communication¶
The “protocol” module in IFW Core, provides tools for implementing communication in the ELT/instrument control system. For now, only an OPC UA client SDK is provided, based on the “open62541” SDK.
Base Client Communication Interface¶
The module provides classes to implement communication interfaces to be used in client applications.
An example of the usage of this tool is the OPC UA client interface, implemented, based on the “open62541” SDK (protocol::base).
Consult the IFW Core Doxygen documentation for more information about this tool.
“open62541” OPC UA Client Communication Interface¶
Implements an OPC UA communciation interface based on the Core Protocols “Base Client Communication Interface”. Internally, the “open62541” SDK is used for implementing the actual OPC UA protocol (protocol::open62541).
Consult the IFW Core Doxygen documentation for more information about this tool.