Useful for debug reading out
| 111 | void printStateName(); |
| 112 | // Useful for debug reading out |
| 113 | int currentStateCode(const bool noWait = false) { |
| 114 | if (noWait && (state == PEWaitingEvent)) { |
| 115 | return (int)postNotificationEvalState; |
| 116 | } |
| 117 | return (int)state; |
| 118 | } |
| 119 | |
| 120 | inline void renegotiate() { notify(Notifications::NEW_POWER); } |
| 121 |
no outgoing calls