mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 18:05:17 +02:00
Delete void returns
This commit is contained in:
@@ -173,12 +173,12 @@ bool Agent::create(
|
|||||||
|
|
||||||
void Agent::run()
|
void Agent::run()
|
||||||
{
|
{
|
||||||
return xrce_dds_agent_instance_.run();
|
xrce_dds_agent_instance_.run();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Agent::stop()
|
void Agent::stop()
|
||||||
{
|
{
|
||||||
return xrce_dds_agent_instance_.stop();
|
xrce_dds_agent_instance_.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::shared_ptr<graph_manager::GraphManager> Agent::find_or_create_graph_manager(eprosima::fastdds::dds::DomainId_t domain_id)
|
std::shared_ptr<graph_manager::GraphManager> Agent::find_or_create_graph_manager(eprosima::fastdds::dds::DomainId_t domain_id)
|
||||||
|
|||||||
Reference in New Issue
Block a user