summaryrefslogtreecommitdiffstats
path: root/awlsim/core/userdefinedtypes.pxd.in
blob: cec87fe1f322058e800cc4b6cb6b8dd5f915f2ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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