src
meta_info_unknown.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
*
__attribute__
((weak))
packageName
()
11
{
12
return
"UNKNOWN"
;
13
}
14
}
15
}
catch_ros::meta::__attribute__
const char * __attribute__((weak)) packageName()
Definition:
meta_info_unknown.cpp:10
catch_ros::meta::packageName
const char * packageName()
Definition:
meta_info.cpp:10
catch_ros
Definition:
meta_info.cpp:6
catch_ros
Author(s): Max Schwarz
autogenerated on Sat Apr 26 2025 02:43:57