summaryrefslogtreecommitdiffstats
path: root/awlsim/core/statusword.pxd.in
blob: 5020f1e8cf87908505e653597a0db724a9b762ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
from awlsim.core.dynattrs cimport *


cdef class S7StatusWord(DynAttrs):
	cdef public _Bool NER
	cdef public _Bool VKE
	cdef public _Bool STA
	cdef public _Bool OR
	cdef public _Bool OS
	cdef public _Bool OV
	cdef public _Bool A0
	cdef public _Bool A1
	cdef public _Bool BIE

	cdef __eq(self, object other)
	cpdef reset(self)
	cpdef uint16_t getWord(self)
	cpdef setWord(self, uint16_t word)
	cpdef dup(self)
	cpdef setForFloatingPoint(self, pyFloat)
bues.ch cgit interface