Pick Station Receiver
class PickStationReceiver(var stations: List<Station>, var comparator: <Error class: unknown class><Station> = StationWIPComparator()) : QObjectReceiverIfc
Picks the minimum from the list of stations based on the comparator. Causes the arriving qObject to be received at the picked station.