mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Fix commit with bad line endings.
This commit is contained in:
11
P25Data.cpp
11
P25Data.cpp
@@ -56,7 +56,6 @@ m_lcf(0x00U),
|
|||||||
m_emergency(false),
|
m_emergency(false),
|
||||||
m_srcId(0U),
|
m_srcId(0U),
|
||||||
m_dstId(0U),
|
m_dstId(0U),
|
||||||
m_serviceType(0U),
|
|
||||||
m_rs241213(),
|
m_rs241213(),
|
||||||
m_trellis()
|
m_trellis()
|
||||||
{
|
{
|
||||||
@@ -404,6 +403,16 @@ unsigned int CP25Data::getDstId() const
|
|||||||
return m_dstId;
|
return m_dstId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void CP25Data::setServiceType(unsigned char type)
|
||||||
|
{
|
||||||
|
m_serviceType = type;
|
||||||
|
}
|
||||||
|
|
||||||
|
unsigned char CP25Data::getServiceType() const
|
||||||
|
{
|
||||||
|
return m_serviceType;
|
||||||
|
}
|
||||||
|
|
||||||
void CP25Data::reset()
|
void CP25Data::reset()
|
||||||
{
|
{
|
||||||
::memset(m_mi, 0x00U, P25_MI_LENGTH_BYTES);
|
::memset(m_mi, 0x00U, P25_MI_LENGTH_BYTES);
|
||||||
|
|||||||
Reference in New Issue
Block a user