1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

intermediate: allow to exchange simple data between tasks

This commit is contained in:
andreas
2023-10-14 20:21:20 +02:00
parent 015b4762f8
commit 371372f1f4
3 changed files with 88 additions and 5 deletions

View File

@@ -34,11 +34,12 @@ class GwUserTask{
}
};
class TaskData;
class GwUserCode{
GwLog *logger;
GwApiInternal *api;
SemaphoreHandle_t *mainLock;
TaskData *taskData;
void startAddOnTask(GwApiInternal *api,GwUserTask *task,int sourceId,String name);
public:
typedef std::map<String,String> Capabilities;