- lcd4l: add function to reset m_parseID

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-25 01:12:16 +01:00
committed by Thilo Graf
parent 581a2b5e8d
commit d8111f7aef

View File

@@ -47,6 +47,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);