laser_people_detection_fusion_alg.cpp
Go to the documentation of this file.
00001 #include "laser_people_detection_fusion_alg.h"
00002 
00003 LaserPeopleDetectionFusionAlgorithm::LaserPeopleDetectionFusionAlgorithm(void)
00004 {
00005 }
00006 
00007 LaserPeopleDetectionFusionAlgorithm::~LaserPeopleDetectionFusionAlgorithm(void)
00008 {
00009 }
00010 
00011 void LaserPeopleDetectionFusionAlgorithm::config_update(Config& new_cfg, uint32_t level)
00012 {
00013   this->lock();
00014 
00015   // save the current configuration
00016   this->config_=new_cfg;
00017   
00018   this->unlock();
00019 }
00020 
00021 // LaserPeopleDetectionFusionAlgorithm Public API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


iri_laser_people_detection_fusion
Author(s): fherrero
autogenerated on Sat Sep 21 2013 10:42:57