mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 09:55:15 +02:00
Add set vetbosity
This commit is contained in:
@@ -67,6 +67,11 @@ public:
|
|||||||
void create(std::vector<std::string> devs, const std::string baudrate);
|
void create(std::vector<std::string> devs, const std::string baudrate);
|
||||||
void create(const std::string baudrate);
|
void create(const std::string baudrate);
|
||||||
|
|
||||||
|
void set_verbose_level(uint8_t verbose_level)
|
||||||
|
{
|
||||||
|
xrce_dds_agent_instance_API.set_verbose_level(verbose_level);
|
||||||
|
}
|
||||||
|
|
||||||
void run()
|
void run()
|
||||||
{
|
{
|
||||||
xrce_dds_agent_instance_API.run();
|
xrce_dds_agent_instance_API.run();
|
||||||
|
|||||||
Reference in New Issue
Block a user