Documentation Labeling Engine

class motey.labelingengine.labelingengine.LabelingEngine(logger, labeling_repository, communication_manager)[source]

This module provides a connection endpoint for the hardware layer.

handle_capability_event(data)[source]

Private function which is be executed after an event is received. After receiving an event a new label will be added to the LabelingDatabase.

Parameters:data – the received data
start()[source]

Subscibes to the capability event stream.

stop()[source]

Should be executed to clean up the labeling engine