uxrce_dds_client: reformat status output

* Align status values.
* Add indicators for the custom participant and localhost-only flags.
This commit is contained in:
Daniel Mesham 2023-09-27 10:27:33 +02:00 committed by Beat Küng
parent 0a5ca3bb75
commit 45fd4d2fb6
1 changed files with 8 additions and 7 deletions

View File

@ -587,7 +587,8 @@ int UxrceddsClient::print_status()
PX4_INFO("Using transport: udp");
PX4_INFO("Agent IP: %s", _agent_ip);
PX4_INFO("Agent port: %s", _port);
PX4_INFO("Custom participant: %s", _custom_participant ? "yes" : "no");
PX4_INFO("Localhost only: %s", _localhost_only ? "yes" : "no");
}
#endif