aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/core/systemblocks/system_sfc_21.pxd.in
blob: d83063742ae7b01260004a72cb60c262660c9be0 (plain)
1
2
3
4
5
6
7
from awlsim.common.cython_support cimport *
from awlsim.core.systemblocks.systemblocks cimport *

cdef class SFC21(SFC):
	cdef public dict __typeWidths

	cpdef run(self)
bues.ch cgit interface