aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/core/userdefinedtypes.pxd.in
blob: d53541b3098a87b6fc0c5ebbce36e7fea993025b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
from awlsim.common.cython_support cimport *
from awlsim.core.blocks cimport *

cdef class UDTField(object):
	cdef public object name
	cdef public object dataType
	cdef public object initBytes

cdef class UDT(Block):
	cdef public list fields
	cdef public dict fieldNameMap
	cdef public object _struct
	cdef public uint32_t __structState
bues.ch cgit interface