lcd4l: add function to reset m_parseID

Origin commit data
------------------
Commit: b1ca9a3fb3
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-25 (Tue, 25 Dec 2018)

Origin message was:
------------------
- lcd4l: add function to reset m_parseID
This commit is contained in:
vanhofen
2018-12-25 01:12:16 +01:00
parent 1f27942a8b
commit 39f1e56cd2

View File

@@ -54,6 +54,8 @@ class CLCD4l
int CreateFile(const char *file, std::string content = "", bool convert = false);
int RemoveFile(const char *file);
void ResetParseID() { m_ParseID = 0; }
private:
pthread_t thrLCD4l;
static void* LCD4lProc(void *arg);