Searched defs:sco_tx (Results 1 – 4 of 4) sorted by relevance
54 pub sco_tx: UnboundedSender<ScoPacket>, field64 pub sco_tx: UnboundedSender<ScoPacket>, field
71 sco_tx: UnboundedSender<ScoPacket>, field
76 let sco_tx = self.sco.tx.clone(); in send_sco() localVariable
65 pub sco_tx: Sender<ScoPacket>, field