Class RequiredUserAction

Class Documentation

class RequiredUserAction

Class containing the additional information about the sopas state.

Public Functions

RequiredUserAction()

Constructor of the RequiredUserAction.

bool getConfirmConfiguration() const

Gets if the configuration has to be confirmed.

Returns

If the configuration has to be confirmed.

void setConfirmConfiguration(bool confirm_configuration)

Sets whether the configuration has to be confirmed.

Parameters

confirm_configuration – Whether the configuration has to be confirmed.

bool getCheckConfiguration() const

Gets if the configuration has to be checked.

Returns

If the configuration has to be checked.

void setCheckConfiguration(bool check_configuration)

Sets whether the configuration has to be checked.

Parameters

check_configuration – Whether the configuration has to be checked.

bool getCheckEnvironment() const

Gets if the environment has to be checked.

Returns

If the environment has to be checked.

void setCheckEnvironment(bool check_environment)

Sets whether the environment has to be checked.

Parameters

check_environment – Whether the environment has to be checked.

bool getCheckApplicationInterfaces() const

Gets if the application interfaces have to be checked.

Returns

If the application interfaces have to be checked.

void setCheckApplicationInterfaces(bool check_application_interfaces)

Sets whether the application interfaces have to be checked.

Parameters

check_application – interfaces Whether the application interfaces have to be checked.

bool getCheckDevice() const

Gets if the device has to be checked.

Returns

If the device has to be checked.

void setCheckDevice(bool check_device)

Sets whether the device has to be checked.

Parameters

check_device – Whether the device has to be checked.

bool getRunSetupProcedure() const

Gets if the setup procedure has to be run.

Returns

If the setup procedure has to be run.

void setRunSetupProcedure(bool run_setup_procedure)

Sets whether the setup procedure has to be run.

Parameters

run_setup_procedure – Whether the setup procedure has to be run.

bool getCheckFirmware() const

Gets if the firmware has to be checked.

Returns

If the firmware has to be checked.

void setCheckFirmware(bool check_firmware)

Sets whether the firmware has to be checked.

Parameters

check_firmware – Whether the firmware has to be checked.

bool getWait() const

Gets if the user has to wait.

Returns

If the user has to wait.

void setWait(bool wait)

Sets whether the user has to wait.

Parameters

wait – Whether the user has to wait.