UserCommand¶
- class hive.trigger.UserCommand(command, hardware)¶
Bases:
QObject,TriggerTrigger to listen user events from the ui.
Two type of user command :
commands directly for the maze: configured in the config file.
command for the task: configured in the task.
No need to add it to the config file. The trigger is always linked to the task.
- Parameters
Attributes Summary
trigger the user input process.
Methods Summary
parse_action_dict(config, code, options_value)trigger_internal_command(command)trigger_user_command(key)Attributes Documentation
Methods Documentation
- parse_action_dict(config, code, options_value)¶
- trigger_internal_command(command)¶
- trigger_user_command(key)¶
- who_to_connect_where()¶