make boatData names availabel as constants

This commit is contained in:
andreas 2022-03-01 15:21:03 +01:00
parent b51c36a5bb
commit e3723be7e2
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ public:
virtual ~GwBoatItemNameProvider() {}
};
#define GWBOATDATA(type,name,time,fmt) \
GWSC(_##name); \
GwBoatItem<type> *name=new GwBoatItem<type>(F(#name),GwBoatItemBase::fmt,time,&values) ;
#define GWSPECBOATDATA(clazz,name,time,fmt) \
clazz *name=new clazz(F(#name),GwBoatItemBase::fmt,time,&values) ;