LaserScannerConfiguration.cpp
Go to the documentation of this file.
00001 
00007 #include "cob_sick_s300/LaserScannerConfiguration.hpp"
00008 namespace brics_oodl {
00009 
00010 LaserScannerConfiguration::LaserScannerConfiguration(){
00011   // Bouml preserved body begin 0001F47C
00012   // Bouml preserved body end 0001F47C
00013 }
00014 
00015 LaserScannerConfiguration::~LaserScannerConfiguration(){
00016   // Bouml preserved body begin 0001F4FC
00017   // Bouml preserved body end 0001F4FC
00018 }
00019 
00020 LaserScannerConfiguration::LaserScannerConfiguration(const LaserScannerConfiguration & source) {
00021   // Bouml preserved body begin 000214F1
00022   *this = source;
00023   // Bouml preserved body end 000214F1
00024 }
00025 
00026 LaserScannerConfiguration & LaserScannerConfiguration::operator=(const LaserScannerConfiguration & source) {
00027   // Bouml preserved body begin 00021571
00028 
00029   this->baud = source.baud;
00030   this->devicePath = source.devicePath;
00031   this->firmware = source.firmware;
00032 
00033   this->model = source.model;
00034 
00035   this->product = source.product;
00036   this->protocol = source.protocol;
00037   this->scanAngleStart = source.scanAngleStart;
00038   this->scanAngleStop = source.scanAngleStop;
00039   this->scanResolution = source.scanResolution;
00040   this->maxRangeDistance = source.maxRangeDistance;
00041   this->minRangeDistance = source.minRangeDistance;
00042   this->serialNumber = source.serialNumber;
00043   this->vendor = source.vendor;
00044   this->scannerID = source.scannerID;
00045 
00046   return *this;
00047 
00048   // Bouml preserved body end 00021571
00049 }
00050 
00051 
00052 } // namespace brics_oodl


cob_sick_s300
Author(s): Florian Weisshardt
autogenerated on Sun Oct 5 2014 23:05:19