| 41 | } |
| 42 | |
| 43 | void LearnerState :: Init() |
| 44 | { |
| 45 | m_sLearnedValue = ""; |
| 46 | m_bIsLearned = false; |
| 47 | m_iNewChecksum = 0; |
| 48 | } |
| 49 | |
| 50 | const uint32_t LearnerState :: GetNewChecksum() const |
| 51 | { |
nothing calls this directly
no outgoing calls
no test coverage detected