Example #1
0
func liftDriver_GetButtonSignal(button int, floor int) bool {
	return int(C.elev_get_button_signal(C.elev_button_type(button)))
}
Example #2
0
func FSM_onRequestButtonPress(btn_floor int, btn_type Button) {
	C.fsm_onRequestButtonPress(C.int(btn_floor), C.elev_button_type(btn_type))
}