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