feedbackcontroller — Feedback Controller.

class lib.feedbackcontroller.FeedbackController(plugin=None, fbpath=None, port=None, protocol='bcixml')

Feedback Controller.

Controlls the loading, unloading, starting, pausing and stopping of the Feedbacks. Can query the Feedback for it’s variables and can as well set them.

handle_signal(signal)

Handle incoming signal.

send_to_feedback(signal)

Send data to the feedback.

send_to_peer(signal)

Send signal to peer.

start()

Start the Feedback Controller’s activities.

stop()

Stop the Feedback Controller’s activities.

class lib.feedbackcontroller.UDPDispatcher(fc, protocol)

UDP Message Hanldeer of the Feedback Controller.

handle_read()

Handle incoming signals.

Takes incoming signals, decodes them and forwards them to the Feedback Controller.

send_signal(signal)

Send signal to the GUI.

Module author: Bastian Venthur <venthur@cs.tu-berlin.de>

Previous topic

bcixml — Encoding and Decoding of BCI XML messages.

Next topic

feedbackprocesscontroller — Controls the Feedback Processes.

This Page