35 #ifndef SICK_SAFETYSCANNERS_DATASTRUCTURE_REQUIREDUSERACTION_H 36 #define SICK_SAFETYSCANNERS_DATASTRUCTURE_REQUIREDUSERACTION_H 42 namespace datastructure {
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.
bool m_run_setup_procedure
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.
bool m_check_application_interfaces
bool m_confirm_configuration
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 m_check_configuration
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.