I have a head worker that calls multiple subworkers. Some are statically linked and others dynamically loaded. There are also two instances of a worker base class for an instrument that gets dynamically loaded. I can see the base class in the call hierarchy enclosed within a dashed (grey) box, like other dynamically loaded workers. I see on the legend that it should be pink rather than grey. Any pointers what could be going wrong?
Is there also a way to see the two instances of derived classes spawned by this abstract class?