PLCnext / PLCnext_RT_Datalogger

The dataLogger is a service component of the PLCnext Technology firmware that provides real time data logging for Global Data Space ports.
MIT License
3 stars 2 forks source link

Add references to the Threading namespace #14

Open martinboers opened 11 months ago

martinboers commented 11 months ago

Recent SDKs removed a "bug" in which the Threading namespace was referenced in an ARP header file. This means that the Threading namespace must now be explicitly referenced in the source files in this project. This can be achieved by adding the following line to the Component header files:

using namespace Arp::System::Commons::Threading;