see the M17 data

main
Tom Early 4 years ago
parent a223350e09
commit 788956d3ed

@ -462,13 +462,13 @@ void CController::Dump(const std::shared_ptr<CTranscoderPacket> p, const std::st
// std::cout << std::setw(2) << std::setfill('0') << unsigned(*(p->GetDMRData()+i)); // std::cout << std::setw(2) << std::setfill('0') << unsigned(*(p->GetDMRData()+i));
// std::cout << std::endl; // std::cout << std::endl;
// } // }
// if (p->M17IsSet()) if (p->M17IsSet())
// { {
// std::cout << "M17 Data: "; std::cout << "M17 Data: ";
// for (unsigned int i=0; i<16; i++) for (unsigned int i=0; i<16; i++)
// std::cout << std::setw(2) << std::setfill('0') << unsigned(*(p->GetM17Data()+i)); std::cout << std::setw(2) << std::setfill('0') << unsigned(*(p->GetM17Data()+i));
// std::cout << std::endl; std::cout << std::endl;
// } }
std::cout << std::dec; std::cout << std::dec;
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.