eProsima / Fast-DDS-monitor

eProsima Fast DDS Monitor is a graphical desktop application aimed at monitoring DDS environments deployed using the eProsima Fast DDS library. Looking for commercial support? Contact info@eprosima.com
https://eprosima.com
GNU General Public License v3.0
39 stars 10 forks source link

Rename enum DOMAIN to avoid System V macro conflict #197

Open srmainwaring opened 10 months ago

srmainwaring commented 10 months ago

Update EntityKind::DOMAIN to EntityKind::DOMAIN_ENTITY to avoid conflict with System V macro of the same name.

Dependencies

Motivation

With this PR and

Fast DDS monitor will build and run on macOS.

dds-monitor-services