Jochen Wilhelmy

Results 7 comments of Jochen Wilhelmy

I found the solution: If an app consists of a library and the app, then easy_profiler also has to be added to the library via target_link_library to add the include...

But I'm actually using it in the library code and because I was still using oldschool CMake (based on _INCLUDE_DIRS and _LIBRARIES variables instead of targets), I omitted it and...

Thanks for the fast reply. A profiler::dumpBlocksToStream wold be cool or even something like fillTreesFromFile in the profiler (profiler::fillTrees). The print code in reader/main.cpp is commented out, is it possible...

I found the problem, the compiler version has to be a string and not an int, i.e. "compiler.version": "6"

Thanks. Maybe I use an MQTT server like mosquitto, I'm still in the "research phase" how to do it. Homie, a convention for MQTT, gained my attention: https://homieiot.github.io/ In this...

Is there any progress on this?

So far I haven't found out how to get the current values of the location and the inside/outise flag, so I'm not able to store it to some custom file....