Beispiel #1
0
 void transmit(bool do_transmit)
 {
   is_transmitting = do_transmit;
   tx->transmit(do_transmit);
 }