> On Aug 21, 2019, at 05:36, Forumer 4umer via cfe-users
> wrote:
>
> So a bit more explanation, the macros are used to generate data structure and
> methods and the following definition is used to declare a structure:
>
> DEF_STRUCT(namedDate, namedDate, (std::string, name), (std::time_t, da
So a bit more explanation, the macros are used to generate data
structure and methods and the following definition is used to declare a
structure:
DEF_STRUCT(namedDate, namedDate, (std::string, name), (std::time_t,
date))
On visual when I look at preprocessed file I get this (focus on line
> On Aug 20, 2019, at 07:27, Forumer 4umer via cfe-users
> wrote:
>
> Hello,
>
> I am sorry to ask for some help on this subject but I am not very comfortable
> with preprocessor and especially with the differences between compilers.
> We have some (ugly) macros used to generate some data str