mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-03-29 03:16:35 +02:00
intermediate: allow to exchange simple data between tasks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user