make boat data format info acessible at api

This commit is contained in:
wellenvogel 2021-12-09 17:18:24 +01:00
parent 6c7a209c21
commit babe72c691
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ class GwApi{
const String & getName() const{
return name;
}
const String & getFormat() const{
return format;
}
};
/**
* thread safe methods - can directly be called from a user task