Skip to content
Snippets Groups Projects
Commit 620edeed authored by al.schwinn's avatar al.schwinn
Browse files

[SIL-441] Added PSrvEvent to generated userFunction of virtualS7

parent 2b81609f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ public:
UserSnap7Server(AllTypesDU_0_1_0::DeployUnit* du) : SilecsSnap7Server(du, true) {}
virtual ~UserSnap7Server() {}
virtual void userFunction()
virtual void userFunction(PSrvEvent PEvent)
{
// Implement the specific process control here!
// Look at SILECS Wikis: 'Create a virtual controller' chapter
......
......@@ -13,7 +13,7 @@ public:
UserSnap7Server(AllTypesDU_0_1_0::DeployUnit* du) : SilecsSnap7Server(du, true) {}
virtual ~UserSnap7Server() {}
virtual void userFunction()
virtual void userFunction(PSrvEvent PEvent)
{
// Implement the specific process control here!
// Look at SILECS Wikis: 'Create a virtual controller' chapter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment