[r815]: / branches / FeatureBranches / refactorpayload / SparkplugB / Function Blocks / FB_Edge / FB_EdgeStateMachine / svnobj  Maximize  Restore  History

Download this file

11 lines (10 with data), 30.9 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
FUNCTION_BLOCK FB_EdgeStateMachine
    EoNConnected : BOOL; // EoN is Connected
    TimeToWait   : TIME; // Time to Wait 
    pSparkplugB  : POINTER TO FB_SparkplugBSimple;
    pEoN         : POINTER TO FB_Edge; //Pointer to Edge Of Network
VAR_OUTPUT
VAR_IN_OUT
    DeviceList          : LIST;
    _ConnectDone        : BOOL;
    _SubscribeDone      : BOOL;