Macro preprocessor Seiscomp

Hi everyone,

Where can I find seiscomp preprocessor macros? I take a look the code application.cpp in seiscomp.client, I found macro NAMED_OBJECT and I don’t know what is it.

Thank you

There is no single place for all of the macros. The macro NAMED_OBJECT can be found in seiscomp/core/serialization.h and it is a little helper for object (de)serialization.