#pragma once #include // UDP only on SITL for now #ifndef AP_DDS_UDP_ENABLED #define AP_DDS_UDP_ENABLED (CONFIG_HAL_BOARD == HAL_BOARD_SITL) #endif