meta_info.cpp
Go to the documentation of this file.
1 // Tell catch_ros about the package we are using it in
2 // Author: Max Schwarz <max.schwarz@uni-bonn.de>
3 
4 // This file is compiled in the package using catch_ros!
5 
6 namespace catch_ros
7 {
8  namespace meta
9  {
10  const char* packageName()
11  {
12  return ROS_PACKAGE_NAME;
13  }
14  }
15 }
const char * packageName()
Definition: meta_info.cpp:10


catch_ros
Author(s): Max Schwarz
autogenerated on Thu Jan 14 2021 03:32:26