#include <autotestcommand.h>
Base interface for commands that can be executed with AutoTestInterface::ExecuteCommand().
◆ MAXON_INTERFACE()
◆ CheckCommand()
Returns true if the given command can be handled.
- Parameters
-
[in] | command | The command to execute. |
[in] | dir | The current path (e.g. loading a file from this path) |
- Returns
- True if the command is handled by this implementation.
◆ ExecuteCommand()
Executes the given command.
- Parameters
-
[in] | command | The command to execute. |
[in] | dir | The current path (e.g. loading a file from this path) |
- Returns
- maxon::OK on success.