Add interface for programmode switch
This commit is contained in:
@@ -62,7 +62,13 @@ public:
|
||||
const QString & getPluginInfo();
|
||||
|
||||
// helpers e.g. for debug / log
|
||||
const QString getString(nsDeviceControllerInterface::RESULT_STATE resultState);
|
||||
const QString getString(nsDeviceControllerInterface::RESULT_STATE resultState);;
|
||||
|
||||
public slots:
|
||||
virtual void onChangedProgramModeToSELL();
|
||||
virtual void changedProgramModeToSERVICE();
|
||||
virtual void changedProgramModeToIDLE();
|
||||
virtual void changedProgramModeToOOO();
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user