Page MenuHomePhabricator

Outputs are not updated after new tools are added to TrackingDevice
Closed, ResolvedPublic

Description

CreateOutputs() is only called when a new TrackingDevice is set. If new tools are added to the TrackingDevice after setting it, the no outputs are generated for this tools.

Event Timeline

[464038]: Merge branch 'bug-9679-TrackingDeviceSource'

Merged commits:

2011-10-21 13:37:41 Paul Mercea [d33ba4]
Removed the CreateOutputs() call from StartTracking()!

It is not necessary any more because the CreateOutputs() call in UpdateOutputInformation() covers it.


2011-10-10 15:29:14 unknown [88ab15]
Inserted a CreateOutputs() call on update if number of outputs is not number of tracking tools.
This is needed for interactive reaction to new added tools.


2011-09-13 14:26:30 Paul Mercea [4fea55]
Implemented Plugin Functionalities

Initial commit with all functionalities implemented.


2011-09-08 13:40:34 Paul Mercea [acdd90]
Second initial commit. Had to rename plugin.


2011-09-05 10:33:18 Paul Mercea [9d183d]

  • initial plugin commit