Add Poll message

This commit is contained in:
Geoffrey Merck
2020-05-16 17:40:42 +02:00
parent 734af9453c
commit 23e92af6fa
2 changed files with 27 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ private:
bool m_debug;
bool m_enabled;
CRingBuffer<unsigned char> m_buffer;
CTimer m_pollTimer;
bool writePoll();
};
#endif