From babe72c691ad2f376f406a0d30529bd664cedad0 Mon Sep 17 00:00:00 2001 From: wellenvogel Date: Thu, 9 Dec 2021 17:18:24 +0100 Subject: [PATCH] make boat data format info acessible at api --- lib/api/GwApi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/api/GwApi.h b/lib/api/GwApi.h index 591844b..ae18bd0 100644 --- a/lib/api/GwApi.h +++ b/lib/api/GwApi.h @@ -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