blob: b991cf25fa26fc4bcfa3fce6597b7a764cf88a4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
from awlsim.core.dynattrs cimport *
cdef class AwlOffset(DynAttrs):
cdef public object byteOffset
cdef public object bitOffset
cdef public object dbNumber
cdef public object dbName
cdef public object identChain
cdef public object fbNumber
cdef public object subOffset
cdef __eq(self, object other)
|