runtime/WampClient.py
changeset 1878 fb73a6b6622d
parent 1850 614396cbffbf
child 1881 091005ec69c4
equal deleted inserted replaced
1877:da5f1fa46f2b 1878:fb73a6b6622d
    34 
    34 
    35 
    35 
    36 _WampSession = None
    36 _WampSession = None
    37 _PySrv = None
    37 _PySrv = None
    38 
    38 
    39 ExposedCalls = ["StartPLC",
    39 ExposedCalls = [
    40                 "StopPLC",
    40     "StartPLC",
    41                 "ForceReload",
    41     "StopPLC",
    42                 "GetPLCstatus",
    42     "ForceReload",
    43                 "NewPLC",
    43     "GetPLCstatus",
    44                 "MatchMD5",
    44     "NewPLC",
    45                 "SetTraceVariablesList",
    45     "MatchMD5",
    46                 "GetTraceVariables",
    46     "SetTraceVariablesList",
    47                 "RemoteExec",
    47     "GetTraceVariables",
    48                 "GetLogMessage",
    48     "RemoteExec",
    49                 "ResetLogCount",
    49     "GetLogMessage",
    50                 ]
    50     "ResetLogCount",
       
    51 ]
    51 
    52 
    52 SubscribedEvents = []
    53 SubscribedEvents = []
    53 
    54 
    54 DoOnJoin = []
    55 DoOnJoin = []
    55 
    56