Go to the source code of this file.
Classes | |
class | GraspIt::ROSLog |
Class to bind to the ROS message printing. More... | |
Namespaces | |
namespace | GraspIt |
Defines | |
#define | PRINT_INIT_ROS() |
#define PRINT_INIT_ROS | ( | ) |
{\ if (GraspIt::Log::Singleton) \ { \ std::cerr << "Singleton already set, overwriting!" << std::endl;\ } \ GraspIt::Log::Singleton = SHARED_PTR<GraspIt::Log>(new GraspIt::ROSLog()); \ }
Definition at line 73 of file LogBindingROS.h.