Kerstin Keller

Results 16 comments of Kerstin Keller

We hit this ploblem last week, where eCAL so files suddenly had very strange version numbers, so it's not a theoretical issue. My very favorite solution would be to generate...

Not meaning to be destructive here, but is this really a feature that eCAL Sys should have? The focus of Sys is on managing group of tasks, e.g. providing start...

Actually I do not know. I think `C:\Program Files\eCAL` is totally fine 😄 But in general any install location would (should) work.

Are you sure that they are truly independent? I guess most of python3-protobuf is a pure python implementation, thus probably not conflicting with eCAL protobuf. However, we do have generated...

Maybe it makes sense that we have build jobs that can create wheels for a specific protobuf version? Even though protobuf python doesn't use native protobuf, can we make sure...

> I don't like to have a Matrix [n-python-versions x n-protobuf-versions] at all, as all of those wheels would probably only differ in the specific version requirement anyways. This is...

Hi, basically you can register any other function which may take additional arguments for a callback using C++ features, for example using a lambda: ```c++ void OnReceive(std::atomic& alive) { alive...

A Dump from when this issue occured showed that topics were contained twice in "m_topic_name_datareader_map". This suggests, that maybe, upon destroying the datareader was not removed from the map (for...

The measurement API is a high level API that abstracts over the eCAL hdf5 API and therefore hides internal implementation detail. Therefore I don't feel very good about exposing `eCAL::eh5::SEntryInfo`...

Thanks for reporting. The issue with not finding ecal.ini is most likely not causing the crash but it's a separate issue. As eCAL MacOS is experimental (we mainly work on...