Class containing the additional information about the sopas state. More...
#include <RequiredUserAction.h>
Public Member Functions | |
bool | getCheckApplicationInterfaces () const |
Gets if the application interfaces have to be checked. More... | |
bool | getCheckConfiguration () const |
Gets if the configuration has to be checked. More... | |
bool | getCheckDevice () const |
Gets if the device has to be checked. More... | |
bool | getCheckEnvironment () const |
Gets if the environment has to be checked. More... | |
bool | getCheckFirmware () const |
Gets if the firmware has to be checked. More... | |
bool | getConfirmConfiguration () const |
Gets if the configuration has to be confirmed. More... | |
bool | getRunSetupProcedure () const |
Gets if the setup procedure has to be run. More... | |
bool | getWait () const |
Gets if the user has to wait. More... | |
RequiredUserAction () | |
Constructor of the RequiredUserAction. More... | |
void | setCheckApplicationInterfaces (bool check_application_interfaces) |
Sets whether the application interfaces have to be checked. More... | |
void | setCheckConfiguration (bool check_configuration) |
Sets whether the configuration has to be checked. More... | |
void | setCheckDevice (bool check_device) |
Sets whether the device has to be checked. More... | |
void | setCheckEnvironment (bool check_environment) |
Sets whether the environment has to be checked. More... | |
void | setCheckFirmware (bool check_firmware) |
Sets whether the firmware has to be checked. More... | |
void | setConfirmConfiguration (bool confirm_configuration) |
Sets whether the configuration has to be confirmed. More... | |
void | setRunSetupProcedure (bool run_setup_procedure) |
Sets whether the setup procedure has to be run. More... | |
void | setWait (bool wait) |
Sets whether the user has to wait. More... | |
Private Attributes | |
bool | m_check_application_interfaces |
bool | m_check_configuration |
bool | m_check_device |
bool | m_check_environment |
bool | m_check_firmware |
bool | m_confirm_configuration |
bool | m_run_setup_procedure |
bool | m_wait |
Class containing the additional information about the sopas state.
Definition at line 47 of file RequiredUserAction.h.
sick::datastructure::RequiredUserAction::RequiredUserAction | ( | ) |
Constructor of the RequiredUserAction.
Definition at line 40 of file RequiredUserAction.cpp.
bool sick::datastructure::RequiredUserAction::getCheckApplicationInterfaces | ( | ) | const |
Gets if the application interfaces have to be checked.
Definition at line 72 of file RequiredUserAction.cpp.
bool sick::datastructure::RequiredUserAction::getCheckConfiguration | ( | ) | const |
Gets if the configuration has to be checked.
Definition at line 52 of file RequiredUserAction.cpp.
bool sick::datastructure::RequiredUserAction::getCheckDevice | ( | ) | const |
Gets if the device has to be checked.
Definition at line 82 of file RequiredUserAction.cpp.
bool sick::datastructure::RequiredUserAction::getCheckEnvironment | ( | ) | const |
Gets if the environment has to be checked.
Definition at line 62 of file RequiredUserAction.cpp.
bool sick::datastructure::RequiredUserAction::getCheckFirmware | ( | ) | const |
Gets if the firmware has to be checked.
Definition at line 102 of file RequiredUserAction.cpp.
bool sick::datastructure::RequiredUserAction::getConfirmConfiguration | ( | ) | const |
Gets if the configuration has to be confirmed.
Definition at line 42 of file RequiredUserAction.cpp.
bool sick::datastructure::RequiredUserAction::getRunSetupProcedure | ( | ) | const |
Gets if the setup procedure has to be run.
Definition at line 92 of file RequiredUserAction.cpp.
bool sick::datastructure::RequiredUserAction::getWait | ( | ) | const |
Gets if the user has to wait.
Definition at line 112 of file RequiredUserAction.cpp.
void sick::datastructure::RequiredUserAction::setCheckApplicationInterfaces | ( | bool | check_application_interfaces | ) |
Sets whether the application interfaces have to be checked.
check_application | interfaces Whether the application interfaces have to be checked. |
Definition at line 77 of file RequiredUserAction.cpp.
void sick::datastructure::RequiredUserAction::setCheckConfiguration | ( | bool | check_configuration | ) |
Sets whether the configuration has to be checked.
check_configuration | Whether the configuration has to be checked. |
Definition at line 57 of file RequiredUserAction.cpp.
void sick::datastructure::RequiredUserAction::setCheckDevice | ( | bool | check_device | ) |
Sets whether the device has to be checked.
check_device | Whether the device has to be checked. |
Definition at line 87 of file RequiredUserAction.cpp.
void sick::datastructure::RequiredUserAction::setCheckEnvironment | ( | bool | check_environment | ) |
Sets whether the environment has to be checked.
check_environment | Whether the environment has to be checked. |
Definition at line 67 of file RequiredUserAction.cpp.
void sick::datastructure::RequiredUserAction::setCheckFirmware | ( | bool | check_firmware | ) |
Sets whether the firmware has to be checked.
check_firmware | Whether the firmware has to be checked. |
Definition at line 107 of file RequiredUserAction.cpp.
void sick::datastructure::RequiredUserAction::setConfirmConfiguration | ( | bool | confirm_configuration | ) |
Sets whether the configuration has to be confirmed.
confirm_configuration | Whether the configuration has to be confirmed. |
Definition at line 47 of file RequiredUserAction.cpp.
void sick::datastructure::RequiredUserAction::setRunSetupProcedure | ( | bool | run_setup_procedure | ) |
Sets whether the setup procedure has to be run.
run_setup_procedure | Whether the setup procedure has to be run. |
Definition at line 97 of file RequiredUserAction.cpp.
void sick::datastructure::RequiredUserAction::setWait | ( | bool | wait | ) |
Sets whether the user has to wait.
wait | Whether the user has to wait. |
Definition at line 117 of file RequiredUserAction.cpp.
|
private |
Definition at line 163 of file RequiredUserAction.h.
|
private |
Definition at line 161 of file RequiredUserAction.h.
|
private |
Definition at line 164 of file RequiredUserAction.h.
|
private |
Definition at line 162 of file RequiredUserAction.h.
|
private |
Definition at line 166 of file RequiredUserAction.h.
|
private |
Definition at line 160 of file RequiredUserAction.h.
|
private |
Definition at line 165 of file RequiredUserAction.h.
|
private |
Definition at line 167 of file RequiredUserAction.h.