FirmwareVersion.cpp
Go to the documentation of this file.
1 // this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
2 
3 // -- BEGIN LICENSE BLOCK ----------------------------------------------
4 
24 // -- END LICENSE BLOCK ------------------------------------------------
25 
26 //----------------------------------------------------------------------
33 //----------------------------------------------------------------------
34 
36 
37 namespace sick {
38 namespace datastructure {
39 
41 
43 {
44  return m_firmware_version;
45 }
46 
47 void FirmwareVersion::setFirmwareVersion(const std::string& firmware_version)
48 {
49  m_firmware_version = firmware_version;
50 }
51 
52 
53 } // namespace datastructure
54 } // namespace sick
FirmwareVersion()
Constructor of the firmware version.
void setFirmwareVersion(const std::string &firmware_version)
Sets the firmware version for the scanner.
std::string getFirmwareVersion() const
Gets the firmware version for the scanner.


sick_safetyscanners
Author(s): Lennart Puck
autogenerated on Fri Apr 2 2021 02:45:41