32 vector<DataAvailability> channelStateChanged;
33 void EventThtread(
string param,
int sensorType);
34 void StatusLedThread(
string param);
35 void StatusLearningThread(
string param);
36 void DisplayNotSupported();
37 void DisplayCommands();
40 thread rawDataThreadHandle;
41 thread agvLearningStatusThreadHandle;
42 thread rawStatusLedGetterHandle;
43 thread rawHeartBeatHandle;
46 ConnectionState _oldStatus = ConnectionState::Unknow;
47 static bool directoryExists(
const std::string& dirName);
49 static bool createDirectoryRecursively(
const std::string& dirPath);