Commit 418839ec632c2e6bce6ee4a5fe9bb6fd95654ed5
1 parent
92dd82740a
Exists in
master
and in
2 other branches
프로토콜에서 추가된 부분 반영
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/gui/oven_control/udphandler.h
@@ -39,6 +39,7 @@ public: | @@ -39,6 +39,7 @@ public: | ||
39 | bool ssp() { return (state.onoff_state2 & 0x0100) != 0; } | 39 | bool ssp() { return (state.onoff_state2 & 0x0100) != 0; } |
40 | bool unp() { return (state.onoff_state2 & 0x0200) != 0; } | 40 | bool unp() { return (state.onoff_state2 & 0x0200) != 0; } |
41 | bool hdm() { return (state.onoff_state2 & 0x0400) != 0; } | 41 | bool hdm() { return (state.onoff_state2 & 0x0400) != 0; } |
42 | + bool sgnv() { return (state.onoff_state2 & 0x0800) != 0; } | ||
42 | 43 | ||
43 | signals: | 44 | signals: |
44 | void changed(); | 45 | void changed(); |