mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-06 23:13:48 +00:00
Split RF and network processing functionality.
This commit is contained in:
parent
ee438fd2dc
commit
92bda23094
10 changed files with 62 additions and 13 deletions
|
|
@ -42,6 +42,16 @@ CRewriteType::~CRewriteType()
|
|||
{
|
||||
}
|
||||
|
||||
bool CRewriteType::processRF(CDMRData& data)
|
||||
{
|
||||
return process(data);
|
||||
}
|
||||
|
||||
bool CRewriteType::processNet(CDMRData& data)
|
||||
{
|
||||
return process(data);
|
||||
}
|
||||
|
||||
bool CRewriteType::process(CDMRData& data)
|
||||
{
|
||||
FLCO flco = data.getFLCO();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue