summaryrefslogtreecommitdiffstats
path: root/awlsim/core/statusword.pxd.in
blob: a612f75f1313bf8c18d664c4a8cd92900b173a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cdef class S7StatusWord(object):
	cdef _Bool NER
	cdef _Bool VKE
	cdef _Bool STA
	cdef _Bool OR
	cdef _Bool OS
	cdef _Bool OV
	cdef _Bool A0
	cdef _Bool A1
	cdef _Bool BIE

	cdef __eq(self, object other)
	cdef _Bool getByBitNumber(self, uint8_t bitNumber)
	cdef void reset(self)
	cdef uint16_t getWord(self)
	cdef void setWord(self, uint16_t word)
	cdef dup(self)
	cdef void setForFloatingPoint(self, double pyFloat)
bues.ch cgit interface