mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
silly spelling error
This commit is contained in:
parent
0fd095284b
commit
b4594bfad2
|
@ -12,7 +12,7 @@ from .primitivedata import *
|
|||
from .constructeddata import *
|
||||
from .basetypes import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ from .task import OneShotTask
|
|||
|
||||
from .apdu import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
@ -653,6 +653,7 @@ class ClientSSM(SSM):
|
|||
# ServerSSM - Server Segmentation State Machine
|
||||
#
|
||||
|
||||
@bacpypes_debugging
|
||||
class ServerSSM(SSM):
|
||||
|
||||
def __init__(self, sap):
|
||||
|
@ -1233,6 +1234,7 @@ class StateMachineAccessPoint(DeviceInfo, Client, ServiceAccessPoint):
|
|||
# ApplicationServiceAccessPoint
|
||||
#
|
||||
|
||||
@bacpypes_debugging
|
||||
class ApplicationServiceAccessPoint(ApplicationServiceElement, ServiceAccessPoint):
|
||||
|
||||
def __init__(self, aseID=None, sapID=None):
|
||||
|
|
|
@ -10,7 +10,7 @@ from .debugging import ModuleLogger
|
|||
from .primitivedata import *
|
||||
from .constructeddata import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ from .debugging import ModuleLogger, DebugContents, bacpypes_debugging
|
|||
|
||||
from .pdu import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ from .netservice import NetworkAdapter
|
|||
|
||||
from .bsll import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ from .debugging import ModuleLogger, DebugContents, bacpypes_debugging
|
|||
|
||||
from .pdu import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ from .comm import Client, Server, bind, \
|
|||
|
||||
from .bvll import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ from .primitivedata import *
|
|||
from .constructeddata import *
|
||||
from .basetypes import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ from .task import OneShotTask
|
|||
|
||||
from .apdu import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
@ -653,6 +653,7 @@ class ClientSSM(SSM):
|
|||
# ServerSSM - Server Segmentation State Machine
|
||||
#
|
||||
|
||||
@bacpypes_debugging
|
||||
class ServerSSM(SSM):
|
||||
|
||||
def __init__(self, sap):
|
||||
|
@ -1233,6 +1234,7 @@ class StateMachineAccessPoint(DeviceInfo, Client, ServiceAccessPoint):
|
|||
# ApplicationServiceAccessPoint
|
||||
#
|
||||
|
||||
@bacpypes_debugging
|
||||
class ApplicationServiceAccessPoint(ApplicationServiceElement, ServiceAccessPoint):
|
||||
|
||||
def __init__(self, aseID=None, sapID=None):
|
||||
|
@ -1382,4 +1384,3 @@ class ApplicationServiceAccessPoint(ApplicationServiceElement, ServiceAccessPoin
|
|||
|
||||
# forward the encoded packet
|
||||
self.response(xpdu)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ from .debugging import ModuleLogger
|
|||
from .primitivedata import *
|
||||
from .constructeddata import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ from .debugging import ModuleLogger, DebugContents, bacpypes_debugging
|
|||
|
||||
from .pdu import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ from .netservice import NetworkAdapter
|
|||
|
||||
from .bsll import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ from .debugging import ModuleLogger, DebugContents, bacpypes_debugging
|
|||
|
||||
from .pdu import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ from .comm import Client, Server, bind, \
|
|||
|
||||
from .bvll import *
|
||||
|
||||
# some debuging
|
||||
# some debugging
|
||||
_debug = 0
|
||||
_log = ModuleLogger(globals())
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user