Classes | Namespaces | Defines
LogBindingROS.h File Reference
#include <grasp_planning_graspit/LogBinding.h>
#include <ros/ros.h>
#include <string>
Include dependency graph for LogBindingROS.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define PRINT_INIT_ROS ( )
Value:
{\
    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.



grasp_planning_graspit_ros
Author(s): Jennifer Buehler
autogenerated on Wed May 8 2019 02:53:42