Python Api  IE10.1
Functions | Variables
pathcalc Namespace Reference

Functions

def AddExecLog (content, level=0)
 
def OnP2pPathBegin (is_a2b, start_device_id='')
 
def OnP2pPathEnd (is_compelete)
 
def OnP2pPathEndWithSummary (is_compelete, summary)
 
def OnDevicePathBegin (device_name)
 
def OnDevicePathEnd (device_name, path_result)
 
def IsUserStopped ()
 
def MatchPathFixup (aip, bip)
 
def SetMatchedPathFixupStatus (match_info)
 
def GetGatewayRules ()
 

Variables

 str_stack = traceback.format_exc();
 

Function Documentation

◆ AddExecLog()

def pathcalc.AddExecLog (   content,
  level = 0 
)

◆ GetGatewayRules()

def pathcalc.GetGatewayRules ( )

◆ IsUserStopped()

def pathcalc.IsUserStopped ( )

◆ MatchPathFixup()

def pathcalc.MatchPathFixup (   aip,
  bip 
)

◆ OnDevicePathBegin()

def pathcalc.OnDevicePathBegin (   device_name)

◆ OnDevicePathEnd()

def pathcalc.OnDevicePathEnd (   device_name,
  path_result 
)

◆ OnP2pPathBegin()

def pathcalc.OnP2pPathBegin (   is_a2b,
  start_device_id = '' 
)

◆ OnP2pPathEnd()

def pathcalc.OnP2pPathEnd (   is_compelete)

◆ OnP2pPathEndWithSummary()

def pathcalc.OnP2pPathEndWithSummary (   is_compelete,
  summary 
)

◆ SetMatchedPathFixupStatus()

def pathcalc.SetMatchedPathFixupStatus (   match_info)

Variable Documentation

◆ str_stack

pathcalc.str_stack = traceback.format_exc();