Fix commit with bad line endings.

This commit is contained in:
Bryan Biedenkapp
2018-05-14 10:25:19 -04:00
parent 0395955ab3
commit 471e084723
5 changed files with 1906 additions and 1897 deletions

View File

@@ -56,7 +56,6 @@ m_lcf(0x00U),
m_emergency(false),
m_srcId(0U),
m_dstId(0U),
m_serviceType(0U),
m_rs241213(),
m_trellis()
{
@@ -404,6 +403,16 @@ unsigned int CP25Data::getDstId() const
return m_dstId;
}
void CP25Data::setServiceType(unsigned char type)
{
m_serviceType = type;
}
unsigned char CP25Data::getServiceType() const
{
return m_serviceType;
}
void CP25Data::reset()
{
::memset(m_mi, 0x00U, P25_MI_LENGTH_BYTES);