RequiredUserAction.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 {
45 }
46 
47 void RequiredUserAction::setConfirmConfiguration(bool confirm_configuration)
48 {
49  m_confirm_configuration = confirm_configuration;
50 }
51 
53 {
54  return m_check_configuration;
55 }
56 
57 void RequiredUserAction::setCheckConfiguration(bool check_configuration)
58 {
59  m_check_configuration = check_configuration;
60 }
61 
63 {
64  return m_check_environment;
65 }
66 
67 void RequiredUserAction::setCheckEnvironment(bool check_environment)
68 {
69  m_check_environment = check_environment;
70 }
71 
73 {
75 }
76 
77 void RequiredUserAction::setCheckApplicationInterfaces(bool check_application_interfaces)
78 {
79  m_check_application_interfaces = check_application_interfaces;
80 }
81 
83 {
84  return m_check_device;
85 }
86 
87 void RequiredUserAction::setCheckDevice(bool check_device)
88 {
89  m_check_device = check_device;
90 }
91 
93 {
94  return m_run_setup_procedure;
95 }
96 
97 void RequiredUserAction::setRunSetupProcedure(bool run_setup_procedure)
98 {
99  m_run_setup_procedure = run_setup_procedure;
100 }
101 
103 {
104  return m_check_firmware;
105 }
106 
107 void RequiredUserAction::setCheckFirmware(bool check_firmware)
108 {
109  m_check_firmware = check_firmware;
110 }
111 
113 {
114  return m_wait;
115 }
116 
118 {
119  m_wait = wait;
120 }
121 
122 } // namespace datastructure
123 } // namespace sick
void setConfirmConfiguration(bool confirm_configuration)
Sets whether the configuration has to be confirmed.
bool getCheckApplicationInterfaces() const
Gets if the application interfaces have to be checked.
RequiredUserAction()
Constructor of the RequiredUserAction.
bool getWait() const
Gets if the user has to wait.
void setCheckEnvironment(bool check_environment)
Sets whether the environment has to be checked.
bool getCheckDevice() const
Gets if the device has to be checked.
bool getCheckConfiguration() const
Gets if the configuration has to be checked.
void setRunSetupProcedure(bool run_setup_procedure)
Sets whether the setup procedure has to be run.
void setCheckConfiguration(bool check_configuration)
Sets whether the configuration has to be checked.
bool getCheckEnvironment() const
Gets if the environment has to be checked.
void setCheckDevice(bool check_device)
Sets whether the device has to be checked.
bool getConfirmConfiguration() const
Gets if the configuration has to be confirmed.
void setCheckApplicationInterfaces(bool check_application_interfaces)
Sets whether the application interfaces have to be checked.
void setWait(bool wait)
Sets whether the user has to wait.
void setCheckFirmware(bool check_firmware)
Sets whether the firmware has to be checked.
bool getRunSetupProcedure() const
Gets if the setup procedure has to be run.
bool getCheckFirmware() const
Gets if the firmware has to be checked.


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