LCOV - code coverage report
Current view: top level - src/Kinematics - RobotDriverHandler.cpp (source / functions) Hit Total Coverage
Test: HLR Lines: 1 4 25.0 %
Date: 2018-01-24 13:13:15 Functions: 2 3 66.7 %

          Line data    Source code
       1             : #include "RobotDriverHandler.hpp"
       2             : #include <ros/ros.h>
       3             : #include <Kinematics/Matrix.hpp>
       4             : 
       5             : namespace HLR
       6             : {
       7             : namespace Kinematics
       8             : {
       9           0 : void RobotDriverHandler::set_move_complete_handler(
      10             :     const std::function<void()>& handler)
      11             : {
      12           0 :     this->move_complete_handler = handler;
      13           0 : }
      14             : }
      15           3 : }

Generated by: LCOV version 1.12