[r891]: / branches / develop / mqttsparkplug / mqttsparkplug / Sparkplug™ MQTT edge and host / Function Blocks / FB_PrimaryHost / FB_PrimaryHost / PoolManager / allocEdgetoGroupId / svnobj  Maximize  Restore  History

Download this file

5 lines (4 with data), 4.2 kB

1
2
3
4
    itfElement := THIS^._edgePool.HeadElem.RemoveElem(); //Remove it, but now it is not part of a group anymore
    IF __QUERYPOINTER( itfElement, pfb_RemoteEdge ) THEN
	pfb_RemoteEdge := _EdgeFactory.Create(itfData := initData, eError => FBFError);
	IF pfb_RemoteEdge <> 0 THEN