aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/core/parameters.pxd.in
blob: 068c19ccbf712851fa1d3d26b09466196fee5adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
from awlsim.common.cython_support cimport *
from awlsim.core.operators cimport *
from awlsim.core.datastructure cimport *

cdef class AwlParamAssign(object):
	cdef public object lvalueName
	cdef public AwlOperator rvalueOp
	cdef public AwlOperator scratchSpaceOp
	cdef public object interface
	cdef public _Bool isInbound
	cdef public _Bool isOutbound
	cdef public object lValueDataType
	cdef public AwlStructField lValueStructField
	cdef public int32_t interfaceFieldIndex

	cpdef __eq(self, object other)
bues.ch cgit interface