RequiredUserAction.h
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 
35 #ifndef SICK_SAFETYSCANNERS_DATASTRUCTURE_REQUIREDUSERACTION_H
36 #define SICK_SAFETYSCANNERS_DATASTRUCTURE_REQUIREDUSERACTION_H
37 
38 #include <iostream>
39 
40 
41 namespace sick {
42 namespace datastructure {
43 
48 {
49 public:
54 
60  bool getConfirmConfiguration() const;
66  void setConfirmConfiguration(bool confirm_configuration);
67 
73  bool getCheckConfiguration() const;
79  void setCheckConfiguration(bool check_configuration);
80 
86  bool getCheckEnvironment() const;
92  void setCheckEnvironment(bool check_environment);
93 
99  bool getCheckApplicationInterfaces() const;
105  void setCheckApplicationInterfaces(bool check_application_interfaces);
106 
112  bool getCheckDevice() const;
118  void setCheckDevice(bool check_device);
119 
125  bool getRunSetupProcedure() const;
131  void setRunSetupProcedure(bool run_setup_procedure);
132 
138  bool getCheckFirmware() const;
144  void setCheckFirmware(bool check_firmware);
145 
151  bool getWait() const;
157  void setWait(bool wait);
158 
159 private:
167  bool m_wait;
168 };
169 
170 
171 } // namespace datastructure
172 } // namespace sick
173 
174 #endif // SICK_SAFETYSCANNERS_DATASTRUCTURE_REQUIREDUSERACTION_H
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.
Class containing the additional information about the sopas state.
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