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:
@@ -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