make boat data format info acessible at api
This commit is contained in:
parent
6c7a209c21
commit
babe72c691
|
@ -26,6 +26,9 @@ class GwApi{
|
||||||
const String & getName() const{
|
const String & getName() const{
|
||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
const String & getFormat() const{
|
||||||
|
return format;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* thread safe methods - can directly be called from a user task
|
* thread safe methods - can directly be called from a user task
|
||||||
|
|
Loading…
Reference in New Issue